Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@withone/cli

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@withone/cli - npm Package Compare versions

Comparing version
1.41.0
to
1.42.0
dist/chunk-PK2RAVAF.js

Sorry, the diff of this file is too big to display

+28
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",

@@ -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