-
Notifications
You must be signed in to change notification settings - Fork 104
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
om bosh-env should be able to un-set vars #457
Comments
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story. The labels on this github issue will be updated when the story is started. |
This isn't possible directly as written since
As a result, it must be called as: However, if the unset flag outputted the following:
We would be able to remove the environment variables by calling: |
I am a fan of this approach. This might have been stated before but a flag for just Bosh or just credhub env vars would be an added plus. |
@kcboyle Any issue with my picking this up and submitting a PR? |
None at all! We'd appreciate a PR @iplay88keys |
Reference: #385 for more context
In order to make
om
a better command line tool, it would be nice to be able to easily un-set all vars set byom bosh-env
. This makes it easier for users to know that their environment is clean (the biggest use case for this is the headache associated with using a traditional bosh-login when env vars are (silently) set).Proposed addition to the
om bosh-env
command:Please discuss if this seems unreasonable. Thank you for the proposal @aegershman!
The text was updated successfully, but these errors were encountered: