JSPM

@firecms/cli

3.0.0-beta.4
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 2385
    • Score
      100M100P100Q114083F
    • License MIT

    A CLI to perform FireCMS operations

    Package Exports

    • @firecms/cli

    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