Skip to content

Commit f926802

Browse files
author
root
committed
docs(workflows): document workflow catalog metadata options
1 parent 2bb4955 commit f926802

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

docs/reference/workflows.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,12 @@ Shows all active catalog sources.
134134
specify workflow catalog add <url>
135135
```
136136

137-
| Option | Description |
138-
| --------------- | -------------------------------- |
139-
| `--name <name>` | Optional name for the catalog |
137+
| Option | Description |
138+
| -------------------------------------------- | -------------------------------------------------- |
139+
| `--name <name>` | Optional name for the catalog |
140+
| `--priority <N>` | Priority (default: 10; lower = higher precedence) |
141+
| `--install-allowed / --no-install-allowed` | Whether workflows can be installed from this catalog |
142+
| `--description <text>` | Optional description |
140143

141144
Adds a custom catalog URL to the project's `.specify/workflow-catalogs.yml`.
142145

0 commit comments

Comments
 (0)