indigo-cli 0.1.2 → 0.1.3
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.
- package/main.js +2 -2
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -6778,7 +6778,7 @@ Search results for "${query}" in ${scope}meetings:`);
|
|
|
6778
6778
|
}
|
|
6779
6779
|
|
|
6780
6780
|
// src/main.ts
|
|
6781
|
-
var VERSION = "0.1.
|
|
6781
|
+
var VERSION = "0.1.3";
|
|
6782
6782
|
var program2 = new Command();
|
|
6783
6783
|
program2.name("indigo").description(
|
|
6784
6784
|
`Indigo CLI - Terminal-based access to Indigo for power users and AI agents.
|
|
@@ -6898,7 +6898,7 @@ EXAMPLES
|
|
|
6898
6898
|
JSON OUTPUT
|
|
6899
6899
|
\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501
|
|
6900
6900
|
All commands support --json for scripting and AI agent integration:
|
|
6901
|
-
|
|
6901
|
+
|
|
6902
6902
|
Success: { "success": true, "data": { ... } }
|
|
6903
6903
|
Error: { "success": false, "error": { "message": "...", "code": "..." } }
|
|
6904
6904
|
|