Skip to content

Commit 4a19211

Browse files
authored
Merge pull request #10 from vtex/refactor/small-updates
Refactor/small updates
2 parents 0ac1a6b + 6a570fb commit 4a19211

4 files changed

Lines changed: 183 additions & 39 deletions

File tree

.github/workflows/plugin-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: 12.x
2020
- name: Install dependencies
21-
run: npm install
21+
run: yarn install
2222
- name: Update README
2323
run: yarn prepack
2424
- name: Commit changes

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,27 @@ For more information, read [Ocliff Docs](https://oclif.io/docs/introduction).
2626
<!-- usage -->
2727
```sh-session
2828
$ npm install -g @vtex/cli-plugin-template
29-
$ oclif-example COMMAND
29+
$ vtex COMMAND
3030
running command...
31-
$ oclif-example (-v|--version|version)
32-
@vtex/cli-plugin-template/0.0.0 linux-x64 node-v12.18.3
33-
$ oclif-example --help [COMMAND]
31+
$ vtex (-v|--version|version)
32+
@vtex/cli-plugin-template/0.0.0 linux-x64 node-v12.18.4
33+
$ vtex --help [COMMAND]
3434
USAGE
35-
$ oclif-example COMMAND
35+
$ vtex COMMAND
3636
...
3737
```
3838
<!-- usagestop -->
3939
# Commands
4040
<!-- commands -->
41-
* [`oclif-example hello [FILE]`](#oclif-example-hello-file)
41+
* [`vtex hello [FILE]`](#vtex-hello-file)
4242

43-
## `oclif-example hello [FILE]`
43+
## `vtex hello [FILE]`
4444

4545
describe the command here
4646

4747
```
4848
USAGE
49-
$ oclif-example hello [FILE]
49+
$ vtex hello [FILE]
5050
5151
OPTIONS
5252
-f, --force

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"ts-jest": "^25.2.1",
2727
"ts-node": "^8",
2828
"typescript": "^3.8.2",
29-
"vtex": "^2.105.1"
29+
"vtex": "^2.115.0"
3030
},
3131
"engines": {
3232
"node": ">=8.0.0"
@@ -44,7 +44,7 @@
4444
"license": "MIT",
4545
"oclif": {
4646
"commands": "./build/commands",
47-
"bin": "oclif-example",
47+
"bin": "vtex",
4848
"devPlugins": [
4949
"@oclif/plugin-help"
5050
]

0 commit comments

Comments
 (0)