Socket
Socket
Sign inDemoInstall

@faststore/cli

Package Overview
Dependencies
139
Maintainers
7
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @faststore/cli

FastStore CLI


Version published
Maintainers
7
Install size
9.21 MB
Created

Readme

Source

Faststore

FastStore CLI

The FastStore Command Line Interface

The FastStore Command Line Interface (CLI) is the main pre-configured tool for initializing, building and developing FastStore projects.

Also the CLI is the responsible on keeping the stores up-to-date with the @faststore/core package and enables the cloud platform to understand the FastStore project.

Installation

From the command line in your project directory, run:

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

Commands

faststore build

USAGE
  $ faststore build

See code: dist/commands/build.ts

faststore cms-sync

USAGE
  $ faststore cms-sync [-d]

FLAGS
  -d, --dry-run

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

faststore dev

USAGE
  $ faststore dev

See code: dist/commands/dev.ts

faststore generate-graphql

USAGE
  $ faststore generate-graphql [-d]

FLAGS
  -d, --debug

See code: dist/commands/generate-graphql.ts

faststore help [COMMAND]

Display help for faststore.

USAGE
  $ faststore help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

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

DESCRIPTION
  Display help for faststore.

See code: @oclif/plugin-help

faststore start

USAGE
  $ faststore start

See code: dist/commands/start.ts

faststore test

USAGE
  $ faststore test

See code: dist/commands/test.ts

Keywords

FAQs

Last updated on 13 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc