
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@faststore/cli
Advanced tools
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.
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.84.0 linux-x64 node-v18.20.8
$ faststore --help [COMMAND]
USAGE
$ faststore COMMAND
...
faststore build [ACCOUNT] [PATH]
faststore cms-sync [PATH]
faststore create [PATH]
faststore dev [ACCOUNT] [PATH] [PORT]
faststore generate-graphql [PATH]
faststore help [COMMAND]
faststore start [ACCOUNT] [PATH] [PORT]
faststore test [PATH]
faststore build [ACCOUNT] [PATH]
USAGE
$ faststore build [ACCOUNT] [PATH] [--no-verify]
ARGUMENTS
ACCOUNT The account for which the Discovery is running. Currently noop.
PATH The path where the FastStore being built is. Defaults to cwd.
FLAGS
--no-verify Skips verification of faststore dependencies version string to prevent usage of packages outside npm
registry.
See code: dist/commands/build.js
faststore cms-sync [PATH]
USAGE
$ faststore cms-sync [PATH] [-d]
ARGUMENTS
PATH The path where the FastStore being synched with the CMS is. Defaults to cwd.
FLAGS
-d, --dry-run
See code: dist/commands/cms-sync.js
faststore create [PATH]
Creates a discovery folder based on the starter.store template.
USAGE
$ faststore create [PATH]
ARGUMENTS
PATH The path where the Discovery folder will be created. Defaults to ./discovery.
DESCRIPTION
Creates a discovery folder based on the starter.store template.
EXAMPLES
$ yarn faststore create discovery
See code: dist/commands/create.js
faststore dev [ACCOUNT] [PATH] [PORT]
USAGE
$ faststore dev [ACCOUNT] [PATH] [PORT] [--watch-plugins]
ARGUMENTS
ACCOUNT The account for which the Discovery is running. Currently noop.
PATH The path where the FastStore being run is. Defaults to cwd.
PORT The port where FastStore should run. Defaults to 3000.
FLAGS
--watch-plugins Enable watching for plugin changes
See code: dist/commands/dev.js
faststore generate-graphql [PATH]
USAGE
$ faststore generate-graphql [PATH]
ARGUMENTS
PATH The path where the FastStore GraphQL customization is. Defaults to cwd.
See code: dist/commands/generate-graphql.js
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 [ACCOUNT] [PATH] [PORT]
USAGE
$ faststore start [ACCOUNT] [PATH] [PORT]
ARGUMENTS
ACCOUNT The account for which the Discovery is running. Currently noop.
PATH The path where the FastStore being run is. Defaults to cwd.
PORT The port where FastStore should run. Defaults to 3000.
See code: dist/commands/start.js
faststore test [PATH]
USAGE
$ faststore test [PATH]
ARGUMENTS
PATH The path where the FastStore being tested is. Defaults to cwd.
See code: dist/commands/test.js
FAQs
FastStore CLI
The npm package @faststore/cli receives a total of 6,437 weekly downloads. As such, @faststore/cli popularity was classified as popular.
We found that @faststore/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.