@boltic/cli 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,11 +40,13 @@ boltic integration create
40
40
 
41
41
  You’ll be prompted to enter:
42
42
 
43
- - **Name**
44
- - **Icon URL**
45
- - **Integration Type**
43
+ - **Name**: Letters and underscores only (e.g., My_Integration)
44
+ - **Icon**: Select an SVG file from your computer
45
+ - **Integration Type**:
46
46
 
47
- - Workflow Activity or Trigger
47
+ - Workflow Activity: Reusable components that perform specific tasks
48
+ - Workflow Trigger: Components that start your workflow based on external events
49
+ - You can choose to create both types for the same integration
48
50
 
49
51
  - **Descriptions**
50
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boltic/cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A powerful CLI tool for managing Boltic Workflow integrations",
5
5
  "main": "index.js",
6
6
  "bin": {