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 deployment add [options]
Add a deployment specification to your project.
$ emily deployment add
? Emily: Choose a project
(Use arrow keys, confirm with ENTER)
…
> M9VHKD - my-project
AB82JD - movie-recommender
· M9VHKD - my-project
√ Emily: Please enter a deployment name:
· production
? Emily: Please select a configuration
(Use arrow keys, confirm with ENTER)
…
> nginx-reverse-proxy
+ Add new configuration
· nginx-reverse-proxy
? Emily: Please select an environment
(Use arrow keys, confirm with ENTER)
…
> prod
+ Add new environment
· prod
? Emily: Please select the type of deployment to create a specification for
(Use arrow keys, confirm with ENTER)
…
Local - deploy on your local system
> Server - deploy to a server with SSH access
Kubernetes - deploy to a Kubernetes cluster
· Server
Adding Emily Deployment Specifications
Run emily deployment add
to add a deployment specification to your project.
The user is prompted to select a specific deployment type - see the documentation for each subcommand for comprehensive descriptions of each.