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

# Apps

## Listing apps

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

```bash theme={null}
getOperate app
```

## Pushing a app

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

```bash theme={null}
getOperate app push <file_path>
```

### Arguments

| Argument    | Description                       |
| ----------- | --------------------------------- |
| `file_path` | The path to the app file to push. |

### Examples

* Push the app located at `./my_app.json.`

```bash theme={null}
getOperate app push ./my_app.json
```

## Remote path format

```bash theme={null}
<u|g|f>/<username|group|folder>/...
```
