3.1.1 • Published 3 years ago

newbot-cli v3.1.1

Weekly downloads
58
License
MIT
Repository
-
Last release
3 years ago

NewBot CLI

Create new project

newbot new <folder name>

Emulator (in terminal)

newbot emulator

Options :

  • --source <platform name> : Test your chatbot on simulated platform. Example : newbot emulator --source messenger
  • --lang <lang id> : Test your chatbot with an specific language. Example : newbot emulator --lang fr_FR
  • --skill <skill folder name> : test a skill present in the skills folder. Example : newbot emulator --skill test

Generate Skill

newbot generate skill <folder name>

Run Local Server

Launch a local server and listen to your chatbot on the default port 3000

newbot serve

Options :

  • --port <port> : Launch on another port
  • --ngrok <O or 1> : Launches ngrok to create a tunnel to the local server. 0 : disable, 1 : enable (by default)

Unit Tests

newbot test

Build

newbot build

Train

newbot train

Deploy on NewBot Cloud

newbot deploy

Disconnect from NewBot Cloud

newbot logout

ChangeLog

2020-02-06

Changed

  • The train part is moved in the newbot module. So version 3.0.0 is only compatible with NewBot Framework version > 0.6
  • The training now uses version 4 of the NLPJS module. The generated model is therefore different
3.1.1

3 years ago

3.1.0

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.5.0

4 years ago

2.4.0

4 years ago

2.3.3

4 years ago

2.3.2

4 years ago

2.3.1

4 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.5.0

5 years ago

1.4.5

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago