JSPM

firecms

3.0.0-canary.46
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1213
  • Score
    100M100P100Q118340F
  • License MIT

A CLI to perform FireCMS operations. This package is just a wrapper around @firecms/cli

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (firecms) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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