Emily CLI Documentation
Release-v3.0.3Emily 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.3
See earlier versions
$ emily configuration add [options]
Add a configuration to your project.
$ configuration add
Choose a project
| AB82JD - movie-recommender
>>
Please enter the configuration name: >>
Please choose a configuration type
| Kubernetes configuration
>>
Adding configurations
You can add configurations to projects using the emily configuration add
command.
Configurations consist of individual files - not directories - and as such you can add multiple configurations
to the same configuration directory:
$ configuration add compose
--project my-project
--name staging
$ configuration add compose external
--project my-project
--name staging
--network local-shared-network
Emily can create Docker Compose and Kubernetes configurations. While there is no requirement for keeping the two types of configurations in separate directories, note that currently only Docker Compose configurations can be used for local development.