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

show env vars as export statements #98

Open
tarekrached opened this issue Dec 6, 2018 · 0 comments
Open

show env vars as export statements #98

tarekrached opened this issue Dec 6, 2018 · 0 comments

Comments

@tarekrached
Copy link
Contributor

rn you can view the env vars for a task def / run as json, but what would be really useful is to view them as a series of export statements, so you can paste them into a container shell. ie, if your env vars are

{
  "FOO": "BAR",
  "FOZ": "BAZ"
}

it would be awesome to be able to click a shell export button (like the current json button) and see and/or paste to clipboard the following:

export FOO='BAR'
export FOZ='BAZ'
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