Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide executable to inspect encrypted ENV vars #1

Open
harley opened this issue Jun 27, 2021 · 0 comments
Open

Provide executable to inspect encrypted ENV vars #1

harley opened this issue Jun 27, 2021 · 0 comments

Comments

@harley
Copy link
Owner

harley commented Jun 27, 2021

Context

Have you done something like bin/rails credentials:show | grep AWS? It is a little cumbersome. It'd be nice to display all relevant ENV vars via a single command.

Idea

  • Show all values
    $ creds_env
    AWS_ACCESS_KEY_ID=abc123
    DATABASE_URL=postgres://localhost:5432/example_development
  • Extract a value:
    $ creds_env AWS_ACCESS_KEY_ID
    abc123
@harley harley changed the title Provide executable to show all ENV vars Provide executable to inspect encrypted ENV vars Jun 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant