blob: 6783fd6be3297cd20b61299da51e0b48a935f417 (
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
|
=======
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)
|