diff options
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/command-objects/account.rst | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/source/command-objects/account.rst b/doc/source/command-objects/account.rst new file mode 100644 index 00000000..6783fd6b --- /dev/null +++ b/doc/source/command-objects/account.rst @@ -0,0 +1,35 @@ +======= +account +======= + +Object Store v1 + +account set +----------- + +Set account properties + +.. program:: account set +.. code:: bash + + os account set + [--property <key=value> [...] ] + +.. option:: --property <key=value> + + Set a property on this account (repeat option to set multiple properties) + +account unset +------------- + +Unset account properties + +.. program:: account unset +.. code:: bash + + os account unset + [--property <key>] + +.. option:: --property <key> + + Property to remove from account (repeat option to remove multiple properties) |
