Presentation
What is Deepomatic CLI?
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.
Summary of the commands available
Current release: 0.6.0
Type
Command
Description
Platform
engage-app
Studio Engage App related commands
Platform
engage-app-version
Studio Engage App version related commands
Site
update
Update an existing site
Site
use
Use a site
System
check
Check the system
Was this helpful?