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

# pflow save

> Save a .pflow.md workflow into the library

## Usage

```bash theme={null}
pflow save <FILE> --name <NAME> [OPTIONS]
```

## Examples

```bash theme={null}
pflow save ./workflow.pflow.md --name my-workflow
pflow save ./draft.pflow.md --name finalized-workflow --delete-draft
pflow save ./workflow.pflow.md --name my-workflow --force
```
