-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(iam): add doc for UpdateUserPassword (#4250)
- Loading branch information
1 parent
81af366
commit f7ac720
Showing
4 changed files
with
92 additions
and
5 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
cmd/scw/testdata/test-all-usage-iam-user-update-password-usage.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 | ||
🟥🟥🟥 STDERR️️ 🟥🟥🟥️ | ||
Update an user's password. | ||
|
||
USAGE: | ||
scw iam user update-password <user-id ...> [arg=value ...] | ||
|
||
ARGS: | ||
user-id ID of the user to update | ||
password The new password | ||
[send-email] Whether or not to send an email alerting the user their password has changed | ||
|
||
FLAGS: | ||
-h, --help help for update-password | ||
|
||
GLOBAL FLAGS: | ||
-c, --config string The path to the config file | ||
-D, --debug Enable debug mode | ||
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human") | ||
-p, --profile string The config profile to use |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters