Skip to content
Open
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ The following options are available:

- **`--channel`**

Channel to use for templates (`stable`, `staging`, `daily`).
Channel to use for templates (`stable`, `staging`, `daily`). When a channel is specified, `aspire new` always selects template packages whose version matches the currently installed CLI/SDK version. This prevents version mismatches that could otherwise occur if the channel feeds a newer pre-release template package — for example, a `13.4` CLI using `--channel daily` will not pull `13.5` preview templates even if the daily feed contains them.
Comment thread
IEvangelist marked this conversation as resolved.
Outdated

- **`--suppress-agent-init`**

Expand Down
Loading