@lotics/cli 0.12.0 → 0.13.0

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/README.md CHANGED
@@ -5,8 +5,9 @@ CLI and SDK for AI agents to interact with Lotics.
5
5
  Lotics is an AI-powered operations platform. Through this CLI you can:
6
6
 
7
7
  - Manage tables, records, and views (structured data with typed fields)
8
- - Generate documents from templates (Excel, Word, PDF)
9
- - Build and run automations (event-driven workflows)
8
+ - Generate documents from templates (Excel, Word, PDF, Email)
9
+ - Build and run automations — schedules, webhooks, table lifecycle workflows, button actions, app-action workflows; inspect execution and version history
10
+ - Administer the workspace — invite members, manage groups, share resources, transfer ownership, browse connected accounts (OAuth attach is web-only)
10
11
  - Create and manage apps, knowledge docs, and files
11
12
 
12
13
  ## Install
package/dist/src/cli.js CHANGED
@@ -10,8 +10,11 @@ function printHelp() {
10
10
 
11
11
  Lotics is an AI-powered operations platform. Through this CLI you can:
12
12
  - Manage tables, records, and views (structured data with typed fields)
13
- - Generate documents from templates (Excel, Word, PDF)
14
- - Build and run automations (event-driven workflows)
13
+ - Generate documents from templates (Excel, Word, PDF, Email)
14
+ - Build and run automations schedules, webhooks, table lifecycle workflows,
15
+ button actions, and app-action workflows; inspect execution and version history
16
+ - Administer the workspace — invite members, manage groups, share resources,
17
+ transfer ownership, browse connected accounts (OAuth attach is web-only)
15
18
  - Create and manage apps, knowledge docs, and files
16
19
 
17
20
  AUTHENTICATION
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lotics/cli",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "Lotics SDK and CLI for AI agents",
5
5
  "type": "module",
6
6
  "bin": {