1
0
Fork 0
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:
Zeni Kim 2026-05-26 10:12:50 -05:00
parent 807875da43
commit 06778a5357
6 changed files with 227 additions and 5 deletions

View file

@ -1,5 +1,5 @@
{
"cliReleasedVersion": "v1.7.3",
"cliReleasedVersion": "v1.7.5",
"releaseUrl": "https://git.smarteching.com/goffee/cup/archive/{name}.tar.gz",
"paths": [
"git.smarteching.com/goffee/cup"