Socket
Socket
Sign inDemoInstall

@faststore/cli

Package Overview
Dependencies
Maintainers
10
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.9 to 2.1.10

dist/commands/cms-sync.d.ts

2

oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"2.1.9","commands":{"build":{"id":"build","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"dev":{"id":"dev","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"start":{"id":"start","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]}}}
{"version":"2.1.10","commands":{"build":{"id":"build","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"cms-sync":{"id":"cms-sync","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"dev":{"id":"dev","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"start":{"id":"start","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]}}}
{
"name": "@faststore/cli",
"version": "2.1.9",
"version": "2.1.10",
"description": "FastStore CLI",

@@ -72,3 +72,3 @@ "author": "Emerson Laurentino @emersonlaurentino",

"types": "dist/index.d.ts",
"gitHead": "e8c0051ff4e990fcf9375bc8a22f76570967e1af"
"gitHead": "884f9b57be522f91482866bb9eaffe71d1188cdb"
}

@@ -15,3 +15,3 @@ FastStore CLI

$ faststore (--version)
@faststore/cli/2.1.9 linux-x64 node-v16.20.0
@faststore/cli/2.1.10 linux-x64 node-v16.20.0
$ faststore --help [COMMAND]

@@ -26,2 +26,3 @@ USAGE

* [`faststore build`](#faststore-build)
* [`faststore cms-sync`](#faststore-cms-sync)
* [`faststore dev`](#faststore-dev)

@@ -38,4 +39,13 @@ * [`faststore help [COMMAND]`](#faststore-help-command)

_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v2.1.9/dist/commands/build.ts)_
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v2.1.10/dist/commands/build.ts)_
## `faststore cms-sync`
```
USAGE
$ faststore cms-sync
```
_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v2.1.10/dist/commands/cms-sync.ts)_
## `faststore dev`

@@ -48,3 +58,3 @@

_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v2.1.9/dist/commands/dev.ts)_
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v2.1.10/dist/commands/dev.ts)_

@@ -78,3 +88,3 @@ ## `faststore help [COMMAND]`

_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v2.1.9/dist/commands/start.ts)_
_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v2.1.10/dist/commands/start.ts)_
<!-- commandsstop -->
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc