File tree Expand file tree Collapse file tree
doc/source/command-objects Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Create new project
1818 [--description < description> ]
1919 [--enable | --disable]
2020 [--property < key= value> ]
21+ [--or-show]
2122 < name>
2223
2324 .. option :: --domain <domain >
@@ -49,6 +50,12 @@ Create new project
4950 Add a property to :ref: `\< name\> <project_create-name >`
5051 (repeat option to set multiple properties)
5152
53+ .. option :: --or-show
54+
55+ Return existing project
56+
57+ If the project already exist return the existing project data and do not fail.
58+
5259.. _project_create-name :
5360.. describe :: <name>
5461
Original file line number Diff line number Diff line change @@ -71,8 +71,15 @@ Create new role
7171.. code :: bash
7272
7373 os role create
74+ [--or-show]
7475 < name>
7576
77+ .. option :: --or-show
78+
79+ Return existing role
80+
81+ If the role already exist return the existing role data and do not fail.
82+
7683.. describe :: <name>
7784
7885 New role name
You can’t perform that action at this time.
0 commit comments