@n8n-as-code/n8nac 2.1.2-next.12 → 2.1.2-next.24
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 +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,9 +6,9 @@ The plugin uses the same model as VS Code, Claude, and the CLI:
|
|
|
6
6
|
|
|
7
7
|
| Group | Command | Purpose |
|
|
8
8
|
|---|---|---|
|
|
9
|
-
|
|
|
10
|
-
| Workspace
|
|
11
|
-
|
|
|
9
|
+
| Usage Principal | `n8nac env` | Workspace environments |
|
|
10
|
+
| Maintenance Workspace | `n8nac workspace` | Readiness, unified migration, upgrade |
|
|
11
|
+
| Instances Managées | `n8n-manager` | Local managed instances and tunnels |
|
|
12
12
|
|
|
13
13
|
## Install
|
|
14
14
|
|
|
@@ -58,7 +58,7 @@ OpenClaw files live in `~/.openclaw/n8nac/`:
|
|
|
58
58
|
workflows/
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
`n8nac-config.json` stores workspace environments. API keys and local
|
|
61
|
+
`n8nac-config.json` stores workspace environments. API keys and managed local instance state stay local.
|
|
62
62
|
|
|
63
63
|
Manual equivalent:
|
|
64
64
|
|
|
@@ -69,7 +69,7 @@ n8nac env use Dev
|
|
|
69
69
|
n8nac update-ai
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
For a local
|
|
72
|
+
For a managed local instance:
|
|
73
73
|
|
|
74
74
|
```bash
|
|
75
75
|
n8n-manager instance list
|