Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Update Examples For Password Reset Command
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Jul 27, 2020
1 parent d39affe commit adfd902
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/resetPassword.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ import (

// resetPasswordCmd represents the resetPassword command
var resetPasswordCmd = &cobra.Command{
Use: "password",
Short: "Reset password for a firebase user(s)",
Use: "password",
Short: "Reset password for a firebase user(s)",
Example: "kamanda auth users set password [UID] --password newPassword",
Long: `Reset the password of a Firebase user(s).
You can provide the password or the user or if left empty, Kamanda will automatically generate a password and print it.`,
Expand Down

0 comments on commit adfd902

Please sign in to comment.