Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/pin colors version #2144

Merged
merged 5 commits into from
Jan 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
79,206 changes: 66,511 additions & 12,695 deletions package-lock.json

Large diffs are not rendered by default.

36 changes: 18 additions & 18 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/1.0.0-dev.2 darwin-x64 node-v14.18.2
@botonic/cli/1.0.0-dev.3 darwin-x64 node-v14.18.2
$ 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/v1.0.0-dev.2/lib/commands/deploy.js)_
_See code: [lib/commands/deploy.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.3/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/v1.0.0-dev.2/lib/commands/destroy.js)_
_See code: [lib/commands/destroy.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.3/lib/commands/destroy.js)_

## `botonic help [COMMAND]`

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

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

## `botonic login`

Expand All @@ -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/v1.0.0-dev.2/lib/commands/login.js)_
_See code: [lib/commands/login.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.3/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/v1.0.0-dev.2/lib/commands/logout.js)_
_See code: [lib/commands/logout.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.3/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/v1.0.0-dev.2/lib/commands/new.js)_
_See code: [lib/commands/new.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.3/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/v1.0.0-dev.2/lib/commands/serve.js)_
_See code: [lib/commands/serve.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.3/lib/commands/serve.js)_

## `botonic test`

Expand All @@ -177,13 +177,13 @@ USAGE

EXAMPLE
PASS tests/app.test.js
✓ TEST: hi.js (10ms)
✓ TEST: pizza.js (1ms)
✓ TEST: sausage.js (1ms)
✓ TEST: bacon.js
✓ TEST: pasta.js (1ms)
✓ TEST: cheese.js (1ms)
✓ TEST: tomato.js
✓ TEST: hi.js (10ms)
✓ TEST: pizza.js (1ms)
✓ TEST: sausage.js (1ms)
✓ TEST: bacon.js
✓ TEST: pasta.js (1ms)
✓ TEST: cheese.js (1ms)
✓ TEST: tomato.js

Test Suites: 1 passed, 1 total
Tests: 7 passed, 7 total
Expand All @@ -192,7 +192,7 @@ EXAMPLE
Ran all test suites.
```

_See code: [lib/commands/test.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.2/lib/commands/test.js)_
_See code: [lib/commands/test.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.3/lib/commands/test.js)_

## `botonic train`

Expand All @@ -207,8 +207,8 @@ OPTIONS

EXAMPLE
$ botonic train [--task=<ner|intent-classification>]
TRAINING MODEL...
TRAINING MODEL...
```

_See code: [lib/commands/train.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.2/lib/commands/train.js)_
_See code: [lib/commands/train.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.3/lib/commands/train.js)_
<!-- commandsstop -->