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 configuration remove [options]

This is the description for remove.

$ configuration remove

Choose a project

| AB82JD - movie-recommender
>>

Please select a configuration
| dev

| prod
>>


Removing configurations

Configurations can be removed from projects using the emily configuration remove command. Emily will prompt the user to confirm deleting the files in the specified configuration.

$ configuration remove --project my-project --name staging

    Options

  • -h,--help

    Display help for command

  • -n,--name<name>

    The name of the configuration

  • -p,--project<project>

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