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
The command jobs update parameter/option is not working as described in the documentation.
Neither the website documentation, nor the Resoto Shell help is correctly describing how it works.
According to the documentation, the following command should work: jobs update test-job 'echo hello world'
This does not work, to make it work, one needs to use the same optional parameter format as in jobs add: jobs update --id test-job 'echo hello world'
This would mean that the job id is an optional parameter (which it is not in jobs update).
We either need to adjust it's behaviour or update the documentation.
Version
3.2
The text was updated successfully, but these errors were encountered:
Description
The command
jobs update
parameter/option is not working as described in the documentation.Neither the website documentation, nor the Resoto Shell help is correctly describing how it works.
According to the documentation, the following command should work:
jobs update test-job 'echo hello world'
This does not work, to make it work, one needs to use the same optional parameter format as in
jobs add
:jobs update --id test-job 'echo hello world'
This would mean that the job id is an optional parameter (which it is not in
jobs update
).We either need to adjust it's behaviour or update the documentation.
Version
3.2
The text was updated successfully, but these errors were encountered: