forked from goffee/goffee
New goffee command, set the password for the user account with the specified name.
user:password [username] [newpassword] [dev|prod] username - the name of the user to update password - the new password to set env - "dev" to use .env-dev, "prod" to use .env
This commit is contained in:
parent
807875da43
commit
06778a5357
6 changed files with 227 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ var cfgFile string
|
|||
// rootCmd represents the base command when called without any subcommands
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "goffee",
|
||||
Version: "v1.7.3",
|
||||
Version: "v1.7.5",
|
||||
Short: "Goffee is the cli tool",
|
||||
Long: `Goffee is the cli tool for creating new projects and performing other tasks`,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue