https://smallstep.com/blog/command-line-secrets/
Acceptance Criteria
os.Args are sanitized when we receive --with-client-creds JSON
os.Args are sanitized when we receive --with-access-token
- 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