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
60
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.35.0
to
1.36.0
dist/chunk-MNJJE4PJ.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-MNJJE4PJ.js";
export {
FlowRunner,
collectStepTypes,
flowRequiresBash,
flowUsesCodeModules,
getFlowRootDir,
listFlows,
loadFlow,
loadFlowWithMeta,
resolveFlowPath,
saveFlow,
summarizeFlowInputs,
walkSteps
};
+1
-1
{
"name": "@withone/cli",
"version": "1.35.0",
"version": "1.36.0",
"description": "CLI for managing One",

@@ -5,0 +5,0 @@ "type": "module",

@@ -258,2 +258,3 @@ <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;">

| `--skip-validation` | Skip input validation against the action schema |
| `--output <path>` | Save response to a file (for binary downloads) |

@@ -260,0 +261,0 @@ The CLI validates required parameters (path variables, query params, body fields) against the action schema before executing. Missing params return a clear error with the flag name and description. Pass `--skip-validation` to bypass.

@@ -90,2 +90,3 @@ ---

- `--skip-validation` — Skip input validation against the action schema
- `--output <path>` — Save response to a file (for binary downloads like PDFs, images, documents)

@@ -92,0 +93,0 @@ The CLI validates required parameters before executing. Missing params return a structured error with the flag name, parameter name, and description. Pass `--skip-validation` to bypass.

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-HZP7NT4K.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