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

Manage [events](/docs/events). Subcommands let you list events, pull event definitions to local files, and push event-schema mappings to a workspace.

## Syntax

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

## Commands

| Command                                   | Description                                   |
| ----------------------------------------- | --------------------------------------------- |
| [`event list`](/reference/cli-event-list) | List events                                   |
| [`event get`](/reference/cli-event-get)   | Get events                                    |
| [`event push`](/reference/cli-event-push) | Push linked events                            |
| [`event pull`](/reference/cli-event-pull) | Pull events from workspace to local directory |

***

## Inherited Global Flags

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

* `-s, --service-token` – Service token for authentication (default: `$SUPRSEND_SERVICE_TOKEN`)
* `-v, --verbosity` – Log level (debug, info, warn, error, fatal, panic) (default `info`)
* `--config` – Config file path (default: `$HOME/.suprsend.yaml`)
* `-n, --no-color` – Disable color output (default: `$NO_COLOR`)
* `-w, --workspace string` – Workspace to use (default: `staging`)
