Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Layer of abstraction for commands that take an 'env' arg. #156

Closed
jessicayuen opened this issue Sep 25, 2017 · 1 comment
Closed

Layer of abstraction for commands that take an 'env' arg. #156

jessicayuen opened this issue Sep 25, 2017 · 1 comment

Comments

@jessicayuen
Copy link
Contributor

There is a large subset of functionalities existing in cmd/root.go that are used only by commands that take an env argument, ex: ksonnet apply dev, ksonnet diff dev.

Each have a similiar workflow of having to modify the --cluster flag to point to the server the environment is located at, and what not.

All this common functionality is currently located in cmd/root.go and too tightly coupled with commands that have no notion of environments. There needs to be a layer of abstraction added for environment-using commands.

@jessicayuen
Copy link
Contributor Author

This issue was moved to ksonnet/ksonnet#8

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant