Skip to content

Commit 597debd

Browse files
committed
fixup docs
1 parent 98676ae commit 597debd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/instructions/rendered-specs.instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ azldev component render -a --clean-stale -O json
2222

2323
```bash
2424
# Small set, will NOT remove stale specs, faster for iterative development
25-
azldev component render <comonent-1> <component-2> -O json
25+
azldev component render <component-1> <component-2> -O json
2626
```
2727

2828
```bash
29-
# Custom ouptut directory, useful for debugging. --force is required to delete and re-create the output folders if they
30-
# already exist.
31-
azldev component render <component> -O json -o /tmp/rendered-specs --force
29+
# Custom output directory, useful for debugging. When not using the automatically configured spec directory, --force is
30+
# required to delete and re-create the output folders if they already exist.
31+
azldev component render <component> -O json -o ./base/build/work/scratch/rendered-specs --force
3232
```

0 commit comments

Comments
 (0)