https://smallstep.com/blog/command-line-secrets/ ### Acceptance Criteria 1. `os.Args` are sanitized when we receive `--with-client-creds` JSON 2. `os.Args` are sanitized when we receive `--with-access-token` 3. new command is added `--with-access-token-file` to read from a file and avoid leaking the token itself into the shell environment, process, or history
https://smallstep.com/blog/command-line-secrets/
Acceptance Criteria
os.Argsare sanitized when we receive--with-client-credsJSONos.Argsare sanitized when we receive--with-access-token--with-access-token-fileto read from a file and avoid leaking the token itself into the shell environment, process, or history