@crystallize/cli-next
v4.19.0
Published
Crystallize CLI
Readme
Crystallize CLI
This repository is what we call a "subtree split": a read-only copy of one directory of the main repository.
If you want to report or contribute, you should do it on the main repository: https://github.com/CrystallizeAPI/tools
Help
npx @crystallize/cli-next@latest --helpFeatures
Install a new project based on a Boilerplate
npx @crystallize/cli-next@latest install ~/my-projects/my-ecommerceThis will create a new folder, download the boilerplate and npm install it.
npx @crystallize/cli-next@latest install ~/my-projects/my-ecommerce --bootstrap-tenantThis will do the same as the previous command but it will create a new Tenant with clean data from the Boilerplate.
Dump a tenant
npx @crystallize/cli-next@latest dump ~/my-projects/mydumpfolder tenantIdentifierThis is dumping a Tenant.
Install a new project based on a Boilerplate
npx @crystallize/cli-next@latest import ~/my-projects/mydumpfolder/spec.json aNewTenantThis is importing a Tenant based on a dump
More Options
npx @crystallize/cli-next@latest --help