Experimental features currently being developed for the Botpress CLI.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/botpress/botpress/llms.txt
Use this file to discover all available pages before exploring further.
Lint
Lint an integration definition for errors and best practices:Usage
Options
—workDir
Specify integration directory:What it checks
The lint command validates:- Integration definition syntax
- Schema validation errors
- Best practice violations
- Naming conventions
- Required fields
- Type correctness
Example output
Use cases
Pre-deployment validation
CI/CD integration
Development workflow
Chat
Interact with a deployed bot directly from the CLI:Usage
Options
—chatApiUrl
Custom chat API endpoint:Authentication
Requires authentication:Interactive mode
The chat command starts an interactive session:Commands
In chat mode:- Type your message and press Enter
exitorquitto end sessionclearto clear screenhelpfor available commands
Examples
Start chat session
Chat with authentication
Custom endpoint
Use cases
Quick bot testing
Automated testing
CI/CD smoke tests
Providing feedback
Experimental features need your feedback!Report issues
File issues at github.com/botpress/botpressFeature requests
Share your ideas in the Botpress Discord community.Stability
Experimental commands:- May have bugs
- May change behavior
- May be removed
- Are not production-ready
Once stable, experimental commands will be promoted to regular commands and fully documented.
Migration notice
When experimental commands are promoted:- Breaking changes will be announced
- Migration guides will be provided
- Deprecation period will be given
Related commands
bp read- Read integration definition (stable)bp generate- Generate types (stable)bp deploy- Deploy projects (stable)