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

Unify environment creation under create command #32

Closed
SarthakJariwala opened this issue Jun 17, 2022 · 0 comments · Fixed by #34
Closed

Unify environment creation under create command #32

SarthakJariwala opened this issue Jun 17, 2022 · 0 comments · Fixed by #34
Labels
enhancement New feature or request
Milestone

Comments

@SarthakJariwala
Copy link
Owner

Currently, create command can create new environment for two conditions:

New environment from scratch

$ ezconda create --name env

From environment specifications file (yml file)

$ ezconda create --file env.yml

Another condition - creating from lock file - is currently achieved using recreate method, which may lead to confusion for users.

This proposal will move creating environment from lock file also using create method and deprecate recreate method.

From environment lock file (proposed)

$ ezconda create --file env-darwin-x86_64.lock
@SarthakJariwala SarthakJariwala added the enhancement New feature or request label Jun 17, 2022
@SarthakJariwala SarthakJariwala added this to the v0.7.0 milestone Jun 17, 2022
This was referenced Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant