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"
I touch on this possibility with the `rbw` example:
>`$ token=$(rbw get gitlab-access-token) # get the token from a command-line password manager`
I touch on this possibility with the `rbw` example:
>`$ token=$(rbw get gitlab-access-token) # get the token from a command-line password manager`