-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joshua Crewe
committed
Aug 8, 2019
1 parent
9eb65b5
commit 9cf5112
Showing
2 changed files
with
7 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ $ npm install -g @venncreative/venndo | |
$ venndo COMMAND | ||
running command... | ||
$ venndo (-v|--version|version) | ||
@venncreative/venndo/0.2.2 darwin-x64 node-v8.11.3 | ||
@venncreative/venndo/0.2.3 darwin-x64 node-v12.0.0 | ||
$ venndo --help [COMMAND] | ||
USAGE | ||
$ venndo COMMAND | ||
|
@@ -61,7 +61,7 @@ EXAMPLE | |
$ venndo add-git-ftp | ||
``` | ||
|
||
_See code: [src/commands/add-git-ftp.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.2/src/commands/add-git-ftp.ts)_ | ||
_See code: [src/commands/add-git-ftp.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.3/src/commands/add-git-ftp.ts)_ | ||
|
||
## `venndo create CLONE PROJECT` | ||
|
||
|
@@ -82,7 +82,7 @@ EXAMPLE | |
$ venndo create baseProject projectName | ||
``` | ||
|
||
_See code: [src/commands/create/index.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.2/src/commands/create/index.ts)_ | ||
_See code: [src/commands/create/index.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.3/src/commands/create/index.ts)_ | ||
|
||
## `venndo create:new CLONE REPO` | ||
|
||
|
@@ -103,7 +103,7 @@ EXAMPLE | |
$ venndo create:new new-project [email protected]:organisation/project.git | ||
``` | ||
|
||
_See code: [src/commands/create/new.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.2/src/commands/create/new.ts)_ | ||
_See code: [src/commands/create/new.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.3/src/commands/create/new.ts)_ | ||
|
||
## `venndo env` | ||
|
||
|
@@ -124,7 +124,7 @@ EXAMPLE | |
$ venndo env | ||
``` | ||
|
||
_See code: [src/commands/env.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.2/src/commands/env.ts)_ | ||
_See code: [src/commands/env.ts](https://github.com/JoshuaCrewe/venndo/blob/v0.2.3/src/commands/env.ts)_ | ||
|
||
## `venndo help [COMMAND]` | ||
|
||
|
@@ -141,5 +141,5 @@ OPTIONS | |
--all see all commands in CLI | ||
``` | ||
|
||
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.6/src/commands/help.ts)_ | ||
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.0/src/commands/help.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