Open
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Wait argument has been added to container deploy in 2022 #2681 but the documentation still not mention this (https://github.com/scaleway/scaleway-cli/blob/master/docs/commands/container.md#deploy-a-container)
I just tested and the wait works well.
Maybe the doc can be updated if the feature is officially supported ?
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
Mia-Cross commentedon May 7, 2025
Hello @rtorrente,
Thank you for your feedback.
As you noticed,
--wait
is absent from thecontainer.md
file because it is considered a flag and not an argument, and as of today, we only display arguments in the.md
generated documentation files.However it is displayed in the
--help
command:We understand that it might be confusing, so we are considering adding flags to the generator for the documentation to be as clear as possible, but it is a bigger task than we initially thought, so we re-prioritized this issue for now.
Thanks again for taking the time to give us feedback, we really appreciate it !