Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/project-demo-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,11 @@ Base has its own self-demo:
basectl demo base -- --non-interactive
```

That script lives in the Base repository at `demo/demo.sh`. It demonstrates the
Base control-plane workflow using Base itself and does not depend on the
external reference repository.
That script lives in the Base repository at `$BASE_HOME/demo/demo.sh`. It
demonstrates the Base control-plane workflow using Base itself and does not
depend on the external reference repository. It follows the same
`--non-interactive` pattern described above, so contributors can compare their
own demo scripts against a working reference.

## Reference Project

Expand Down
Loading