> ## Documentation Index
> Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Commands and Flags

> Manage workflows

Manage [workflows](/docs/workflows). Subcommands let you list, get details, pull to local files, push from local files, and enable/disable workflows in a workspace.

## Syntax

```bash theme={"system"}
suprsend workflow [command]
```

## Commands

| Command                                               | Description                                     |
| ----------------------------------------------------- | ----------------------------------------------- |
| [`workflow list`](/reference/cli-workflow-list)       | List workflows for a workspace                  |
| [`workflow get`](/reference/cli-workflow-get)         | Get workflow details                            |
| [`workflow push`](/reference/cli-workflow-push)       | Push workflows from local to SuprSend workspace |
| [`workflow pull`](/reference/cli-workflow-pull)       | Pull workflows from SuprSend workspace to local |
| [`workflow enable`](/reference/cli-workflow-enable)   | Enables a workflow                              |
| [`workflow disable`](/reference/cli-workflow-disable) | Disable a workflow                              |

***

## Inherited Global Flags

This command also supports [Global Flags](/reference/cli-global-flags), such as:

* `-s, --service-token` – Service token for authentication
* `-v, --verbosity` – Logging level
* `--config` – Config file path
* `-n, --no-color` – Disable color output
* `-w, --workspace string` – Workspace to use (default: `staging`)
