Skip to content

Commit 93dd47a

Browse files
committed
chore(cli): move dev dependencies to root folder
remove oclif/test because not used and because mocha caused incompatibility with jest
1 parent 60151d9 commit 93dd47a

File tree

3 files changed

+12
-2360
lines changed

3 files changed

+12
-2360
lines changed

packages/botonic-cli/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install -g @botonic/cli
1919
$ botonic COMMAND
2020
running command...
2121
$ botonic (-v|--version|version)
22-
@botonic/cli/0.10.1 darwin-x64 node-v10.15.0
22+
@botonic/cli/0.10.1 linux-x64 node-v13.9.0
2323
$ botonic --help [COMMAND]
2424
USAGE
2525
$ botonic COMMAND
@@ -46,9 +46,11 @@ USAGE
4646
$ botonic deploy [BOT_NAME]
4747
4848
OPTIONS
49-
-c, --command=command Command to execute from the package "scripts" object
50-
-f, --force Force deploy despite of no changes. Disabled by default
51-
--botName=botName
49+
-b, --botName=botName Name of the bot from Hubtype where you want to deploy
50+
-c, --command=command Command to execute from the package "scripts" object
51+
-e, --email=email Email from Hubtype Organization
52+
-f, --force Force deploy despite of no changes. Disabled by default
53+
-p, --password=password Password from Hubtype Organization
5254
5355
EXAMPLE
5456
$ botonic deploy
@@ -180,7 +182,7 @@ OPTIONS
180182
181183
EXAMPLE
182184
$ botonic train
183-
TRAINING MODEL FOR {LANGUAGE}...
185+
TRAINING MODEL FOR {LANGUAGE}...
184186
```
185187

186188
_See code: [src/commands/train.ts](https://github.com/hubtype/botonic/blob/v0.10.1/src/commands/train.ts)_

0 commit comments

Comments
 (0)