Emily CLI Documentation
Release-v3.0.6Emily combines the powers of Python and Docker to build stable and consistent machine learning and datascience python environments. Emily is useful for large cross-team project development as well as for simply running a single jupyter notebook or python script.
Downloademily@v3.0.6
See earlier versions
buildopenenvironmentconfigurationserversdeploymentdeploylistmountunmountstopdroploginlogoutdoctorupdatewhoamitelemetryloguninstall
$ emily environment remove [options]
Remove existing environments from a project.
$ emily environment remove
? Emily: Choose a project
(Use arrow keys, confirm with ENTER)
…
> M9VHKD - my-project
AB82JD - movie-recommender
· M9VHKD - my-project
? Emily: Please select an environment
(Use arrow keys, confirm with ENTER)
…
dev
> staging
prod
· staging
Emily: Environment "staging" removed in project my-project (M9VHKD):
Deleted:
- /my/projects/my-project/environments/staging/.emily.env
Removing environments
Existing environments can be removed with the emily environment remove
command.
Emily will warn the user if the environment contains any files that Emily did not create.
If the user wants to avoid this prompt, the --silent
flag can be passed.
$ emily environment remove
--project
--name staging
--silent