Skip to content

Commit 4130575

Browse files
authored
Fix schema listing command in migration guide (Fission-AI#608)
1 parent 86d2e04 commit 4130575

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/migration-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ When determining which schema to use, OPSX checks in order:
466466
List all available schemas:
467467

468468
```bash
469-
openspec workflow schemas
469+
openspec schemas
470470
```
471471

472472
### Custom Schemas
@@ -510,7 +510,7 @@ Check that your `rules:` keys match your schema's artifact IDs:
510510
Run this to see valid artifact IDs:
511511

512512
```bash
513-
openspec workflow schemas --json
513+
openspec schemas --json
514514
```
515515

516516
### Config not being applied

0 commit comments

Comments
 (0)