epics-containers-cli

One line description of your module


License
Other
Install
pip install epics-containers-cli==2.7.0

Documentation

epics-containers-cli

Code CI Docs CI Test Coverage Latest PyPI version Apache License

A simple CLI with shortcuts for common operations when developing epics-containers projects.

PyPI pip install epics-containers-cli
Source code https://github.com/epics-containers/epics-containers-cli
Documentation https://epics-containers.github.io/epics-containers-cli
Releases https://github.com/epics-containers/epics-containers-cli/releases

See the epics-containers tutorials for more information. In particular the notes here

To learn more try the help

# get global help
ec --help

# get help on the ioc namespace
ec ioc --help

# use -v to show the underlying commands being executed
ec -v ps

See https://epics-containers.github.io/epics-containers-cli for more detailed documentation.