Emily CLI Documentation

Release-v3.0.3

Emily 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.

Download emily@v3.0.3
See earlier versions
$ emily environment remove [options]

Remove existing environments from a project.

$ environment remove

Choose a project

| AB82JD - movie-recommender
>>

Please select an environment
| dev

| prod
>>

Environment "staging" updated in project my-project (M9VHKD). Changed: /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.

$ environment remove --project --name staging --silent

    Options

  • -h,--help

    Display help for command

  • -n,--name<name>

    The name of the environment

  • -p,--project<project>

    The project to manage environments for.

  • -s,--silent

    Execute Emily silently. (default: false)

  • -u,--update(--no-update)

    Prompt for update if newer version found. (default: true)

  • -vb,--verbose

    Print detailed information while running commands.