@epilot/cli 0.1.7 → 0.1.8
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 +2 -1
- package/dist/{access-token-BV7OAX75.js → access-token-ZDNEKP3G.js} +3 -2
- package/dist/{address-4Z6WADBJ.js → address-2SW3VMN3.js} +3 -2
- package/dist/{address-suggestions-7BXTJCZH.js → address-suggestions-26ZRCECN.js} +3 -2
- package/dist/{ai-agents-VB2WGMIZ.js → ai-agents-PDOHJ7VB.js} +3 -2
- package/dist/{app-DXDK7UZX.js → app-XJNMGPZO.js} +3 -2
- package/dist/{audit-logs-5ZEZNO5T.js → audit-logs-L2OCFRGO.js} +3 -2
- package/dist/{automation-V5CN2KUO.js → automation-UB7OFM4Q.js} +3 -2
- package/dist/{billing-FKPDTZ6G.js → billing-ZXHTBUAP.js} +3 -2
- package/dist/bin/epilot.js +52 -49
- package/dist/{blueprint-manifest-2CINVMTI.js → blueprint-manifest-RMKS5EQA.js} +3 -2
- package/dist/{chunk-EU2A2ORP.js → chunk-HWUVFZIB.js} +18 -6
- package/dist/{chunk-AMOFZJ5W.js → chunk-IOLKUHUB.js} +2 -1
- package/dist/{consent-HZ7EVD4I.js → consent-AQ2DKCDR.js} +3 -2
- package/dist/{customer-portal-XHM7X235.js → customer-portal-CGP4ZX4R.js} +3 -2
- package/dist/{dashboard-NVP6FMOH.js → dashboard-IDWUGNZW.js} +3 -2
- package/dist/{data-management-JGDAGO75.js → data-management-U7ZRAGLQ.js} +3 -2
- package/dist/{deduplication-DTY4VICH.js → deduplication-QQUSPXAF.js} +3 -2
- package/dist/{design-72XM3PQR.js → design-PQ2FUC2D.js} +3 -2
- package/dist/{document-OH4T743T.js → document-Y76RC3MP.js} +3 -2
- package/dist/{email-settings-BSU45CNC.js → email-settings-XM3ADDAU.js} +3 -2
- package/dist/{email-template-VHUF3OYL.js → email-template-72P5GBEO.js} +3 -2
- package/dist/{entity-RBMVRPDS.js → entity-XHM54EGF.js} +3 -2
- package/dist/{entity-mapping-7QUMDAQO.js → entity-mapping-L5QITA2E.js} +3 -2
- package/dist/{environments-RM333MM3.js → environments-VW3SQQ6D.js} +3 -2
- package/dist/{erp-integration-RBW2CSPM.js → erp-integration-XCFKHGOU.js} +3 -2
- package/dist/{event-catalog-APQS5GOU.js → event-catalog-XZ233C2K.js} +3 -2
- package/dist/{file-SU2T5RF6.js → file-TYBZ6WUC.js} +3 -2
- package/dist/{iban-XRAJ3QJA.js → iban-IEGS2B6M.js} +3 -2
- package/dist/{interactive-CD3I3Q5X.js → interactive-LSY5SADM.js} +1 -1
- package/dist/{journey-SRK5MDRQ.js → journey-HY3MNAHS.js} +3 -2
- package/dist/{kanban-2IDQXJ4R.js → kanban-7RLHAPAB.js} +3 -2
- package/dist/{message-TV7TZI2Y.js → message-K7E26IZC.js} +3 -2
- package/dist/{metering-LHBESUA2.js → metering-2OGVZIBR.js} +3 -2
- package/dist/{notes-3KTVUFIQ.js → notes-KQVLCMGP.js} +3 -2
- package/dist/{notification-6FHJXYCH.js → notification-BFBWDPZV.js} +3 -2
- package/dist/{organization-MBRTAROH.js → organization-LI7FM5BQ.js} +3 -2
- package/dist/{partner-directory-NUWSXNVD.js → partner-directory-XPAISFGT.js} +3 -2
- package/dist/{permissions-CD2OPGOC.js → permissions-R5A4XMTY.js} +3 -2
- package/dist/{pricing-6C6LWKER.js → pricing-Y4T6VKYN.js} +3 -2
- package/dist/{pricing-tier-U67UYOP5.js → pricing-tier-HWKSYSVR.js} +3 -2
- package/dist/{purpose-3UTD6PG2.js → purpose-5AUHF3IO.js} +3 -2
- package/dist/{sandbox-AU5TUO7G.js → sandbox-QSGFCXMZ.js} +3 -2
- package/dist/{submission-LXDAZTAB.js → submission-Z73M4XKQ.js} +3 -2
- package/dist/{targeting-YDU2O744.js → targeting-U5YIFO6Q.js} +3 -2
- package/dist/{template-variables-MLSMLLYA.js → template-variables-AV4T4OL2.js} +3 -2
- package/dist/{upgrade-KIOCOPB7.js → upgrade-2SY2XG5S.js} +1 -1
- package/dist/{user-WMSSXQHK.js → user-S7XP7EFG.js} +3 -2
- package/dist/{validation-rules-W7A4DMWK.js → validation-rules-MJRLZCHT.js} +3 -2
- package/dist/{webhooks-QSYAFFQ2.js → webhooks-X2VR5SVC.js} +3 -2
- package/dist/{workflow-KKAMUHYE.js → workflow-EGOFLIKI.js} +3 -2
- package/dist/{workflow-definition-ECXHF425.js → workflow-definition-65ZR33O5.js} +3 -2
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/entity.ts
|
|
@@ -23,6 +23,7 @@ var entity_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/entity-mapping.ts
|
|
@@ -23,6 +23,7 @@ var entity_mapping_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/environments.ts
|
|
@@ -23,6 +23,7 @@ var environments_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/erp-integration.ts
|
|
@@ -23,6 +23,7 @@ var erp_integration_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/event-catalog.ts
|
|
@@ -23,6 +23,7 @@ var event_catalog_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/file.ts
|
|
@@ -23,6 +23,7 @@ var file_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/iban.ts
|
|
@@ -23,6 +23,7 @@ var iban_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/journey.ts
|
|
@@ -23,6 +23,7 @@ var journey_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/kanban.ts
|
|
@@ -23,6 +23,7 @@ var kanban_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/message.ts
|
|
@@ -23,6 +23,7 @@ var message_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/metering.ts
|
|
@@ -23,6 +23,7 @@ var metering_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/notes.ts
|
|
@@ -23,6 +23,7 @@ var notes_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/notification.ts
|
|
@@ -23,6 +23,7 @@ var notification_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/organization.ts
|
|
@@ -23,6 +23,7 @@ var organization_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/partner-directory.ts
|
|
@@ -23,6 +23,7 @@ var partner_directory_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/permissions.ts
|
|
@@ -23,6 +23,7 @@ var permissions_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/pricing.ts
|
|
@@ -23,6 +23,7 @@ var pricing_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/pricing-tier.ts
|
|
@@ -23,6 +23,7 @@ var pricing_tier_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/purpose.ts
|
|
@@ -23,6 +23,7 @@ var purpose_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/sandbox.ts
|
|
@@ -23,6 +23,7 @@ var sandbox_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/submission.ts
|
|
@@ -23,6 +23,7 @@ var submission_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/targeting.ts
|
|
@@ -23,6 +23,7 @@ var targeting_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/template-variables.ts
|
|
@@ -23,6 +23,7 @@ var template_variables_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -72,7 +72,7 @@ ${GREEN}${BOLD}Upgraded to @epilot/cli@${latest}${RESET}
|
|
|
72
72
|
}
|
|
73
73
|
});
|
|
74
74
|
var getCurrentVersion = () => {
|
|
75
|
-
if (true) return "0.1.
|
|
75
|
+
if (true) return "0.1.8";
|
|
76
76
|
try {
|
|
77
77
|
const output = execSync("npm ls -g @epilot/cli --depth=0 --json 2>/dev/null", {
|
|
78
78
|
encoding: "utf-8",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/user.ts
|
|
@@ -23,6 +23,7 @@ var user_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/validation-rules.ts
|
|
@@ -23,6 +23,7 @@ var validation_rules_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/webhooks.ts
|
|
@@ -23,6 +23,7 @@ var webhooks_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/workflow.ts
|
|
@@ -23,6 +23,7 @@ var workflow_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
callApi
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HWUVFZIB.js";
|
|
5
5
|
import "./chunk-RSA7K5HB.js";
|
|
6
6
|
import "./chunk-PDMWUCWD.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-IOLKUHUB.js";
|
|
8
8
|
import "./chunk-7ZQ666ZQ.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/apis/workflow-definition.ts
|
|
@@ -23,6 +23,7 @@ var workflow_definition_default = defineCommand({
|
|
|
23
23
|
token: { type: "string", alias: "t", description: "Bearer token" },
|
|
24
24
|
json: { type: "boolean", description: "Output raw JSON" },
|
|
25
25
|
verbose: { type: "boolean", alias: "v", description: "Verbose output" },
|
|
26
|
+
guided: { type: "boolean", description: "Prompt for all parameters interactively" },
|
|
26
27
|
interactive: { type: "boolean", description: "Interactive mode" },
|
|
27
28
|
jsonata: { type: "string", description: "JSONata expression to transform response" },
|
|
28
29
|
_ophelp: { type: "boolean", description: "Show operation help", required: false },
|