File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,18 @@ Enter the Chaos Experiment ID: test_exp
237
237
238
238
### Additional commands
239
239
240
+ - To change the ChaosCenter account's password use the ` update password ` command:
241
+
242
+ ``` shell
243
+ litmusctl update password
244
+ ✓ Username: admin
245
+ ✓ Old Password: ********
246
+ ✓ New Password: ********
247
+ ✓ Confirm Password: ********
248
+
249
+ Password updated successfully!
250
+ ```
251
+
240
252
- To view the current configuration of ` .litmusconfig ` , type:
241
253
242
254
``` shell
Original file line number Diff line number Diff line change @@ -200,6 +200,18 @@ litmusctl create chaos-scenario -f custom-chaos-scenario.yml --project-id="" --c
200
200
201
201
### Additional commands
202
202
203
+ - To change the ChaosCenter account's password use the ` update password ` command:
204
+
205
+ ``` shell
206
+ litmusctl update password
207
+ ✓ Username: admin
208
+ ✓ Old Password: ********
209
+ ✓ New Password: ********
210
+ ✓ Confirm Password: ********
211
+
212
+ Password updated successfully!
213
+ ```
214
+
203
215
- To view the current configuration of ` .litmusconfig ` , type:
204
216
205
217
``` shell
You can’t perform that action at this time.
0 commit comments