Skip to content
Closed
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
7 changes: 4 additions & 3 deletions cmd/ate-setup/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ The demo list is not hard-coded here — it is built from the registry in
`go run ./cmd/ate-setup deploy demo --help` is authoritative for both the list
and the per-demo flags.

Each demo previously had its own `hack/install-demo-*.sh`, sourced by the
installer, which registered the flags above. Those scripts are gone; the demos
now live in [`internal/demos`](internal/demos).
The demos also each have a `hack/install-demo-*.sh`, sourced by
`hack/install-ate.sh`, which registers `--deploy-demo-NAME` /
`--delete-demo-NAME` flags on that installer. ate-setup does not use those
scripts; its demos live in [`internal/demos`](internal/demos).
Loading