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

# Folder

## Listing folders

The `getOperate folder` list command is used to list all folders in the remote workspace.

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

## Push

The `getOperate folder push` command is used to push a local folder specification to a remote location, overriding any existing remote versions.

```bash theme={null}
getOperate folder push <folder_path:string> <remote_path:string>
```

### Arguments

| Argument      | Description                                                      |
| ------------- | ---------------------------------------------------------------- |
| `folder_path` | The path to the local folder.                                    |
| `remote_path` | The path to the remote location where the folder will be pushed. |
