Skip to content

Commit 9c4c335

Browse files
authored
docs: added usage for update password command (#258)
* docs: added usage for update password command Signed-off-by: Baalekshan <[email protected]> * revert changes * Revert "revert changes" This reverts commit 8aeb2d1. --------- Signed-off-by: Baalekshan <[email protected]>
1 parent 094d1ec commit 9c4c335

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

Usage_0.23.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,18 @@ Enter the Chaos Experiment ID: test_exp
237237

238238
### Additional commands
239239

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+
240252
- To view the current configuration of `.litmusconfig`, type:
241253

242254
```shell

Usage_interactive.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,18 @@ litmusctl create chaos-scenario -f custom-chaos-scenario.yml --project-id="" --c
200200

201201
### Additional commands
202202

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+
203215
- To view the current configuration of `.litmusconfig`, type:
204216

205217
```shell

0 commit comments

Comments
 (0)