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.0unifies scaffolding, authentication, project and channel management, build, deploy, logs, and upgrades into one command-line tool, published to the npm@latesttag. create-catalyst2.0.0 —pnpm create @bigcommerce/catalystnow delegates tocatalyst create. The standaloneinit,integration, andtelemetrysubcommands are removed; usecatalyst channel linkandcatalyst telemetryinstead.- Custom domains — add, list, check the status of, and remove custom domains for a Native Hosting project with
catalyst domains. - In-place upgrades —
catalyst upgrademoves a project to a newer version through a 3-way merge, writing standard conflict markers instead of ever aborting. - Historical logs —
catalyst logs queryretrieves past log entries over a time window, complementing the real-timecatalyst logs tail.
For details, see the Native Hosting Overview and Catalyst CLI reference.