We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb4955 commit f926802Copy full SHA for f926802
1 file changed
docs/reference/workflows.md
@@ -134,9 +134,12 @@ Shows all active catalog sources.
134
specify workflow catalog add <url>
135
```
136
137
-| Option | Description |
138
-| --------------- | -------------------------------- |
139
-| `--name <name>` | Optional name for the catalog |
+| Option | Description |
+| -------------------------------------------- | -------------------------------------------------- |
+| `--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 |
143
144
Adds a custom catalog URL to the project's `.specify/workflow-catalogs.yml`.
145
0 commit comments