Skip to content

Commit

Permalink
Release/0.21.0 (#2299)
Browse files Browse the repository at this point in the history
* chore: remove unused packages botonic-nlu and botonic-plugin-nlu

* chore: bump botonic packages to 0.21.0
  • Loading branch information
vanbasten17 authored Mar 7, 2023
1 parent 92b310e commit f986123
Show file tree
Hide file tree
Showing 91 changed files with 60 additions and 27,894 deletions.
18 changes: 9 additions & 9 deletions packages/botonic-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @botonic/cli
$ botonic COMMAND
running command...
$ botonic (-v|--version|version)
@botonic/cli/0.20.2 darwin-x64 node-v14.20.1
@botonic/cli/0.21.0 darwin-x64 node-v14.20.1
$ botonic --help [COMMAND]
USAGE
$ botonic COMMAND
Expand Down Expand Up @@ -67,7 +67,7 @@ EXAMPLES
Deploying to AWS...
```

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

## `botonic destroy [PROVIDER]`

Expand All @@ -82,7 +82,7 @@ EXAMPLE
Destroying AWS stack...
```

_See code: [lib/commands/destroy.js](https://github.com/hubtype/botonic/blob/v0.20.2/lib/commands/destroy.js)_
_See code: [lib/commands/destroy.js](https://github.com/hubtype/botonic/blob/v0.21.0/lib/commands/destroy.js)_

## `botonic help [COMMAND]`

Expand Down Expand Up @@ -113,7 +113,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.20.2/lib/commands/login.js)_
_See code: [lib/commands/login.js](https://github.com/hubtype/botonic/blob/v0.21.0/lib/commands/login.js)_

## `botonic logout`

Expand All @@ -127,7 +127,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.20.2/lib/commands/logout.js)_
_See code: [lib/commands/logout.js](https://github.com/hubtype/botonic/blob/v0.21.0/lib/commands/logout.js)_

## `botonic new NAME [PROJECTNAME]`

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

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

## `botonic serve`

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

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

## `botonic test`

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

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

## `botonic train`

Expand All @@ -210,5 +210,5 @@ EXAMPLE
TRAINING MODEL...
```

_See code: [lib/commands/train.js](https://github.com/hubtype/botonic/blob/v0.20.2/lib/commands/train.js)_
_See code: [lib/commands/train.js](https://github.com/hubtype/botonic/blob/v0.21.0/lib/commands/train.js)_
<!-- commandsstop -->
Loading

0 comments on commit f986123

Please sign in to comment.