Emily CLI Documentation

Release-v3.0.6

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@latest
See earlier versions
$ emily deployment remove [options]

This is the description for remove.

$ emily deployment remove

? Emily: Choose a project(Use arrow keys, confirm with ENTER)> M9VHKD - my-project
AB82JD - movie-recommender
· M9VHKD - my-project
? Emily: Please select a deployment specification(Use arrow keys, confirm with ENTER)
local
> kubernetes · kubernetes
Emily: Deployment "kubernetes" deleted from project my-project (M9VHKD)

Deleted:

- my/project/my-project/deployments/kubernetes


The emily deployment remove command is a simple utility command to safely remove deployment specifications from a project.

If the deployment specification directory contains files not created by Emily, the user is prompted to confirm deletion.

    Options

  • -h,--help

    Display help for command

  • -n,--name<name>

    The name of the deployment

  • -p,--project<project>

    The project to manage deployment specifications 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.