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

Add env command to export secrets #184

Merged
merged 1 commit into from
Feb 6, 2019

Conversation

jradtilbrook
Copy link
Contributor

This resolves #94 by adding a new command that will print the secrets in a format that can be eval'ed to export them as environment variables.

Copy link
Contributor

@nickatsegment nickatsegment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💚

@nickatsegment nickatsegment merged commit 33e0217 into segmentio:master Feb 6, 2019
@osterman
Copy link

osterman commented Feb 7, 2019

Thank you!!!

We can finally stop doing:

source <(chamber exec service -- sh -c 'export -p')

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

Successfully merging this pull request may close these issues.

Feature Request: Output shell script to set environment variables
3 participants