@workflow/cli 4.0.1-beta.13 → 4.0.1-beta.15

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.
@@ -4,17 +4,59 @@ export declare const listRuns: (world: World, opts?: InspectCLIOptions) => Promi
4
4
  export declare const getRecentRun: (world: World, opts?: InspectCLIOptions) => Promise<{
5
5
  runId: string;
6
6
  deploymentId: string;
7
- status: "pending" | "running" | "completed" | "failed" | "paused" | "cancelled";
8
7
  workflowName: string;
9
8
  input: any[];
10
9
  createdAt: Date;
11
10
  updatedAt: Date;
11
+ status: "pending" | "running" | "paused";
12
+ output: undefined;
13
+ error: undefined;
14
+ completedAt: undefined;
15
+ executionContext?: Record<string, any> | undefined;
16
+ startedAt?: Date | undefined;
17
+ } | {
18
+ runId: string;
19
+ deploymentId: string;
20
+ workflowName: string;
21
+ input: any[];
22
+ createdAt: Date;
23
+ updatedAt: Date;
24
+ status: "cancelled";
25
+ output: undefined;
26
+ error: undefined;
27
+ completedAt: Date;
28
+ executionContext?: Record<string, any> | undefined;
29
+ startedAt?: Date | undefined;
30
+ } | {
31
+ runId: string;
32
+ deploymentId: string;
33
+ workflowName: string;
34
+ input: any[];
35
+ createdAt: Date;
36
+ updatedAt: Date;
37
+ status: "completed";
38
+ output: any;
39
+ error: undefined;
40
+ completedAt: Date;
41
+ executionContext?: Record<string, any> | undefined;
42
+ startedAt?: Date | undefined;
43
+ } | {
44
+ runId: string;
45
+ deploymentId: string;
46
+ workflowName: string;
47
+ input: any[];
48
+ createdAt: Date;
49
+ updatedAt: Date;
50
+ status: "failed";
51
+ output: undefined;
52
+ error: {
53
+ message: string;
54
+ stack?: string | undefined;
55
+ code?: string | undefined;
56
+ };
57
+ completedAt: Date;
12
58
  executionContext?: Record<string, any> | undefined;
13
- output?: any;
14
- error?: string | undefined;
15
- errorCode?: string | undefined;
16
59
  startedAt?: Date | undefined;
17
- completedAt?: Date | undefined;
18
60
  }>;
19
61
  export declare const showRun: (world: World, runId: string, opts?: InspectCLIOptions) => Promise<void>;
20
62
  export declare const listSteps: (world: World, opts?: InspectCLIOptions) => Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"output.d.ts","sourceRoot":"","sources":["../../../src/lib/inspect/output.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAOV,KAAK,EACN,MAAM,iBAAiB,CAAC;AAKzB,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAse5D,eAAO,MAAM,QAAQ,GAAU,OAAO,KAAK,EAAE,OAAM,iBAAsB,kBAqExE,CAAC;AAEF,eAAO,MAAM,YAAY,GACvB,OAAO,KAAK,EACZ,OAAM,iBAAsB;;;;;;;;;;;;;;EAgB7B,CAAC;AAEF,eAAO,MAAM,OAAO,GAClB,OAAO,KAAK,EACZ,OAAO,MAAM,EACb,OAAM,iBAAsB,kBAoB7B,CAAC;AAEF,eAAO,MAAM,SAAS,GACpB,OAAO,KAAK,EACZ,OAAM,iBAEL,kBAmFF,CAAC;AAEF,eAAO,MAAM,QAAQ,GACnB,OAAO,KAAK,EACZ,QAAQ,MAAM,EACd,OAAM,iBAAsB,kBA2B7B,CAAC;AAEF,eAAO,MAAM,UAAU,GACrB,GAAG,KAAK,EACR,UAAU,MAAM,EAChB,OAAM,iBAAsB,kBAc7B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,WAAW,GACtB,OAAO,KAAK,EACZ,OAAM,iBAAsB,kBA0G7B,CAAC;AAmDF,eAAO,MAAM,UAAU,GACrB,OAAO,KAAK,EACZ,OAAM,iBAAsB,kBAmF7B,CAAC;AAEF,eAAO,MAAM,SAAS,GAAU,OAAO,KAAK,EAAE,OAAM,iBAAsB,kBAgFzE,CAAC;AAEF,eAAO,MAAM,QAAQ,GACnB,OAAO,KAAK,EACZ,QAAQ,MAAM,EACd,OAAM,iBAAsB,kBAsB7B,CAAC;AAEF,eAAO,MAAM,UAAU,GACrB,OAAO,KAAK,EACZ,OAAM,iBAAsB,kBA6H7B,CAAC"}
1
+ {"version":3,"file":"output.d.ts","sourceRoot":"","sources":["../../../src/lib/inspect/output.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAOV,KAAK,EACN,MAAM,iBAAiB,CAAC;AAKzB,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAse5D,eAAO,MAAM,QAAQ,GAAU,OAAO,KAAK,EAAE,OAAM,iBAAsB,kBAqExE,CAAC;AAEF,eAAO,MAAM,YAAY,GACvB,OAAO,KAAK,EACZ,OAAM,iBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB7B,CAAC;AAEF,eAAO,MAAM,OAAO,GAClB,OAAO,KAAK,EACZ,OAAO,MAAM,EACb,OAAM,iBAAsB,kBAoB7B,CAAC;AAEF,eAAO,MAAM,SAAS,GACpB,OAAO,KAAK,EACZ,OAAM,iBAEL,kBAmFF,CAAC;AAEF,eAAO,MAAM,QAAQ,GACnB,OAAO,KAAK,EACZ,QAAQ,MAAM,EACd,OAAM,iBAAsB,kBA2B7B,CAAC;AAEF,eAAO,MAAM,UAAU,GACrB,GAAG,KAAK,EACR,UAAU,MAAM,EAChB,OAAM,iBAAsB,kBAc7B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,WAAW,GACtB,OAAO,KAAK,EACZ,OAAM,iBAAsB,kBA0G7B,CAAC;AAmDF,eAAO,MAAM,UAAU,GACrB,OAAO,KAAK,EACZ,OAAM,iBAAsB,kBAmF7B,CAAC;AAEF,eAAO,MAAM,SAAS,GAAU,OAAO,KAAK,EAAE,OAAM,iBAAsB,kBAgFzE,CAAC;AAEF,eAAO,MAAM,QAAQ,GACnB,OAAO,KAAK,EACZ,QAAQ,MAAM,EACd,OAAM,iBAAsB,kBAsB7B,CAAC;AAEF,eAAO,MAAM,UAAU,GACrB,OAAO,KAAK,EACZ,OAAM,iBAAsB,kBA6H7B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workflow/cli",
3
- "version": "4.0.1-beta.13",
3
+ "version": "4.0.1-beta.15",
4
4
  "description": "Command-line interface for Workflow DevKit",
5
5
  "type": "module",
6
6
  "bin": {
@@ -34,34 +34,34 @@
34
34
  "@workflow/tsconfig": "4.0.1-beta.0"
35
35
  },
36
36
  "dependencies": {
37
- "@oclif/core": "^4.0.0",
38
- "@oclif/plugin-help": "^6.0.0",
37
+ "@oclif/core": "4.0.0",
38
+ "@oclif/plugin-help": "6.2.31",
39
39
  "@swc/core": "1.11.24",
40
- "boxen": "^8.0.1",
41
- "builtin-modules": "^5.0.0",
42
- "chalk": "^5.6.2",
43
- "chokidar": "^4.0.3",
40
+ "boxen": "8.0.1",
41
+ "builtin-modules": "5.0.0",
42
+ "chalk": "5.6.2",
43
+ "chokidar": "4.0.3",
44
44
  "comment-json": "4.2.5",
45
- "date-fns": "^4.1.0",
46
- "easy-table": "^1.2.0",
45
+ "date-fns": "4.1.0",
46
+ "easy-table": "1.2.0",
47
47
  "enhanced-resolve": "5.18.2",
48
48
  "esbuild": "^0.25.11",
49
49
  "find-up": "7.0.0",
50
- "mixpart": "^0.0.4",
51
- "open": "^10.2.0",
52
- "ora": "^8.2.0",
53
- "terminal-link": "^5.0.0",
54
- "tinyglobby": "^0.2.14",
55
- "xdg-app-paths": "^5.1.0",
50
+ "mixpart": "0.0.4",
51
+ "open": "10.2.0",
52
+ "ora": "8.2.0",
53
+ "terminal-link": "5.0.0",
54
+ "tinyglobby": "0.2.14",
55
+ "xdg-app-paths": "5.1.0",
56
56
  "zod": "4.1.11",
57
- "@workflow/errors": "4.0.1-beta.4",
58
- "@workflow/swc-plugin": "4.0.1-beta.5",
59
- "@workflow/builders": "4.0.1-beta.9",
60
- "@workflow/core": "4.0.1-beta.11",
61
- "@workflow/web": "4.0.1-beta.10",
62
- "@workflow/world": "4.0.1-beta.4",
63
- "@workflow/world-local": "4.0.1-beta.7",
64
- "@workflow/world-vercel": "4.0.1-beta.7"
57
+ "@workflow/builders": "4.0.1-beta.11",
58
+ "@workflow/swc-plugin": "4.0.1-beta.6",
59
+ "@workflow/errors": "4.0.1-beta.5",
60
+ "@workflow/core": "4.0.1-beta.13",
61
+ "@workflow/world": "4.0.1-beta.6",
62
+ "@workflow/web": "4.0.1-beta.11",
63
+ "@workflow/world-local": "5.0.0-beta.9",
64
+ "@workflow/world-vercel": "4.0.1-beta.9"
65
65
  },
66
66
  "scripts": {
67
67
  "build": "tsc && chmod +x bin/run.js",