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

Proposal: Add support for named contexts #52

Closed
krancour opened this issue Nov 4, 2015 · 0 comments
Closed

Proposal: Add support for named contexts #52

krancour opened this issue Nov 4, 2015 · 0 comments

Comments

@krancour
Copy link

krancour commented Nov 4, 2015

Currently, when new configurations is generated using rigger configure, it is squirelled away in ~/.rigger/<generated hex string>/vars

It would likely be easier and more convenient for users to context switch between multiples Deis clusters if they could choose their own names for the context / configuration.

Proposal:

Create new config:

$ rigger configure my-cluster

^ Creates new configuration in ~/.rigger/my-cluster/vars

Create new config for a second cluster:

$ rigger configure your-cluster

^ Creates new configuration in ~/.rigger/your-cluster/vars

Switch back to the first cluster's config:

$ rigger use my-cluster
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