File tree Expand file tree Collapse file tree 3 files changed +12
-2360
lines changed Expand file tree Collapse file tree 3 files changed +12
-2360
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $ npm install -g @botonic/cli
19
19
$ botonic COMMAND
20
20
running command...
21
21
$ 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
23
23
$ botonic --help [COMMAND]
24
24
USAGE
25
25
$ botonic COMMAND
46
46
$ botonic deploy [BOT_NAME]
47
47
48
48
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
52
54
53
55
EXAMPLE
54
56
$ botonic deploy
@@ -180,7 +182,7 @@ OPTIONS
180
182
181
183
EXAMPLE
182
184
$ botonic train
183
- TRAINING MODEL FOR {LANGUAGE}...
185
+ TRAINING MODEL FOR {LANGUAGE}...
184
186
```
185
187
186
188
_ See code: [ src/commands/train.ts] ( https://github.com/hubtype/botonic/blob/v0.10.1/src/commands/train.ts ) _
You can’t perform that action at this time.
0 commit comments