You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
list can also support --all-projects/-A to list from all projects the user can see
Additional tasks:
Migrate existing commands to jobq job subcommand to prevent name clashes
Implementation considerations:
Jobs are conceptually a subresource of projects, so it is probably sensible to make /projects/<id>/jobs the main API to interact with jobs (at least for submitting new ones). TODO: Examine what the Zalando RESTful API guide has to say on this.
The text was updated successfully, but these errors were encountered:
Goals:
list
can also support--all-projects/-A
to list from all projects the user can seeAdditional tasks:
jobq job
subcommand to prevent name clashesImplementation considerations:
/projects/<id>/jobs
the main API to interact with jobs (at least for submitting new ones). TODO: Examine what the Zalando RESTful API guide has to say on this.The text was updated successfully, but these errors were encountered: