generated from vtex/cli-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* make dependencies explicit * Automatic update on Toolbelt plugin documentation * Release v1.0.0 * Automatic update on Toolbelt plugin documentation
- Loading branch information
1 parent
4371a37
commit ed6d4b7
Showing
4 changed files
with
79 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ $ npm install -g @vtex/cli-plugin-infra | |
$ vtex COMMAND | ||
running command... | ||
$ vtex (-v|--version|version) | ||
@vtex/cli-plugin-infra/0.2.2 linux-x64 node-v12.21.0 | ||
@vtex/cli-plugin-infra/1.0.0 linux-x64 node-v12.22.1 | ||
$ vtex --help [COMMAND] | ||
USAGE | ||
$ vtex COMMAND | ||
|
@@ -63,7 +63,7 @@ EXAMPLES | |
vtex infra install [email protected] | ||
``` | ||
|
||
_See code: [build/commands/infra/install.ts](https://github.com/vtex/cli-plugin-infra/blob/v0.2.2/build/commands/infra/install.ts)_ | ||
_See code: [build/commands/infra/install.ts](https://github.com/vtex/cli-plugin-infra/blob/v1.0.0/build/commands/infra/install.ts)_ | ||
|
||
## `vtex infra:list [NAME]` | ||
|
||
|
@@ -91,7 +91,7 @@ EXAMPLES | |
vtex infra ls | ||
``` | ||
|
||
_See code: [build/commands/infra/list.ts](https://github.com/vtex/cli-plugin-infra/blob/v0.2.2/build/commands/infra/list.ts)_ | ||
_See code: [build/commands/infra/list.ts](https://github.com/vtex/cli-plugin-infra/blob/v1.0.0/build/commands/infra/list.ts)_ | ||
|
||
## `vtex infra:update` | ||
|
||
|
@@ -110,5 +110,5 @@ EXAMPLE | |
vtex infra update | ||
``` | ||
|
||
_See code: [build/commands/infra/update.ts](https://github.com/vtex/cli-plugin-infra/blob/v0.2.2/build/commands/infra/update.ts)_ | ||
_See code: [build/commands/infra/update.ts](https://github.com/vtex/cli-plugin-infra/blob/v1.0.0/build/commands/infra/update.ts)_ | ||
<!-- commandsstop --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters