Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @voxable/[email protected]
 - @voxable/[email protected]
 - @voxable/[email protected]
 - @voxable/[email protected]
 - @voxable/[email protected]
  • Loading branch information
Matt Buck committed Jul 1, 2021
1 parent 619fdf0 commit 103dae5
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 21 deletions.
24 changes: 19 additions & 5 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @voxable/cli
$ voxable COMMAND
running command...
$ voxable (-v|--version|version)
@voxable/cli/0.1.6 darwin-x64 node-v15.12.0
@voxable/cli/0.1.7 darwin-x64 node-v15.12.0
$ voxable --help [COMMAND]
USAGE
$ voxable COMMAND
Expand All @@ -28,6 +28,7 @@ USAGE
<!-- usagestop -->
# Commands
<!-- commands -->
* [`voxable help [COMMAND]`](#voxable-help-command)
* [`voxable plugins`](#voxable-plugins)
* [`voxable plugins:inspect PLUGIN...`](#voxable-pluginsinspect-plugin)
* [`voxable plugins:install PLUGIN...`](#voxable-pluginsinstall-plugin)
Expand All @@ -37,6 +38,23 @@ USAGE
* [`voxable projects:export PROJECT_ID`](#voxable-projectsexport-project_id)
* [`voxable projects:list`](#voxable-projectslist)

## `voxable help [COMMAND]`

display help for voxable

```
USAGE
$ voxable help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2/src/commands/help.ts)_

## `voxable plugins`

list installed plugins
Expand Down Expand Up @@ -193,8 +211,6 @@ EXAMPLE
$ voxable projects:export PROJECT_ID
```

_See code: [src/commands/projects/export.ts](https://github.com/voxable/cli/blob/v0.1.6/src/commands/projects/export.ts)_

## `voxable projects:list`

list all projects
Expand All @@ -209,6 +225,4 @@ OPTIONS
EXAMPLE
$ voxable projects:list
```

_See code: [src/commands/projects/list.ts](https://github.com/voxable/cli/blob/v0.1.6/src/commands/projects/list.ts)_
<!-- commandsstop -->
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@voxable/cli",
"description": "A client for the Voxable conversation design platform's API.",
"version": "0.1.6",
"version": "0.1.7",
"author": "Voxable, Inc. <[email protected]>",
"bin": {
"voxable": "./bin/run"
Expand All @@ -11,8 +11,8 @@
"@oclif/plugin-help": "^3.2.2",
"@oclif/plugin-plugins": "1.10.0",
"@types/cli-table": "0.3.0",
"@voxable/client": "^0.1.4",
"@voxable/command": "^0.1.3",
"@voxable/client": "^0.1.5",
"@voxable/command": "^0.1.4",
"chalk": "4.1.1",
"cli-table": "0.3.6",
"cli-ux": "5.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voxable/client",
"version": "0.1.4",
"version": "0.1.5",
"description": "The Voxable API client library for JavaScript.",
"main": "lib/",
"repository": "https://github.com/voxable/cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/command/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voxable/command",
"version": "0.1.3",
"version": "0.1.4",
"description": "A base command for the Voxable CLI.",
"main": "lib/",
"repository": "https://github.com/voxable/cli",
Expand Down
6 changes: 2 additions & 4 deletions packages/plugin-bespoken/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @voxable/plugin-bespoken
$ voxable COMMAND
running command...
$ voxable (-v|--version|version)
@voxable/plugin-bespoken/0.1.5 darwin-x64 node-v15.12.0
@voxable/plugin-bespoken/0.2.0 darwin-x64 node-v15.12.0
$ voxable --help [COMMAND]
USAGE
$ voxable COMMAND
Expand All @@ -32,7 +32,7 @@ USAGE

## `voxable bespoken:transform PROJECT_ID`

transform a Voxable project into Bespoken tests
export a Voxable project and transform it into Bespoken tests

```
USAGE
Expand All @@ -47,6 +47,4 @@ OPTIONS
EXAMPLE
$ voxable bespoken:transform PROJECT_ID
```

_See code: [src/commands/bespoken/transform.ts](https://github.com/voxable/cli/blob/v0.1.5/src/commands/bespoken/transform.ts)_
<!-- commandsstop -->
6 changes: 3 additions & 3 deletions packages/plugin-bespoken/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@voxable/plugin-bespoken",
"description": "Bespoken plugin for the Voxable CLI.",
"version": "0.1.5",
"version": "0.2.0",
"author": "Voxable, Inc. <[email protected]>",
"main": "lib/",
"bugs": "https://github.com/voxable/cli/issues",
"dependencies": {
"@oclif/command": "^1",
"@oclif/config": "^1",
"@voxable/client": "^0.1.4",
"@voxable/command": "^0.1.3",
"@voxable/client": "^0.1.5",
"@voxable/command": "^0.1.4",
"cli-ux": "5.5.1",
"cosmiconfig": "7.0.0",
"tslib": "^1"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-colang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ npm install -g @voxable/plugin-colang
$ voxable COMMAND
running command...
$ voxable (-v|--version|version)
@voxable/plugin-colang/0.1.0 darwin-x64 node-v15.12.0
@voxable/plugin-colang/0.1.1 darwin-x64 node-v15.12.0
$ voxable --help [COMMAND]
USAGE
$ voxable COMMAND
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-colang/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@voxable/plugin-colang",
"description": "Colang plugin for the Voxable CLI.",
"version": "0.1.0",
"version": "0.1.1",
"author": "RoboSelf Techonology SRL <[email protected]>",
"main": "lib/",
"bugs": "https://github.com/voxable/cli/issues",
"dependencies": {
"@oclif/command": "^1",
"@oclif/config": "^1",
"@voxable/client": "^0.1.4",
"@voxable/command": "^0.1.3",
"@voxable/client": "^0.1.5",
"@voxable/command": "^0.1.4",
"cli-ux": "5.5.1",
"cosmiconfig": "7.0.0",
"tslib": "^1"
Expand Down

0 comments on commit 103dae5

Please sign in to comment.