Deepomatic CLI is Python package containing a command line interface tool, enabling the user to interact with the Deepomatic solution easily from a terminal.
It contains 3 types of commands:
deepo platform
: Operations on the Deepomatic Platform (studio)
deepo site
: Operations on your deployed site (local or cloud)
deepo system
: System command
In order to use it, you will need to install it first and get the authentication credentials required.
Current release: 0.6.0
Type | Command | Description |
Platform | Upload simple images to Deepomatic Platform. | |
Platform | app | Studio App related commands |
Platform | Studio App version related commands | |
Platform | model | Studio model related commands |
Platform | service | Service related commands |
Site | create | Create a new site |
Site | current | Control the current site |
Site | delete | Delete a site |
Site | install | Install a site |
Site | Intervention related commands | |
Site | list | Get the list of installed sites |
Site | load | Load a site from an archive |
Site | manifest | Get a deployment manifest |
Site | model | Site model related commands |
Site | rollback | Rollback a site |
Site | save | Save a site to an archive |
Site | show | Show the site |
Site | Uninstall a site | |
Site | update | Update an existing site |
Site | upgrade | Upgrade a site |
Site | use | Use a site |
System | check | Check the system |