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 help for the --properties option to openstack esi lease create says:
--properties PROPERTIES
Record arbitrary key/value resource property information. Pass in as a json object.
...but I am using the CLI because I don't want to interact with the API using JSON. It would be much kinder to the user to permit a "key=value" syntax, e.g.:
openstack esi lease create -p weight=100 -p color=red ...
And perhaps offer a --properties-json option for the rare case that someone actually wants to write JSON on the command line.
The text was updated successfully, but these errors were encountered:
The help for the
--properties
option toopenstack esi lease create
says:...but I am using the CLI because I don't want to interact with the API using JSON. It would be much kinder to the user to permit a "key=value" syntax, e.g.:
And perhaps offer a
--properties-json
option for the rare case that someone actually wants to write JSON on the command line.The text was updated successfully, but these errors were encountered: