-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update cli documentation for score-compore resources list #162
chore: update cli documentation for score-compore resources list #162
Conversation
… new output format flag Signed-off-by: lekaf974 <[email protected]>
@mathieu-benoit this one should be good to merge now |
@@ -256,6 +256,16 @@ Lists the unique identifiers (UIDs) of all provisioned resources. | |||
score-compose resources list | |||
``` | |||
|
|||
##### Flags | |||
|
|||
###### --format | -f |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
###### --format | -f | |
###### `--format` | `-f` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same for provisioners
list
on this page too please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Signed-off-by: lekaf974 <[email protected]>
Signed-off-by: lekaf974 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you for submitting this pull request! We appreciate you spending the time to work on these changes.
What is the motivation?
New flag has been added in score-compose resources list
What does this change do?
Update cli documentation for score-compore resources list with new output format flag
can be merged after score-spec/score-compose#267
What is your testing strategy?
Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.
Is this related to any issues?
If this pull request is related to any other pull request or issue, or resolves any issues - then link all related pull requests and issues here.
Have you read the Contributing Guidelines?