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

chore(cli): track botonic CLI version from package.json #1307

Merged
merged 2 commits into from
Feb 12, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 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.18.1 darwin-x64 node-v12.20.1
@botonic/cli/0.18.2-alpha.0 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.1/lib/commands/deploy.js)_
_See code: [lib/commands/deploy.js](https://github.com/hubtype/botonic/blob/v0.18.2-alpha.0/lib/commands/deploy.js)_

## `botonic help [COMMAND]`

Expand Down Expand Up @@ -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.1/lib/commands/login.js)_
_See code: [lib/commands/login.js](https://github.com/hubtype/botonic/blob/v0.18.2-alpha.0/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.1/lib/commands/logout.js)_
_See code: [lib/commands/logout.js](https://github.com/hubtype/botonic/blob/v0.18.2-alpha.0/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.1/lib/commands/new.js)_
_See code: [lib/commands/new.js](https://github.com/hubtype/botonic/blob/v0.18.2-alpha.0/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.1/lib/commands/serve.js)_
_See code: [lib/commands/serve.js](https://github.com/hubtype/botonic/blob/v0.18.2-alpha.0/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.1/lib/commands/test.js)_
_See code: [lib/commands/test.js](https://github.com/hubtype/botonic/blob/v0.18.2-alpha.0/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.1/lib/commands/train.js)_
_See code: [lib/commands/train.js](https://github.com/hubtype/botonic/blob/v0.18.2-alpha.0/lib/commands/train.js)_
<!-- commandsstop -->
Loading