summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/account.rst
blob: db4ad9b16ef328a759654e21318b0b253f5748ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
=======
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 show
------------

Display account details

.. program:: account show
.. code:: bash

    os account show

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)