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
Prev Previous commit
Next Next commit
LTRAC-593: docs(cli) - Update changeset for plural deployment URLs
Match the wire contract change in interfaces#3993 (singular
`deployment_url` → repeated `deployment_urls`) so the user-facing
release note describes the actual rendering: every URL per project
is shown, including any vanity hostnames.

Filename intentionally preserved — changesets pick up by `*.md`
glob, so renaming would just churn git history.

Refs LTRAC-593
Co-Authored-By: Claude <noreply@anthropic.com>
  • Loading branch information
jorgemoya and claude committed Apr 28, 2026
commit 7c7b4c647d2b7b5e24d2e1aab711da235b0c8f4a
2 changes: 1 addition & 1 deletion .changeset/project-list-deployed-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@bigcommerce/catalyst": minor
---

Show the deployed URL for each project in `catalyst project list` output so users can recover the hosted storefront URL without having to redeploy.
Show every deployed URL for each project in `catalyst project list` output (the canonical hostname plus any vanity hostnames) so users can recover the hosted storefront URLs without having to redeploy.
Loading