Emily CLI Documentation
Release-v2.0.0Emily 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@v2.0.0
See earlier versions
$ emily [options]
Emily CLI tool
For documentation see https://emily.ambolt.io/docs
emilyWelcome to the Emily CLI tool!Choose an option below, or try running a command: emily build create a new Emily project emily open <project> to open a new or existing project emily list list existing Emily projects emily [unmount | unmount] <project> mount or unmount local drive from a project emily deploy [server | kubernetes] <project> deploy a project to a server or kubernetes emily servers list, add, configure, and remove servers known by emily emily config <project> <environment> configure an environment emily [login | logout] login or logout of your Emily account emily doctor install Emily's requirements emily drop <project> drop existing project from Emily list and optionally delete it emily uninstall uninstall EmilyRun emily --help for more informationYou can also run --help on all sub-commands e.g. emily build --helpor visit the documentation at https://emily.ambolt.io.For guides to get you started, visit github.com/amboltio/emily-cli Running Emily
To run Emily, simply run emily
inside a terminal.
Options
-h
,--help
Display help for command
-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.
-v
,--version
Display the version