Skip to content

Commit

Permalink
chore(cli): bump cli to 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten17 committed Feb 10, 2021
1 parent 230760d commit 2ea4c6c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions packages/botonic-cli/README.md
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @botonic/cli
$ botonic COMMAND
running command...
$ botonic (-v|--version|version)
@botonic/cli/0.18.0 darwin-x64 node-v12.20.1
@botonic/cli/0.18.1 darwin-x64 node-v12.20.1
$ botonic --help [COMMAND]
USAGE
$ botonic COMMAND
Expand Down Expand Up @@ -64,7 +64,7 @@ EXAMPLE
🚀 Bot deployed!
```

_See code: [lib/commands/deploy.js](https://github.com/hubtype/botonic/blob/v0.18.0/lib/commands/deploy.js)_
_See code: [lib/commands/deploy.js](https://github.com/hubtype/botonic/blob/v0.18.1/lib/commands/deploy.js)_

## `botonic help [COMMAND]`

Expand All @@ -81,7 +81,7 @@ OPTIONS
--all see all commands in CLI
```

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

## `botonic login`

Expand All @@ -95,7 +95,7 @@ OPTIONS
-p, --path=path Path to botonic project. Defaults to current dir.
```

_See code: [lib/commands/login.js](https://github.com/hubtype/botonic/blob/v0.18.0/lib/commands/login.js)_
_See code: [lib/commands/login.js](https://github.com/hubtype/botonic/blob/v0.18.1/lib/commands/login.js)_

## `botonic logout`

Expand All @@ -109,7 +109,7 @@ OPTIONS
-p, --path=path Path to botonic project. Defaults to current dir.
```

_See code: [lib/commands/logout.js](https://github.com/hubtype/botonic/blob/v0.18.0/lib/commands/logout.js)_
_See code: [lib/commands/logout.js](https://github.com/hubtype/botonic/blob/v0.18.1/lib/commands/logout.js)_

## `botonic new NAME [PROJECTNAME]`

Expand All @@ -129,7 +129,7 @@ EXAMPLE
✨ test_bot was successfully created!
```

_See code: [lib/commands/new.js](https://github.com/hubtype/botonic/blob/v0.18.0/lib/commands/new.js)_
_See code: [lib/commands/new.js](https://github.com/hubtype/botonic/blob/v0.18.1/lib/commands/new.js)_

## `botonic serve`

Expand All @@ -144,7 +144,7 @@ EXAMPLE
> Project is running at http://localhost:8080/
```

_See code: [lib/commands/serve.js](https://github.com/hubtype/botonic/blob/v0.18.0/lib/commands/serve.js)_
_See code: [lib/commands/serve.js](https://github.com/hubtype/botonic/blob/v0.18.1/lib/commands/serve.js)_

## `botonic test`

Expand All @@ -171,7 +171,7 @@ EXAMPLE
Ran all test suites.
```

_See code: [lib/commands/test.js](https://github.com/hubtype/botonic/blob/v0.18.0/lib/commands/test.js)_
_See code: [lib/commands/test.js](https://github.com/hubtype/botonic/blob/v0.18.1/lib/commands/test.js)_

## `botonic train`

Expand All @@ -189,5 +189,5 @@ EXAMPLE
TRAINING MODEL FOR {LANGUAGE}...
```

_See code: [lib/commands/train.js](https://github.com/hubtype/botonic/blob/v0.18.0/lib/commands/train.js)_
_See code: [lib/commands/train.js](https://github.com/hubtype/botonic/blob/v0.18.1/lib/commands/train.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/botonic-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/botonic-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@botonic/cli",
"description": "Build Chatbots Using React",
"version": "0.18.0",
"version": "0.18.1",
"license": "MIT",
"bin": {
"botonic": "./bin/run"
Expand Down

0 comments on commit 2ea4c6c

Please sign in to comment.