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 deployment add local [options]

Add a deployment specification targeting your local system.

$ deployment add local

Choose a project

| AB82JD - movie-recommender
>>

Please enter a deployment name: >>

Please select a configuration

| + Add new configuration
>>

Please select an environment

| + Add new environment
>>

Local deployment "production" added to project my-project (M9VHKD)

Created:

  - <project root>/deployments/production/deployment.json
  



Adding Local Deployment Specifications

By default, Emily will create a local deployment specification when first building a project. A local deployment specification allows you to deploy your service locally, either to simulate a deployment (e.g. for communicating with other backend services) or for developing it.

    Options

  • -h,--help

    Display help for command

  • -n,--name<name>

    The name of the deployment specification.

  • -c,--configuration<name>

    Default configuration to use in this deployment.

  • -e,--environment<name>

    Default environment to use in this 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.