Listing apps

The getOperate app list command is used to list all apps in the remote workspace.

getOperate app

Pushing a app

Pushing an app to a getOperate instance is done using the getOperate app push command.

getOperate app push <file_path>

Arguments

ArgumentDescription
file_pathThe path to the app file to push.

Examples

  • Push the app located at ./my_app.json.
getOperate app push ./my_app.json

Remote path format

<u|g|f>/<username|group|folder>/...