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

> Show a saved workflow or local workflow file's interface

## Usage

```bash theme={null}
pflow describe <NAME_OR_PATH>
```

Shows inputs, outputs, and a copyable example command. Saved workflows also include their execution history; unsaved files omit history.

```bash theme={null}
pflow describe my-saved-workflow
pflow describe ./drafts/release-notes.pflow.md
pflow describe './draft workflows/release notes.pflow.md'
```
