@walkeros/cli 4.2.0-next-1780577792479 → 4.2.0-next-1780690800063
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/CHANGELOG.md +37 -5
- package/dist/cli.js +313 -192
- package/dist/examples/flow-complete.json +15 -7
- package/dist/examples/index.js +15 -7
- package/dist/examples/index.js.map +1 -1
- package/dist/index.d.ts +4951 -897
- package/dist/index.js +206 -29
- package/dist/index.js.map +1 -1
- package/examples/flow-complete.json +15 -7
- package/openapi/spec.json +7454 -2016
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/cli
|
|
2
2
|
|
|
3
|
-
## 4.2.0-next-
|
|
3
|
+
## 4.2.0-next-1780690800063
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -9,6 +9,15 @@
|
|
|
9
9
|
server flows with external step packages resolve them at runtime.
|
|
10
10
|
`walkeros bundle -o flow.tar.gz` packs a server bundle directory into that
|
|
11
11
|
archive. Web single-file bundles do not support archive output.
|
|
12
|
+
- 6a72a32: The MCP `flow_simulate` and `flow_bundle` tools now accept a cloud
|
|
13
|
+
flow id as `configPath`, so you can simulate or bundle a saved flow without a
|
|
14
|
+
manual file round-trip, and repeated simulations reuse a prebuilt bundle for
|
|
15
|
+
faster runs. Loading or fetching a flow with no default project set now
|
|
16
|
+
returns a clear "no default project" error, and `flow_examples` surfaces a
|
|
17
|
+
referenced package's shipped examples when a step has none inline. Bundle
|
|
18
|
+
stats now report the real total bundle size and list package names instead of
|
|
19
|
+
a per-package estimate, and the GA4 transformer documents its wiring contract
|
|
20
|
+
via package hints.
|
|
12
21
|
- 9d066cc: Preview creation can now target a deployed version: pass
|
|
13
22
|
`source: { kind: 'deployment-version', deploymentVersionId }` to
|
|
14
23
|
`createPreview` (CLI) or the MCP `flow_manage` `preview_create` action to
|
|
@@ -20,9 +29,24 @@
|
|
|
20
29
|
without a redeploy. A future trace window upgrades a flow to full inbound and
|
|
21
30
|
outbound recording, and a null or past window reverts to the flow's `observe`
|
|
22
31
|
baseline and self-expires.
|
|
32
|
+
- e8f6909: Add a `secret_manage` MCP tool (and matching CLI functions) to manage
|
|
33
|
+
a flow's secrets. List secret metadata, create, rotate, and delete secrets
|
|
34
|
+
that flow steps reference as `$env.<NAME>`. Values are write-only: encrypted
|
|
35
|
+
at rest and never returned or logged.
|
|
36
|
+
- 6a72a32: Source simulation gains a `collector` step that runs the real
|
|
37
|
+
collector enrichment and returns the fully enriched event. Transformer
|
|
38
|
+
simulation now accepts an optional raw `ingest` so request decoders like GA4
|
|
39
|
+
can be tested standalone by supplying a `url`. The `flow_simulate` MCP tool
|
|
40
|
+
accepts the new collector step and the transformer `ingest` input.
|
|
23
41
|
|
|
24
42
|
### Patch Changes
|
|
25
43
|
|
|
44
|
+
- e8f6909: The bundled API contract (`spec.json` and the generated
|
|
45
|
+
`api.gen.d.ts`) now covers the full served surface, adding typed paths for
|
|
46
|
+
service accounts, invitations, billing, deployments and their sub-resources,
|
|
47
|
+
custom domains, entitlements, LLM settings, chat sessions, MCP tokens,
|
|
48
|
+
runners, and the package catalog. No runtime behavior change; clients gain
|
|
49
|
+
accurate types for these endpoints.
|
|
26
50
|
- b98474f: Source-level mapping examples for the dataLayer source now key on the
|
|
27
51
|
prefix as entity and the gtag action as action: `mapping.<prefix>.<action>`.
|
|
28
52
|
The shipped `examples/mapping.ts`, the comprehensive `flow-complete.json`
|
|
@@ -33,6 +57,11 @@
|
|
|
33
57
|
Commander 15, better-sqlite3 12, @libsql/client 0.17, Google Cloud
|
|
34
58
|
functions-framework 5, mixpanel 0.22, and jsdom 29. No public API changes;
|
|
35
59
|
installs now pull the current versions of these SDKs.
|
|
60
|
+
- e8f6909: Documentation fix: server source `config.ingest` examples now use the
|
|
61
|
+
`map` operator with direct request field paths instead of a bare object. A
|
|
62
|
+
bare object like `{ url: 'req.url' }` is silently inert, so the ingest stayed
|
|
63
|
+
empty and downstream `ingest.*` fields never resolved. Affects package hints,
|
|
64
|
+
READMEs, the core source type docs, and the bundled CLI example.
|
|
36
65
|
- d39a6a1: Bundle skeletons now expose each package's dev exports through a lazy
|
|
37
66
|
loader. Production deploy bundles drop it entirely, so a shipped `walker.js`
|
|
38
67
|
never carries the dev schema graph, while in-process simulate and push inline
|
|
@@ -56,18 +85,21 @@
|
|
|
56
85
|
- Updated dependencies [908d6f0]
|
|
57
86
|
- Updated dependencies [654ba38]
|
|
58
87
|
- Updated dependencies [c27d3c1]
|
|
88
|
+
- Updated dependencies [e8f6909]
|
|
59
89
|
- Updated dependencies [f4a9013]
|
|
60
90
|
- Updated dependencies [d65bbde]
|
|
61
91
|
- Updated dependencies [2d64ed2]
|
|
92
|
+
- Updated dependencies [e8f6909]
|
|
62
93
|
- Updated dependencies [776e5f9]
|
|
63
94
|
- Updated dependencies [c27d3c1]
|
|
64
95
|
- Updated dependencies [126c0f1]
|
|
65
96
|
- Updated dependencies [654ba38]
|
|
97
|
+
- Updated dependencies [6a72a32]
|
|
66
98
|
- Updated dependencies [3eb2467]
|
|
67
|
-
- @walkeros/core@4.2.0-next-
|
|
68
|
-
- @walkeros/collector@4.2.0-next-
|
|
69
|
-
- @walkeros/server-core@4.2.0-next-
|
|
70
|
-
- @walkeros/server-destination-api@4.2.0-next-
|
|
99
|
+
- @walkeros/core@4.2.0-next-1780690800063
|
|
100
|
+
- @walkeros/collector@4.2.0-next-1780690800063
|
|
101
|
+
- @walkeros/server-core@4.2.0-next-1780690800063
|
|
102
|
+
- @walkeros/server-destination-api@4.2.0-next-1780690800063
|
|
71
103
|
|
|
72
104
|
## 4.1.2
|
|
73
105
|
|