forked from absmach/supermq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MG-2025 - CLI Flag to print only curl output (absmach#2242)
- Loading branch information
Andy Chao
committed
Sep 9, 2024
1 parent
8b6252c
commit 0c9e642
Showing
5 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ var cmdUsers = []cobra.Command{ | |
{ | ||
Use: "create <name> <username> <password> <user_auth_token>", | ||
Short: "Create user", | ||
Long: "Create user with provided name, username and password. Token in optional\n" + | ||
Long: "Create user with provided name, username and password. Token is optional\n" + | ||
"For example:\n" + | ||
"\tmagistrala-cli users create user [email protected] 12345678 $USER_AUTH_TOKEN\n", | ||
Run: func(cmd *cobra.Command, args []string) { | ||
|
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
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