Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to update a user's password from the CLI #16440

Closed
russorat opened this issue Jan 7, 2020 · 0 comments · Fixed by #16537
Closed

Add the ability to update a user's password from the CLI #16440

russorat opened this issue Jan 7, 2020 · 0 comments · Fixed by #16537
Assignees

Comments

@russorat
Copy link
Contributor

russorat commented Jan 7, 2020

as a user
when i use the update capability of the cli
then i would like the ability to update the password of the user

we should add -p, --password option to set the password of the user.

➜  influxdb git:(master) ✗ ./bin/darwin/influx user update -i 050c7357c0e83000 -h
Update user

Usage:
  influx user update [flags]

Flags:
  -h, --help          Help for the update command
  -i, --id string     The user ID (required)
  -n, --name string   The user name

Global Flags:
      --host string    HTTP address of Influx (default "http://localhost:9999")
      --local          Run commands locally against the filesystem
      --skip-verify    SkipVerify controls whether a client verifies the server's certificate chain and host name.
  -t, --token string   API token to be used throughout client calls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants