@n8n-as-code/skills 2.1.1 → 2.1.2-next.22

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.
@@ -24,7 +24,8 @@ Use `{{N8NAC_CMD}}` as the primary interface. Use `{{N8N_MANAGER_CMD}}` only for
24
24
  {{N8NAC_CMD}} env status --json
25
25
  ```
26
26
 
27
- - Use the returned `workflowDir` for workflow files. Do not reconstruct it from `syncFolder`, `instanceIdentifier`, or `projectName`.
27
+ - Use the returned `workflowDir` for workflow files. Treat it as an opaque backend-derived path that may contain generated or hashed segments.
28
+ - `syncFolder` is only the user-configured sync root, not the workflow directory. Do not reconstruct `workflowDir` from `syncFolder`, environment name/id, `instanceIdentifier`, `instanceUserIdentifier`, `projectId`, or `projectName`.
28
29
  - Never write `n8nac-config.json`, `~/.n8n-manager`, or n8n-manager secret files by hand.
29
30
 
30
31
  ## Workspace Readiness
@@ -81,7 +82,7 @@ Migration is one user-facing command. Do not reason about internal migration pha
81
82
  10. Configure the environment with:
82
83
 
83
84
  ```bash
84
- {{N8NAC_CMD}} env add <name> --base-url <url> --sync-folder workflows/<name>
85
+ {{N8NAC_CMD}} env add <name> --base-url <url> --sync-folder workflows
85
86
  {{N8NAC_CMD}} env auth set <name> --api-key-stdin
86
87
  {{N8NAC_CMD}} env use <name>
87
88
  ```
@@ -89,7 +90,7 @@ Migration is one user-facing command. Do not reason about internal migration pha
89
90
  For a managed local instance:
90
91
 
91
92
  ```bash
92
- {{N8NAC_CMD}} env add Local --managed-instance <id> --sync-folder workflows/local
93
+ {{N8NAC_CMD}} env add Local --managed-instance <id> --sync-folder workflows
93
94
  {{N8NAC_CMD}} env use Local
94
95
  ```
95
96
 
@@ -102,7 +103,7 @@ Use `{{N8NAC_CMD}} env ...` for workspace environments, remote URLs, active envi
102
103
  ```bash
103
104
  {{N8NAC_CMD}} env status --json
104
105
  {{N8NAC_CMD}} env list
105
- {{N8NAC_CMD}} env add <name> --base-url <url> --sync-folder workflows/<name>
106
+ {{N8NAC_CMD}} env add <name> --base-url <url> --sync-folder workflows
106
107
  {{N8NAC_CMD}} env auth set <name> --api-key-stdin
107
108
  {{N8NAC_CMD}} env use <name>
108
109
  ```
@@ -116,7 +117,7 @@ Use `{{N8NAC_CMD}} env ...` for workspace environments, remote URLs, active envi
116
117
  Attach a managed local instance to the workspace with `{{N8NAC_CMD}} env ...`:
117
118
 
118
119
  ```bash
119
- {{N8NAC_CMD}} env add Local --managed-instance <id> --sync-folder workflows/local
120
+ {{N8NAC_CMD}} env add Local --managed-instance <id> --sync-folder workflows
120
121
  {{N8NAC_CMD}} env use Local
121
122
  ```
122
123
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-05-11T18:54:51.667Z",
2
+ "generatedAt": "2026-05-12T16:46:40.674Z",
3
3
  "n8nVersion": "unknown",
4
4
  "sourceFileCount": 428,
5
5
  "scanDirectories": [
@@ -14764,6 +14764,28 @@
14764
14764
  "default": 401,
14765
14765
  "description": "HTTP status code that indicates the token has expired. Some APIs return 403 instead of 401.",
14766
14766
  "doNotInherit": true
14767
+ },
14768
+ {
14769
+ "displayName": "Encrypted Tokens (JWE)",
14770
+ "name": "jweEnabled",
14771
+ "type": "boolean",
14772
+ "default": false,
14773
+ "description": "Whether the IdP returns tokens encrypted as JWE to the public key at this instance’s JWKS endpoint. The response must contain at least one JWE-encrypted token (access or ID token); fully plaintext responses are rejected. The field is hidden by the server unless the OAuth2 JWE feature is enabled.",
14774
+ "doNotInherit": true
14775
+ },
14776
+ {
14777
+ "displayName": "",
14778
+ "name": "jwksUriNotice",
14779
+ "type": "notice",
14780
+ "default": "",
14781
+ "displayOptions": {
14782
+ "show": {
14783
+ "jweEnabled": [
14784
+ true
14785
+ ]
14786
+ }
14787
+ },
14788
+ "doNotInherit": true
14767
14789
  }
14768
14790
  ],
14769
14791
  "source": "n8n-cache",
@@ -17449,6 +17471,14 @@
17449
17471
  "default": "",
17450
17472
  "required": true,
17451
17473
  "description": "Use the multiline editor. Make sure it is in standard PEM key format:<br />-----BEGIN PRIVATE KEY-----<br />KEY DATA GOES HERE<br />-----END PRIVATE KEY-----"
17474
+ },
17475
+ {
17476
+ "displayName": "My Domain URL",
17477
+ "name": "myDomainUrl",
17478
+ "type": "string",
17479
+ "default": "",
17480
+ "placeholder": "https://mycompany.my.salesforce.com",
17481
+ "description": "Your org's My Domain URL (e.g. <code>https://mycompany.my.salesforce.com</code>). Required for Spring '26 and later orgs; leave blank to keep the default audience used by earlier orgs."
17452
17482
  }
17453
17483
  ],
17454
17484
  "source": "n8n-cache",
@@ -20723,13 +20753,47 @@
20723
20753
  "displayName": "Scope",
20724
20754
  "name": "scope",
20725
20755
  "type": "hidden",
20726
- "default": "chat:write"
20756
+ "default": ""
20757
+ },
20758
+ {
20759
+ "displayName": "Custom Scopes",
20760
+ "name": "customScopes",
20761
+ "type": "boolean",
20762
+ "default": false,
20763
+ "description": "Define custom scopes"
20764
+ },
20765
+ {
20766
+ "displayName": "The default scopes needed for the node to work are already set. If you change these the node may not function correctly.",
20767
+ "name": "customScopesNotice",
20768
+ "type": "notice",
20769
+ "default": "",
20770
+ "displayOptions": {
20771
+ "show": {
20772
+ "customScopes": [
20773
+ true
20774
+ ]
20775
+ }
20776
+ }
20777
+ },
20778
+ {
20779
+ "displayName": "User Scope",
20780
+ "name": "userScope",
20781
+ "type": "string",
20782
+ "displayOptions": {
20783
+ "show": {
20784
+ "customScopes": [
20785
+ true
20786
+ ]
20787
+ }
20788
+ },
20789
+ "default": "channels:read channels:write channels:history chat:write files:read files:write groups:read groups:history im:read im:history mpim:read mpim:history reactions:read reactions:write stars:read stars:write usergroups:write usergroups:read users.profile:read users.profile:write users:read search:read",
20790
+ "description": "Space-separated user-level scopes for your Slack app"
20727
20791
  },
20728
20792
  {
20729
20793
  "displayName": "Auth URI Query Parameters",
20730
20794
  "name": "authQueryParameters",
20731
20795
  "type": "hidden",
20732
- "default": "user_scope=channels:read channels:write channels:history chat:write files:read files:write groups:read groups:history im:read im:history mpim:read mpim:history reactions:read reactions:write stars:read stars:write usergroups:write usergroups:read users.profile:read users.profile:write users:read search:read"
20796
+ "default": "={{$self[\"customScopes\"] ? \"user_scope=\" + $self[\"userScope\"] : \"user_scope=channels:read channels:write channels:history chat:write files:read files:write groups:read groups:history im:read im:history mpim:read mpim:history reactions:read reactions:write stars:read stars:write usergroups:write usergroups:read users.profile:read users.profile:write users:read search:read\"}}"
20733
20797
  },
20734
20798
  {
20735
20799
  "displayName": "Authentication",