n8n 0.166.0 → 0.167.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/dist/src/databases/entities/CredentialsEntity.js +2 -2
- package/dist/src/databases/entities/CredentialsEntity.js.map +1 -1
- package/dist/src/databases/postgresdb/migrations/1646834195327-IncreaseTypeVarcharLimit.d.ts +6 -0
- package/dist/src/databases/postgresdb/migrations/1646834195327-IncreaseTypeVarcharLimit.js +16 -0
- package/dist/src/databases/postgresdb/migrations/1646834195327-IncreaseTypeVarcharLimit.js.map +1 -0
- package/dist/src/databases/postgresdb/migrations/index.js +2 -0
- package/dist/src/databases/postgresdb/migrations/index.js.map +1 -1
- package/dist/src/databases/sqlite/migrations/1588102412422-InitialMigration.js +1 -1
- package/dist/src/databases/sqlite/migrations/1588102412422-InitialMigration.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
|
@@ -30,7 +30,7 @@ function resolveDataType(dataType) {
|
|
|
30
30
|
function getTimestampSyntax() {
|
|
31
31
|
const dbType = config.get('database.type');
|
|
32
32
|
const map = {
|
|
33
|
-
sqlite:
|
|
33
|
+
sqlite: `STRFTIME('%Y-%m-%d %H:%M:%f', 'NOW')`,
|
|
34
34
|
postgresdb: 'CURRENT_TIMESTAMP(3)',
|
|
35
35
|
mysqldb: 'CURRENT_TIMESTAMP(3)',
|
|
36
36
|
mariadb: 'CURRENT_TIMESTAMP(3)',
|
|
@@ -59,7 +59,7 @@ __decorate([
|
|
|
59
59
|
__decorate([
|
|
60
60
|
typeorm_1.Index(),
|
|
61
61
|
typeorm_1.Column({
|
|
62
|
-
length:
|
|
62
|
+
length: 128,
|
|
63
63
|
}),
|
|
64
64
|
__metadata("design:type", String)
|
|
65
65
|
], CredentialsEntity.prototype, "type", void 0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CredentialsEntity.js","sourceRoot":"","sources":["../../../../src/databases/entities/CredentialsEntity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAIA,qCAQiB;AAEjB,0CAA2C;AAG3C,SAAS,eAAe,CAAC,QAAgB;;IACxC,MAAM,MAAM,GAAG,MAAM,CAAC,GAAG,CAAC,eAAe,CAAiB,CAAC;IAE3D,MAAM,OAAO,GAAyD;QACrE,MAAM,EAAE;YACP,IAAI,EAAE,aAAa;SACnB;QACD,UAAU,EAAE;YACX,QAAQ,EAAE,aAAa;SACvB;QACD,OAAO,EAAE,EAAE;QACX,OAAO,EAAE,EAAE;KACX,CAAC;IAEF,OAAO,MAAA,OAAO,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,mCAAI,QAAQ,CAAC;AAC9C,CAAC;AAGD,SAAS,kBAAkB;IAC1B,MAAM,MAAM,GAAG,MAAM,CAAC,GAAG,CAAC,eAAe,CAAiB,CAAC;IAE3D,MAAM,GAAG,GAAsC;QAC9C,MAAM,EAAE,sCAAsC;QAC9C,UAAU,EAAE,sBAAsB;QAClC,OAAO,EAAE,sBAAsB;QAC/B,OAAO,EAAE,sBAAsB;KAC/B,CAAC;IAEF,OAAO,GAAG,CAAC,MAAM,CAAC,CAAC;AACpB,CAAC;AAGD,IAAa,iBAAiB,GAA9B,MAAa,iBAAiB;IAgC7B,aAAa;QACZ,IAAI,CAAC,SAAS,GAAG,IAAI,IAAI,EAAE,CAAC;IAC7B,CAAC;CACD,CAAA;AAjCA;IADC,gCAAsB,EAAE;;6CACd;AAKX;IAHC,gBAAM,CAAC;QACP,MAAM,EAAE,GAAG;KACX,CAAC;;+CACW;AAGb;IADC,gBAAM,CAAC,MAAM,CAAC;;+CACF;AAMb;IAJC,eAAK,EAAE;IACP,gBAAM,CAAC;QACP,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"CredentialsEntity.js","sourceRoot":"","sources":["../../../../src/databases/entities/CredentialsEntity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAIA,qCAQiB;AAEjB,0CAA2C;AAG3C,SAAS,eAAe,CAAC,QAAgB;;IACxC,MAAM,MAAM,GAAG,MAAM,CAAC,GAAG,CAAC,eAAe,CAAiB,CAAC;IAE3D,MAAM,OAAO,GAAyD;QACrE,MAAM,EAAE;YACP,IAAI,EAAE,aAAa;SACnB;QACD,UAAU,EAAE;YACX,QAAQ,EAAE,aAAa;SACvB;QACD,OAAO,EAAE,EAAE;QACX,OAAO,EAAE,EAAE;KACX,CAAC;IAEF,OAAO,MAAA,OAAO,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,mCAAI,QAAQ,CAAC;AAC9C,CAAC;AAGD,SAAS,kBAAkB;IAC1B,MAAM,MAAM,GAAG,MAAM,CAAC,GAAG,CAAC,eAAe,CAAiB,CAAC;IAE3D,MAAM,GAAG,GAAsC;QAC9C,MAAM,EAAE,sCAAsC;QAC9C,UAAU,EAAE,sBAAsB;QAClC,OAAO,EAAE,sBAAsB;QAC/B,OAAO,EAAE,sBAAsB;KAC/B,CAAC;IAEF,OAAO,GAAG,CAAC,MAAM,CAAC,CAAC;AACpB,CAAC;AAGD,IAAa,iBAAiB,GAA9B,MAAa,iBAAiB;IAgC7B,aAAa;QACZ,IAAI,CAAC,SAAS,GAAG,IAAI,IAAI,EAAE,CAAC;IAC7B,CAAC;CACD,CAAA;AAjCA;IADC,gCAAsB,EAAE;;6CACd;AAKX;IAHC,gBAAM,CAAC;QACP,MAAM,EAAE,GAAG;KACX,CAAC;;+CACW;AAGb;IADC,gBAAM,CAAC,MAAM,CAAC;;+CACF;AAMb;IAJC,eAAK,EAAE;IACP,gBAAM,CAAC;QACP,MAAM,EAAE,GAAG;KACX,CAAC;;+CACW;AAGb;IADC,gBAAM,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC;;sDACK;AAGrC;IADC,0BAAgB,CAAC,EAAE,SAAS,EAAE,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,kBAAkB,EAAE,EAAE,CAAC;8BAC7D,IAAI;oDAAC;AAOhB;IALC,0BAAgB,CAAC;QACjB,SAAS,EAAE,CAAC;QACZ,OAAO,EAAE,GAAG,EAAE,CAAC,kBAAkB,EAAE;QACnC,QAAQ,EAAE,kBAAkB,EAAE;KAC9B,CAAC;8BACS,IAAI;oDAAC;AAGhB;IADC,sBAAY,EAAE;;;;sDAGd;AAlCW,iBAAiB;IAD7B,gBAAM,EAAE;GACI,iBAAiB,CAmC7B;AAnCY,8CAAiB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IncreaseTypeVarcharLimit1646834195327 = void 0;
|
|
4
|
+
const config = require("../../../../config");
|
|
5
|
+
class IncreaseTypeVarcharLimit1646834195327 {
|
|
6
|
+
constructor() {
|
|
7
|
+
this.name = 'IncreaseTypeVarcharLimit1646834195327';
|
|
8
|
+
}
|
|
9
|
+
async up(queryRunner) {
|
|
10
|
+
const tablePrefix = config.get('database.tablePrefix');
|
|
11
|
+
await queryRunner.query(`ALTER TABLE ${tablePrefix}credentials_entity ALTER COLUMN "type" TYPE VARCHAR(128)`);
|
|
12
|
+
}
|
|
13
|
+
async down(queryRunner) { }
|
|
14
|
+
}
|
|
15
|
+
exports.IncreaseTypeVarcharLimit1646834195327 = IncreaseTypeVarcharLimit1646834195327;
|
|
16
|
+
//# sourceMappingURL=1646834195327-IncreaseTypeVarcharLimit.js.map
|
package/dist/src/databases/postgresdb/migrations/1646834195327-IncreaseTypeVarcharLimit.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"1646834195327-IncreaseTypeVarcharLimit.js","sourceRoot":"","sources":["../../../../../src/databases/postgresdb/migrations/1646834195327-IncreaseTypeVarcharLimit.ts"],"names":[],"mappings":";;;AAKA,6CAA8C;AAE9C,MAAa,qCAAqC;IAAlD;QACC,SAAI,GAAG,uCAAuC,CAAC;IAQhD,CAAC;IANA,KAAK,CAAC,EAAE,CAAC,WAAwB;QAChC,MAAM,WAAW,GAAG,MAAM,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;QACvD,MAAM,WAAW,CAAC,KAAK,CAAC,eAAe,WAAW,0DAA0D,CAAC,CAAC;IAC/G,CAAC;IAED,KAAK,CAAC,IAAI,CAAC,WAAwB,IAAkB,CAAC;CACtD;AATD,sFASC"}
|
|
@@ -11,6 +11,7 @@ const _1620824779533_UniqueWorkflowNames_1 = require("./1620824779533-UniqueWork
|
|
|
11
11
|
const _1626176912946_AddwaitTill_1 = require("./1626176912946-AddwaitTill");
|
|
12
12
|
const _1630419189837_UpdateWorkflowCredentials_1 = require("./1630419189837-UpdateWorkflowCredentials");
|
|
13
13
|
const _1644422880309_AddExecutionEntityIndexes_1 = require("./1644422880309-AddExecutionEntityIndexes");
|
|
14
|
+
const _1646834195327_IncreaseTypeVarcharLimit_1 = require("./1646834195327-IncreaseTypeVarcharLimit");
|
|
14
15
|
exports.postgresMigrations = [
|
|
15
16
|
_1587669153312_InitialMigration_1.InitialMigration1587669153312,
|
|
16
17
|
_1589476000887_WebhookModel_1.WebhookModel1589476000887,
|
|
@@ -22,5 +23,6 @@ exports.postgresMigrations = [
|
|
|
22
23
|
_1626176912946_AddwaitTill_1.AddwaitTill1626176912946,
|
|
23
24
|
_1630419189837_UpdateWorkflowCredentials_1.UpdateWorkflowCredentials1630419189837,
|
|
24
25
|
_1644422880309_AddExecutionEntityIndexes_1.AddExecutionEntityIndexes1644422880309,
|
|
26
|
+
_1646834195327_IncreaseTypeVarcharLimit_1.IncreaseTypeVarcharLimit1646834195327,
|
|
25
27
|
];
|
|
26
28
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/databases/postgresdb/migrations/index.ts"],"names":[],"mappings":";;;AAAA,sFAAiF;AACjF,8EAAyE;AACzE,8FAAyF;AACzF,8EAAyE;AACzE,gGAA2F;AAC3F,oFAA+E;AAC/E,4FAAuF;AACvF,4EAAuE;AACvE,wGAAmG;AACnG,wGAAmG;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/databases/postgresdb/migrations/index.ts"],"names":[],"mappings":";;;AAAA,sFAAiF;AACjF,8EAAyE;AACzE,8FAAyF;AACzF,8EAAyE;AACzE,gGAA2F;AAC3F,oFAA+E;AAC/E,4FAAuF;AACvF,4EAAuE;AACvE,wGAAmG;AACnG,wGAAmG;AACnG,sGAAiG;AAEpF,QAAA,kBAAkB,GAAG;IACjC,+DAA6B;IAC7B,uDAAyB;IACzB,uEAAiC;IACjC,uDAAyB;IACzB,yEAAkC;IAClC,6DAA4B;IAC5B,qEAAgC;IAChC,qDAAwB;IACxB,iFAAsC;IACtC,iFAAsC;IACtC,+EAAqC;CACrC,CAAC"}
|
|
@@ -8,7 +8,7 @@ class InitialMigration1588102412422 {
|
|
|
8
8
|
}
|
|
9
9
|
async up(queryRunner) {
|
|
10
10
|
const tablePrefix = config.get('database.tablePrefix');
|
|
11
|
-
await queryRunner.query(`CREATE TABLE IF NOT EXISTS "${tablePrefix}credentials_entity" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(128) NOT NULL, "data" text NOT NULL, "type" varchar(
|
|
11
|
+
await queryRunner.query(`CREATE TABLE IF NOT EXISTS "${tablePrefix}credentials_entity" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(128) NOT NULL, "data" text NOT NULL, "type" varchar(128) NOT NULL, "nodesAccess" text NOT NULL, "createdAt" datetime NOT NULL, "updatedAt" datetime NOT NULL)`, undefined);
|
|
12
12
|
await queryRunner.query(`CREATE INDEX IF NOT EXISTS "IDX_${tablePrefix}07fde106c0b471d8cc80a64fc8" ON "${tablePrefix}credentials_entity" ("type") `, undefined);
|
|
13
13
|
await queryRunner.query(`CREATE TABLE IF NOT EXISTS "${tablePrefix}execution_entity" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "data" text NOT NULL, "finished" boolean NOT NULL, "mode" varchar NOT NULL, "retryOf" varchar, "retrySuccessId" varchar, "startedAt" datetime NOT NULL, "stoppedAt" datetime NOT NULL, "workflowData" text NOT NULL, "workflowId" varchar)`, undefined);
|
|
14
14
|
await queryRunner.query(`CREATE INDEX IF NOT EXISTS "IDX_${tablePrefix}c4d999a5e90784e8caccf5589d" ON "${tablePrefix}execution_entity" ("workflowId") `, undefined);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"1588102412422-InitialMigration.js","sourceRoot":"","sources":["../../../../../src/databases/sqlite/migrations/1588102412422-InitialMigration.ts"],"names":[],"mappings":";;;AAKA,6CAA6C;AAE7C,MAAa,6BAA6B;IAA1C;QACC,SAAI,GAAG,+BAA+B,CAAC;IAsBxC,CAAC;IApBA,KAAK,CAAC,EAAE,CAAC,WAAwB;QAChC,MAAM,WAAW,GAAG,MAAM,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;QAEvD,MAAM,WAAW,CAAC,KAAK,CAAC,+BAA+B,WAAW,
|
|
1
|
+
{"version":3,"file":"1588102412422-InitialMigration.js","sourceRoot":"","sources":["../../../../../src/databases/sqlite/migrations/1588102412422-InitialMigration.ts"],"names":[],"mappings":";;;AAKA,6CAA6C;AAE7C,MAAa,6BAA6B;IAA1C;QACC,SAAI,GAAG,+BAA+B,CAAC;IAsBxC,CAAC;IApBA,KAAK,CAAC,EAAE,CAAC,WAAwB;QAChC,MAAM,WAAW,GAAG,MAAM,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;QAEvD,MAAM,WAAW,CAAC,KAAK,CAAC,+BAA+B,WAAW,oPAAoP,EAAE,SAAS,CAAC,CAAC;QACnU,MAAM,WAAW,CAAC,KAAK,CAAC,mCAAmC,WAAW,mCAAmC,WAAW,+BAA+B,EAAE,SAAS,CAAC,CAAC;QAChK,MAAM,WAAW,CAAC,KAAK,CAAC,+BAA+B,WAAW,gTAAgT,EAAE,SAAS,CAAC,CAAC;QAC/X,MAAM,WAAW,CAAC,KAAK,CAAC,mCAAmC,WAAW,mCAAmC,WAAW,mCAAmC,EAAE,SAAS,CAAC,CAAC;QACpK,MAAM,WAAW,CAAC,KAAK,CAAC,+BAA+B,WAAW,mRAAmR,EAAE,SAAS,CAAC,CAAC;IACnW,CAAC;IAED,KAAK,CAAC,IAAI,CAAC,WAAwB;QAClC,MAAM,WAAW,GAAG,MAAM,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;QAEvD,MAAM,WAAW,CAAC,KAAK,CAAC,eAAe,WAAW,kBAAkB,EAAE,SAAS,CAAC,CAAC;QACjF,MAAM,WAAW,CAAC,KAAK,CAAC,mBAAmB,WAAW,6BAA6B,EAAE,SAAS,CAAC,CAAC;QAChG,MAAM,WAAW,CAAC,KAAK,CAAC,eAAe,WAAW,mBAAmB,EAAE,SAAS,CAAC,CAAC;QAClF,MAAM,WAAW,CAAC,KAAK,CAAC,mBAAmB,WAAW,6BAA6B,EAAE,SAAS,CAAC,CAAC;QAChG,MAAM,WAAW,CAAC,KAAK,CAAC,eAAe,WAAW,qBAAqB,EAAE,SAAS,CAAC,CAAC;IACrF,CAAC;CAED;AAvBD,sEAuBC"}
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.
|
|
1
|
+
{"version":"0.167.0","commands":{"execute":{"id":"execute","description":"\nExecutes a given workflow","pluginName":"n8n","pluginType":"core","aliases":[],"examples":["$ n8n execute --id=5","$ n8n execute --file=workflow.json"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"file":{"name":"file","type":"option","description":"path to a workflow file to execute"},"id":{"name":"id","type":"option","description":"id of the workflow to execute"},"rawOutput":{"name":"rawOutput","type":"boolean","description":"Outputs only JSON data, with no other text","allowNo":false}},"args":[]},"executeBatch":{"id":"executeBatch","description":"\nExecutes multiple workflows once","pluginName":"n8n","pluginType":"core","aliases":[],"examples":["$ n8n executeBatch","$ n8n executeBatch --concurrency=10 --skipList=/data/skipList.txt","$ n8n executeBatch --debug --output=/data/output.json","$ n8n executeBatch --ids=10,13,15 --shortOutput","$ n8n executeBatch --snapshot=/data/snapshots --shallow","$ n8n executeBatch --compare=/data/previousExecutionData --retries=2"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"debug":{"name":"debug","type":"boolean","description":"Toggles on displaying all errors and debug messages.","allowNo":false},"ids":{"name":"ids","type":"option","description":"Specifies workflow IDs to get executed, separated by a comma."},"concurrency":{"name":"concurrency","type":"option","description":"How many workflows can run in parallel. Defaults to 1 which means no concurrency.","default":1},"output":{"name":"output","type":"option","description":"Enable execution saving, You must inform an existing folder to save execution via this param"},"snapshot":{"name":"snapshot","type":"option","description":"Enables snapshot saving. You must inform an existing folder to save snapshots via this param."},"compare":{"name":"compare","type":"option","description":"Compares current execution with an existing snapshot. You must inform an existing folder where the snapshots are saved."},"shallow":{"name":"shallow","type":"boolean","description":"Compares only if attributes output from node are the same, with no regards to neste JSON objects.","allowNo":false},"skipList":{"name":"skipList","type":"option","description":"File containing a comma separated list of workflow IDs to skip."},"retries":{"name":"retries","type":"option","description":"Retries failed workflows up to N tries. Default is 1. Set 0 to disable.","default":1},"shortOutput":{"name":"shortOutput","type":"boolean","description":"Omits the full execution information from output, displaying only summary.","allowNo":false}},"args":[]},"start":{"id":"start","description":"Starts n8n. Makes Web-UI available and starts active workflows","pluginName":"n8n","pluginType":"core","aliases":[],"examples":["$ n8n start","$ n8n start --tunnel","$ n8n start -o","$ n8n start --tunnel -o"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"open":{"name":"open","type":"boolean","char":"o","description":"opens the UI automatically in browser","allowNo":false},"tunnel":{"name":"tunnel","type":"boolean","description":"runs the webhooks via a hooks.n8n.cloud tunnel server. Use only for testing and development!","allowNo":false}},"args":[]},"webhook":{"id":"webhook","description":"Starts n8n webhook process. Intercepts only production URLs.","pluginName":"n8n","pluginType":"core","aliases":[],"examples":["$ n8n webhook"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]},"worker":{"id":"worker","description":"\nStarts a n8n worker","pluginName":"n8n","pluginType":"core","aliases":[],"examples":["$ n8n worker --concurrency=5"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"concurrency":{"name":"concurrency","type":"option","description":"How many jobs can run in parallel.","default":10}},"args":[]},"db:revert":{"id":"db:revert","description":"Revert last database migration","pluginName":"n8n","pluginType":"core","aliases":[],"examples":["$ n8n db:revert"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]},"export:credentials":{"id":"export:credentials","description":"Export credentials","pluginName":"n8n","pluginType":"core","aliases":[],"examples":["$ n8n export:credentials --all","$ n8n export:credentials --id=5 --output=file.json","$ n8n export:credentials --all --output=backups/latest.json","$ n8n export:credentials --backup --output=backups/latest/","$ n8n export:credentials --all --decrypted --output=backups/decrypted.json"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"all":{"name":"all","type":"boolean","description":"Export all credentials","allowNo":false},"backup":{"name":"backup","type":"boolean","description":"Sets --all --pretty --separate for simple backups. Only --output has to be set additionally.","allowNo":false},"id":{"name":"id","type":"option","description":"The ID of the credential to export"},"output":{"name":"output","type":"option","char":"o","description":"Output file name or directory if using separate files"},"pretty":{"name":"pretty","type":"boolean","description":"Format the output in an easier to read fashion","allowNo":false},"separate":{"name":"separate","type":"boolean","description":"Exports one file per credential (useful for versioning). Must inform a directory via --output.","allowNo":false},"decrypted":{"name":"decrypted","type":"boolean","description":"Exports data decrypted / in plain text. ALL SENSITIVE INFORMATION WILL BE VISIBLE IN THE FILES. Use to migrate from a installation to another that have a different secret key (in the config file).","allowNo":false}},"args":[]},"export:workflow":{"id":"export:workflow","description":"Export workflows","pluginName":"n8n","pluginType":"core","aliases":[],"examples":["$ n8n export:workflow --all","$ n8n export:workflow --id=5 --output=file.json","$ n8n export:workflow --all --output=backups/latest/","$ n8n export:workflow --backup --output=backups/latest/"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"all":{"name":"all","type":"boolean","description":"Export all workflows","allowNo":false},"backup":{"name":"backup","type":"boolean","description":"Sets --all --pretty --separate for simple backups. Only --output has to be set additionally.","allowNo":false},"id":{"name":"id","type":"option","description":"The ID of the workflow to export"},"output":{"name":"output","type":"option","char":"o","description":"Output file name or directory if using separate files"},"pretty":{"name":"pretty","type":"boolean","description":"Format the output in an easier to read fashion","allowNo":false},"separate":{"name":"separate","type":"boolean","description":"Exports one file per workflow (useful for versioning). Must inform a directory via --output.","allowNo":false}},"args":[]},"import:credentials":{"id":"import:credentials","description":"Import credentials","pluginName":"n8n","pluginType":"core","aliases":[],"examples":["$ n8n import:credentials --input=file.json","$ n8n import:credentials --separate --input=backups/latest/"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"input":{"name":"input","type":"option","char":"i","description":"Input file name or directory if --separate is used"},"separate":{"name":"separate","type":"boolean","description":"Imports *.json files from directory provided by --input","allowNo":false}},"args":[]},"import:workflow":{"id":"import:workflow","description":"Import workflows","pluginName":"n8n","pluginType":"core","aliases":[],"examples":["$ n8n import:workflow --input=file.json","$ n8n import:workflow --separate --input=backups/latest/"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"input":{"name":"input","type":"option","char":"i","description":"Input file name or directory if --separate is used"},"separate":{"name":"separate","type":"boolean","description":"Imports *.json files from directory provided by --input","allowNo":false}},"args":[]},"list:workflow":{"id":"list:workflow","description":"\nList workflows","pluginName":"n8n","pluginType":"core","aliases":[],"examples":["$ n8n list:workflow","$ n8n list:workflow --active=true --onlyId","$ n8n list:workflow --active=false"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"active":{"name":"active","type":"option","description":"Filters workflows by active status. Can be true or false"},"onlyId":{"name":"onlyId","type":"boolean","description":"Outputs workflow IDs only, one per line.","allowNo":false}},"args":[]},"update:workflow":{"id":"update:workflow","description":"Update workflows","pluginName":"n8n","pluginType":"core","aliases":[],"examples":["$ n8n update:workflow --all --active=false","$ n8n update:workflow --id=5 --active=true"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"active":{"name":"active","type":"option","description":"Active state the workflow/s should be set to"},"all":{"name":"all","type":"boolean","description":"Operate on all workflows","allowNo":false},"id":{"name":"id","type":"option","description":"The ID of the workflow to operate on"}},"args":[]}}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.167.0",
|
|
4
4
|
"description": "n8n Workflow Automation Tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://n8n.io",
|
|
@@ -113,10 +113,10 @@
|
|
|
113
113
|
"lodash.get": "^4.4.2",
|
|
114
114
|
"lodash.merge": "^4.6.2",
|
|
115
115
|
"mysql2": "~2.3.0",
|
|
116
|
-
"n8n-core": "~0.
|
|
117
|
-
"n8n-editor-ui": "~0.
|
|
118
|
-
"n8n-nodes-base": "~0.
|
|
119
|
-
"n8n-workflow": "~0.
|
|
116
|
+
"n8n-core": "~0.108.0",
|
|
117
|
+
"n8n-editor-ui": "~0.134.0",
|
|
118
|
+
"n8n-nodes-base": "~0.165.0",
|
|
119
|
+
"n8n-workflow": "~0.90.0",
|
|
120
120
|
"oauth-1.0a": "^2.2.6",
|
|
121
121
|
"open": "^7.0.0",
|
|
122
122
|
"p-cancelable": "^2.0.0",
|