@withone/cli
Advanced tools
Sorry, the diff of this file is too big to display
| import { | ||
| FlowRunner, | ||
| collectStepTypes, | ||
| flowRequiresBash, | ||
| flowUsesCodeModules, | ||
| getFlowRootDir, | ||
| listFlows, | ||
| loadFlow, | ||
| loadFlowWithMeta, | ||
| resolveFlowPath, | ||
| saveFlow, | ||
| summarizeFlowInputs, | ||
| walkSteps | ||
| } from "./chunk-PK2RAVAF.js"; | ||
| export { | ||
| FlowRunner, | ||
| collectStepTypes, | ||
| flowRequiresBash, | ||
| flowUsesCodeModules, | ||
| getFlowRootDir, | ||
| listFlows, | ||
| loadFlow, | ||
| loadFlowWithMeta, | ||
| resolveFlowPath, | ||
| saveFlow, | ||
| summarizeFlowInputs, | ||
| walkSteps | ||
| }; |
+1
-1
| { | ||
| "name": "@withone/cli", | ||
| "version": "1.41.0", | ||
| "version": "1.42.0", | ||
| "description": "CLI for managing One", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+16
-0
@@ -352,2 +352,18 @@ <img src="https://assets.withone.ai/banners/cli.png" alt="One CLI - Connect your agents to every API on the internet." style="border-radius: 5px;"> | ||
| ### `one relay` | ||
| Receive webhooks from platforms and forward them to any connected platform via passthrough actions. | ||
| ```bash | ||
| one relay platforms # List relay-capable platforms + event type counts | ||
| one relay event-types <platform> # List supported event types for a platform | ||
| one relay create --connection-key <key> --create-webhook --event-filters '["event.type"]' | ||
| one relay activate <id> --actions '<json>' # Attach passthrough forwarding actions | ||
| one relay list # List existing relay endpoints | ||
| one relay events --platform <p> # Inspect received events | ||
| one relay deliveries --endpoint-id <id> # Check delivery status | ||
| ``` | ||
| Start with `one relay platforms` to discover which platforms support relay at all, then drill into `event-types <platform>` for the specific events. Run `one guide relay` for the full reference including `--metadata` requirements per platform. | ||
| ### `one guide [topic]` | ||
@@ -354,0 +370,0 @@ |
@@ -19,2 +19,10 @@ # One Webhook Relay | ||
| If you're unsure whether the source platform supports relay at all, list relay-capable platforms first: | ||
| ```bash | ||
| one --agent relay platforms | ||
| ``` | ||
| This returns `[{ "platform": "<name>", "eventTypeCount": <n> }, ...]` for every platform that One can receive webhooks from. If your source isn't in the list, relay won't work for it. | ||
| ### Step 2: Get event types | ||
@@ -177,2 +185,9 @@ | ||
| ## Discovery Commands | ||
| ```bash | ||
| one --agent relay platforms # All relay-capable platforms + event type counts | ||
| one --agent relay event-types <platform> # Event types for a specific platform | ||
| ``` | ||
| ## Management Commands | ||
@@ -179,0 +194,0 @@ |
Sorry, the diff of this file is too big to display
| import { | ||
| FlowRunner, | ||
| collectStepTypes, | ||
| flowRequiresBash, | ||
| flowUsesCodeModules, | ||
| getFlowRootDir, | ||
| listFlows, | ||
| loadFlow, | ||
| loadFlowWithMeta, | ||
| resolveFlowPath, | ||
| saveFlow, | ||
| summarizeFlowInputs, | ||
| walkSteps | ||
| } from "./chunk-A5AFLKCQ.js"; | ||
| export { | ||
| FlowRunner, | ||
| collectStepTypes, | ||
| flowRequiresBash, | ||
| flowUsesCodeModules, | ||
| getFlowRootDir, | ||
| listFlows, | ||
| loadFlow, | ||
| loadFlowWithMeta, | ||
| resolveFlowPath, | ||
| saveFlow, | ||
| summarizeFlowInputs, | ||
| walkSteps | ||
| }; |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
562309
0.61%12553
0.36%584
2.82%