0.3.0 • Published 7 months ago

@m3cms/faststore-cli v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

FastStore CLI

Usage

$ npm install -g @m3cms/faststore-cli
$ faststore-m3 COMMAND
running command...
$ faststore-m3 (--version)
@m3cms/faststore-cli/0.3.0 linux-x64 node-v18.17.1
$ faststore-m3 --help [COMMAND]
USAGE
  $ faststore-m3 COMMAND
...

Commands

faststore-m3 build

USAGE
  $ faststore-m3 build

See code: dist/commands/build.ts

faststore-m3 cms-sync

USAGE
  $ faststore-m3 cms-sync

See code: dist/commands/cms-sync.ts

faststore-m3 dev

USAGE
  $ faststore-m3 dev

See code: dist/commands/dev.ts

faststore-m3 help [COMMANDS]

Display help for faststore-m3.

USAGE
  $ faststore-m3 help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for faststore-m3.

See code: @oclif/plugin-help

faststore-m3 start

USAGE
  $ faststore-m3 start

See code: dist/commands/start.ts

faststore-m3 test

USAGE
  $ faststore-m3 test

See code: dist/commands/test.ts