Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getoperate.com/llms.txt

Use this file to discover all available pages before exploring further.

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>/...