@firecms/cli
TypeScript icon, indicating that this package has built-in type declarations

3.0.0-beta.6 • Public • Published

FireCMS CLI

This CLI tool allows you to create new FireCMS projects and to deploy them to FireCMS Cloud.

CLI

You can use the following commands:

firecms login
firecms init
firecms deploy

Using different templates

You can initialize a new project using different templates. Please not that these templates can't be deployed to FireCMS Cloud. For example:

For version 2:

firecms init --v2

For FireCMS Community edition:

firecms init --community

For FireCMS PRO:

firecms init --pro

To run locally

npm link
firecms

Development only

You can change the environment when deploying to FireCMS Cloud by defining the --env variable. Possible values are prod (default) and dev.

firecms deploy --env dev

Package Sidebar

Install

npm i @firecms/cli

Weekly Downloads

1,102

Version

3.0.0-beta.6

License

MIT

Unpacked Size

130 MB

Total Files

834

Last publish

Collaborators

  • gatti675