Command Line Interface (CLI)
Resources
Listing resources
The getOperate resource
list command is used to list all resources in the remote workspace.
Pushing a resource
- The
getOperate resource push
command is used to push a local resource, overriding any existing remote versions.
Arguments
Argument | Description |
---|---|
file_path | The path to the resource file to push. |
remote_path | The remote path where the resource should be pushed. |
Resource specification
We support both JSON and YAML files. The structure of the file is as follows:
YAML:
JSON:
- value (required): Represents the actual content or value of the resource.
- description (optional): A string providing additional information or a description of the resource.
- resource_type (required): A resource type
- is_oauth (optional, deprecated): This property is deprecated and should not be used.