-
Notifications
You must be signed in to change notification settings - Fork 79
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
Improve command usage descriptions (continued from staled #108) #436
Comments
apparently labels in hcloud cli does not accept any bash variable. I tried to work around the issue and tried:
Turned out that labels do not accept certain characters. After cleaning up the $ts variable the first line of the example started working. Looks like that server create-image --label for the same reason. I guess that only alphanumerical and underscore is accepted. |
In hcloud image enable-protection --help the expected PROTECTIONLEVEL values are not listed. |
Hey @com2, please keep posting any usability issues you find, getting actual feedback and where issues arise is important to us. For labels in particular, the rules for what is and what is not allowed are documented in our API docs: https://docs.hetzner.cloud/#labels
|
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs. |
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs. |
We already improved the command usage descriptions in #709. They now uniformly comply to the docopt standard. |
I did not think that commenting would reopen #108 so here another attempt to draw your attention.
hcloud server create-image --help is not clear about the use of --label and it was impossible for me to create a valid command line with that "flag". For instance:
I hoped to create a bash script to make things a bit easier but with the lack of documentation it would be better to "stale" not only #108 but also the whole project. It would force some to continue with Python or Go and me to abandon and do it all manually.
The text was updated successfully, but these errors were encountered: