bacalhau-project / bacalhau

Compute over Data framework for public, transparent, and optionally verifiable computation
https://docs.bacalhau.org
Apache License 2.0
651 stars 86 forks source link

list command enhancements #2763

Open rossjones opened 11 months ago

rossjones commented 11 months ago

After using the list command for some shell scripting, there are a few features that would have made the experience more effective and these should not be too difficult to add.

### Tasks
- [ ] #2679
- [ ] Filter within a date range (e.g. only jobs between this date and today, or only jobs in December).
- [ ] Make `--all` return all and not also require `--number` to retrieve more than 10
wdbaruni commented 3 months ago

--all is confusing as it means for all namespaces instead of just the client's namespace. We now support pagination where users can define the limit and next token.

btw, the new bacalhau job list doesn't have --all flag

wdbaruni commented 3 months ago

related to #2679