0.0.4 โข Published 11 months ago
@bolticio/cli v0.0.4
โก Boltic CLI
A powerful CLI tool for creating, managing, and publishing Boltic integrations.
๐ฆ Installation
Install Boltic CLI globally via NPM:
npm install -g @bolticio/cli๐ Authentication
To log in:
boltic loginFollow the interactive prompt to enter your credentials. Your token will be stored securely for future use.
๐งฉ Integration Management
โ Create a New Integration
boltic integration createYouโll be prompted to enter:
- Name
- Icon URL
Integration Type
- Workflow Activity or Trigger
Descriptions
- Human-readable and AI-generated
Integration Group
- e.g., Analytics, CRM, ERP, Marketing, Payment, Social Media, Other
โ๏ธ Edit an Integration
boltic integration edit๐ Sync an Integration
boltic integration sync๐ Publish an Integration
boltic integration publish๐ Command Reference
| Command | Description |
|---|---|
boltic login | Authenticate with Boltic |
boltic integration create | Create a new integration |
boltic integration sync | Sync changes to your draft |
boltic integration publish | Submit integration for review |
boltic integration pull | Pull the latest changes of an integration from the Cloud |
boltic integration edit | Edit an existing integration |
boltic help | Show CLI help |
boltic version | Display CLI version |
๐ Typical Workflow
# Step 1: Authenticate
boltic login
# Step 2: Start a new integration
boltic integration create
# Step 3: Save changes
boltic integration sync
# Step 5: Submit for publishing and review
boltic integration publish
# Step 6: Pull the latest changes of a integration. Please call this command inside a integration folder.
boltic integration pull
# Step 7: Use this command if you don't have folder of a particular integration. Please call this command outside of any existing integration folder.
boltic integration edit๐ ๏ธ Troubleshooting
Login Errors
- Make sure you're online and using valid credentials.
- Retry
boltic loginif your token has expired.
Integration Issues
- Ensure all required fields (e.g., name, type, icon URL) are filled.
- Verify the icon URL is publicly accessible.
- Double-check the selected integration type and group.
๐ Help
Get help directly in the CLI:
# View all commands
boltic help
# View integration command options
boltic integration helpOr visit the Boltic Docs for full documentation.
๐งพ License
MIT ยฉ Boltic