Package Exports
- @boltic/cli
 - @boltic/cli/index.js
 
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@boltic/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
โก Boltic CLI
A powerful CLI tool for creating, managing, and publishing Boltic integrations.
๐ฆ Installation
Install Boltic CLI globally via NPM:
npm install -g @boltic/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: Letters and underscores only (e.g., My_Integration)
Icon: Select an SVG file from your computer
Integration Type:
- Workflow Activity: Reusable components that perform specific tasks
 - Workflow Trigger: Components that start your workflow based on external events
 - You can choose to create both types for the same integration
 
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