Originally posted by **korosuke613** May 26, 2022
`gh valet update` can specify `--password`, but this method is insecure. (I think this warning is issued by `docker login`.)
```console
❯ gh valet update --username korosuke613 --password ***
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
...
```
But, `gh-valet update` does not have the `--password-stdin` option.
```console
❯ gh valet update --username korosuke613 --password-stdin
Unrecognized command or argument '--password-stdin'.
...
```
So I would like to see the `--password-stdin` option add to `gh valet update`.
---
GitHub CLI version: 2.11.3 (2022-05-25)
gh-valet version: v0.1.9
Discussed in https://github.com/github/gh-valet/discussions/38