Skip to content

Commit

Permalink
[no ci] Release: 3.0.87
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed Jul 18, 2024
1 parent e95b7e7 commit a064f7d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 27 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.86",
"version": "3.0.87",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
30 changes: 7 additions & 23 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ npm install -g @faststore/cli
$ faststore COMMAND
running command...
$ faststore (--version)
@faststore/cli/3.0.83 linux-x64 node-v18.20.3
@faststore/cli/3.0.87 linux-x64 node-v18.20.4
$ faststore --help [COMMAND]
USAGE
$ faststore COMMAND
Expand All @@ -44,7 +44,6 @@ USAGE
* [`faststore build [PATH]`](#faststore-build-path)
* [`faststore cms-sync [PATH]`](#faststore-cms-sync-path)
* [`faststore dev [PATH]`](#faststore-dev-path)
* [`faststore generate-graphql [PATH]`](#faststore-generate-graphql-path)
* [`faststore help [COMMAND]`](#faststore-help-command)
* [`faststore init [PATH]`](#faststore-init-path)
* [`faststore start [PATH]`](#faststore-start-path)
Expand All @@ -60,7 +59,7 @@ ARGUMENTS
PATH The path where the FastStore being built is. Defaults to cwd.
```

_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.83/dist/commands/build.ts)_
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.87/dist/commands/build.ts)_

## `faststore cms-sync [PATH]`

Expand All @@ -75,7 +74,7 @@ FLAGS
-d, --dry-run
```

_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.83/dist/commands/cms-sync.ts)_
_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.87/dist/commands/cms-sync.ts)_

## `faststore dev [PATH]`

Expand All @@ -87,22 +86,7 @@ ARGUMENTS
PATH The path where the FastStore being run is. Defaults to cwd.
```

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

## `faststore generate-graphql [PATH]`

```
USAGE
$ faststore generate-graphql [PATH] [-d]
ARGUMENTS
PATH The path where the FastStore GraphQL customization is. Defaults to cwd.
FLAGS
-d, --debug
```

_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v3.0.83/dist/commands/generate-graphql.ts)_
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.87/dist/commands/dev.ts)_

## `faststore help [COMMAND]`

Expand Down Expand Up @@ -142,7 +126,7 @@ EXAMPLES
$ yarn faststore init discovery
```

_See code: [dist/commands/init.ts](https://github.com/vtex/faststore/blob/v3.0.83/dist/commands/init.ts)_
_See code: [dist/commands/init.ts](https://github.com/vtex/faststore/blob/v3.0.87/dist/commands/init.ts)_

## `faststore start [PATH]`

Expand All @@ -154,7 +138,7 @@ ARGUMENTS
PATH The path where the FastStore being run is. Defaults to cwd.
```

_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.83/dist/commands/start.ts)_
_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.87/dist/commands/start.ts)_

## `faststore test [PATH]`

Expand All @@ -166,5 +150,5 @@ ARGUMENTS
PATH The path where the FastStore being tested is. Defaults to cwd.
```

_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.83/dist/commands/test.ts)_
_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.87/dist/commands/test.ts)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/cli",
"version": "3.0.83",
"version": "3.0.87",
"description": "FastStore CLI",
"author": "Emerson Laurentino @emersonlaurentino",
"bin": {
Expand All @@ -17,7 +17,7 @@
"/oclif.manifest.json"
],
"dependencies": {
"@faststore/core": "^3.0.81",
"@faststore/core": "^3.0.87",
"@inquirer/prompts": "^5.1.2",
"@oclif/core": "^1.16.4",
"@oclif/plugin-help": "^5",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/core",
"version": "3.0.86",
"version": "3.0.87",
"license": "MIT",
"repository": "vtex/faststore",
"browserslist": "supports es6-module and not dead",
Expand Down

0 comments on commit a064f7d

Please sign in to comment.