Catalyst CLI 1.0.0 and Native Hosting closed beta

The Catalyst CLI (@bigcommerce/catalyst) reaches 1.0.0 as a single tool for scaffolding, building, deploying, and maintaining your storefront, and Native Hosting moves from closed alpha to closed beta. Install the CLI from the @latest tag instead of @alpha.

  • Consolidated CLI@bigcommerce/catalyst@1.0.0 unifies scaffolding, authentication, project and channel management, build, deploy, logs, and upgrades into one command-line tool, published to the npm @latest tag.
  • create-catalyst 2.0.0pnpm create @bigcommerce/catalyst now delegates to catalyst create. The standalone init, integration, and telemetry subcommands are removed; use catalyst channel link and catalyst telemetry instead.
  • Custom domains — add, list, check the status of, and remove custom domains for a Native Hosting project with catalyst domains.
  • In-place upgradescatalyst upgrade moves a project to a newer version through a 3-way merge, writing standard conflict markers instead of ever aborting.
  • Historical logscatalyst logs query retrieves past log entries over a time window, complementing the real-time catalyst logs tail.

For details, see the Native Hosting Overview and Catalyst CLI reference.