File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,29 @@ options:
124
124
| arches | String | | |
125
125
| action | String | | "load" |
126
126
127
+ ## Namespaces
128
+
129
+ ### ` warcli namespaces deploy `
130
+ Deploy namespaces with users from a \< namespaces_file>
131
+
132
+ options:
133
+ | name | type | required | default |
134
+ | ------------| --------| ------------| ----------------------------|
135
+ | namespaces | String | | "two_namespaces_two_users" |
136
+
137
+ ### ` warcli namespaces destroy `
138
+ Destroy a specific namespace or all warnet- prefixed namespaces
139
+
140
+ options:
141
+ | name | type | required | default |
142
+ | -------------| --------| ------------| -----------|
143
+ | destroy_all | Bool | | False |
144
+ | namespace | String | | |
145
+
146
+ ### ` warcli namespaces list `
147
+ List all namespaces with 'warnet-' prefix
148
+
149
+
127
150
## Network
128
151
129
152
### ` warcli network connected `
You can’t perform that action at this time.
0 commit comments