@botonic/cli 1.0.0-dev.2 → 1.0.0-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @botonic/cli
21
21
  $ botonic COMMAND
22
22
  running command...
23
23
  $ botonic (-v|--version|version)
24
- @botonic/cli/1.0.0-dev.2 darwin-x64 node-v14.18.2
24
+ @botonic/cli/1.0.0-dev.3 darwin-x64 node-v14.18.2
25
25
  $ botonic --help [COMMAND]
26
26
  USAGE
27
27
  $ botonic COMMAND
@@ -67,7 +67,7 @@ EXAMPLES
67
67
  Deploying to AWS...
68
68
  ```
69
69
 
70
- _See code: [lib/commands/deploy.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.2/lib/commands/deploy.js)_
70
+ _See code: [lib/commands/deploy.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.3/lib/commands/deploy.js)_
71
71
 
72
72
  ## `botonic destroy [PROVIDER]`
73
73
 
@@ -82,7 +82,7 @@ EXAMPLE
82
82
  Destroying AWS stack...
83
83
  ```
84
84
 
85
- _See code: [lib/commands/destroy.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.2/lib/commands/destroy.js)_
85
+ _See code: [lib/commands/destroy.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.3/lib/commands/destroy.js)_
86
86
 
87
87
  ## `botonic help [COMMAND]`
88
88
 
@@ -99,7 +99,7 @@ OPTIONS
99
99
  --all see all commands in CLI
100
100
  ```
101
101
 
102
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.9/src/commands/help.ts)_
102
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.3.1/src/commands/help.ts)_
103
103
 
104
104
  ## `botonic login`
105
105
 
@@ -113,7 +113,7 @@ OPTIONS
113
113
  -p, --path=path Path to botonic project. Defaults to current dir.
114
114
  ```
115
115
 
116
- _See code: [lib/commands/login.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.2/lib/commands/login.js)_
116
+ _See code: [lib/commands/login.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.3/lib/commands/login.js)_
117
117
 
118
118
  ## `botonic logout`
119
119
 
@@ -127,7 +127,7 @@ OPTIONS
127
127
  -p, --path=path Path to botonic project. Defaults to current dir.
128
128
  ```
129
129
 
130
- _See code: [lib/commands/logout.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.2/lib/commands/logout.js)_
130
+ _See code: [lib/commands/logout.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.3/lib/commands/logout.js)_
131
131
 
132
132
  ## `botonic new NAME [PROJECTNAME]`
133
133
 
@@ -147,7 +147,7 @@ EXAMPLE
147
147
  ✨ test_bot was successfully created!
148
148
  ```
149
149
 
150
- _See code: [lib/commands/new.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.2/lib/commands/new.js)_
150
+ _See code: [lib/commands/new.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.3/lib/commands/new.js)_
151
151
 
152
152
  ## `botonic serve`
153
153
 
@@ -165,7 +165,7 @@ EXAMPLE
165
165
  > Project is running at http://localhost:8080/
166
166
  ```
167
167
 
168
- _See code: [lib/commands/serve.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.2/lib/commands/serve.js)_
168
+ _See code: [lib/commands/serve.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.3/lib/commands/serve.js)_
169
169
 
170
170
  ## `botonic test`
171
171
 
@@ -177,13 +177,13 @@ USAGE
177
177
 
178
178
  EXAMPLE
179
179
  PASS tests/app.test.js
180
- ✓ TEST: hi.js (10ms)
181
- ✓ TEST: pizza.js (1ms)
182
- ✓ TEST: sausage.js (1ms)
183
- ✓ TEST: bacon.js
184
- ✓ TEST: pasta.js (1ms)
185
- ✓ TEST: cheese.js (1ms)
186
- ✓ TEST: tomato.js
180
+ ✓ TEST: hi.js (10ms)
181
+ ✓ TEST: pizza.js (1ms)
182
+ ✓ TEST: sausage.js (1ms)
183
+ ✓ TEST: bacon.js
184
+ ✓ TEST: pasta.js (1ms)
185
+ ✓ TEST: cheese.js (1ms)
186
+ ✓ TEST: tomato.js
187
187
 
188
188
  Test Suites: 1 passed, 1 total
189
189
  Tests: 7 passed, 7 total
@@ -192,7 +192,7 @@ EXAMPLE
192
192
  Ran all test suites.
193
193
  ```
194
194
 
195
- _See code: [lib/commands/test.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.2/lib/commands/test.js)_
195
+ _See code: [lib/commands/test.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.3/lib/commands/test.js)_
196
196
 
197
197
  ## `botonic train`
198
198
 
@@ -207,8 +207,8 @@ OPTIONS
207
207
 
208
208
  EXAMPLE
209
209
  $ botonic train [--task=<ner|intent-classification>]
210
- TRAINING MODEL...
210
+ TRAINING MODEL...
211
211
  ```
212
212
 
213
- _See code: [lib/commands/train.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.2/lib/commands/train.js)_
213
+ _See code: [lib/commands/train.js](https://github.com/hubtype/botonic/blob/v1.0.0-dev.3/lib/commands/train.js)_
214
214
  <!-- commandsstop -->