npm.io
3.0.0-canary.188 • Published 1 year agoCLI

@firecms/cli

Licence
MIT
Version
3.0.0-canary.188
Deps
16
Size
121.9 MB
Vulns
0
Weekly
642
Stars
1.3K

FireCMS CLI

This CLI tool allows you to create new FireCMS projects and to deploy them to FireCMS Cloud. IMPORTANT: You should not be using this tool directly, but firecms instead.

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 FireCMS Cloud

firecms init

For FireCMS PRO:

firecms init --pro

For FireCMS with Astro (self-hosted with Astro SSG/SSR and blog support):

firecms init --astro

For FireCMS Community (MIT licensed):

firecms init --community
To run locally

For development purposes, you can link the package 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

Keywords