@chatbotkit/cli
v1.14.2
Published
ChatBotKit command line tools
Downloads
84
Readme
ChatBotKit CLI
The ChatBotKit CLI is a command-line interface for the ChatBotKit SDK. It provides a set of commands to help you manage your ChatBotKit projects.
Getting Started
To begin using the ChatBotKit CLI, follow these steps:
Installation: Add the SDK to your project using npm:
npm install --global @chatbotkit/cli
Help: Get help on the available commands:
cbk --help
Usage: Use the CLI to interact with ChatBotKit:
Keep in mind that you will need to authenticate with your ChatBotKit token first.
export CHATBOTKIT_API_TOKEN=<your token here>
Then you can use the CLI to interact with ChatBotKit:
cbk api conversation list
Documentation
For comprehensive information about the ChatBotKit CLI SDK, including detailed documentation on its functionalities, helper methods, and configuration options, please visit our type documentation page.
Contributing
If you find a bug or would like to contribute to the ChatBotKit SDK, please open an issue or submit a pull request on the official GitHub repository.