logoalt Hacker News

lateral_cloudtoday at 8:12 AM1 replyview on HN

Is there any reason why you don't use a secrets manager like 1password with it's CLI tool? E.g.

>op read "op://foo/bar/password"


Replies

linuxhackermantoday at 8:58 AM

I touch on this possibility with the `rbw` example:

>`$ token=$(rbw get gitlab-access-token) # get the token from a command-line password manager`