MG-2025 - CLI Flag to print only curl output (#2242)

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>
This commit is contained in:
JMboya
2024-06-18 12:23:39 +03:00
committed by GitHub
parent d9bd5a465b
commit 95badeee62
5 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -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 user@example.com 12345678 $USER_AUTH_TOKEN\n",
Run: func(cmd *cobra.Command, args []string) {