New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@openfn/cli

Package Overview
Dependencies
Maintainers
0
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openfn/cli - npm Package Compare versions

Comparing version

to
1.6.0

16

dist/index.js

@@ -404,2 +404,9 @@ #!/usr/bin/env node

};
var snapshots = {
name: "snapshots",
yargs: {
description: "List of snapshot ids to pull",
array: true
}
};
var statePath = {

@@ -683,3 +690,10 @@ name: "state-path",

// src/pull/command.ts
var options7 = [statePath, projectPath, configPath, log, logJson];
var options7 = [
statePath,
projectPath,
configPath,
log,
logJson,
snapshots
];
var pullCommand = {

@@ -686,0 +700,0 @@ command: "pull [projectId]",

@@ -1545,3 +1545,7 @@ // src/apollo/handler.ts

);
const { data: project } = await getProject(config, options.projectId);
const { data: project } = await getProject(
config,
options.projectId,
options.snapshots
);
if (!project) {

@@ -1548,0 +1552,0 @@ logger.error("ERROR: Project not found.");

8

package.json
{
"name": "@openfn/cli",
"version": "1.5.0",
"version": "1.6.0",
"description": "CLI devtools for the openfn toolchain.",

@@ -51,6 +51,6 @@ "engines": {

"@openfn/compiler": "0.1.4",
"@openfn/deploy": "0.5.0",
"@openfn/describe-package": "0.1.0",
"@openfn/logger": "1.0.1",
"@openfn/runtime": "1.4.0",
"@openfn/describe-package": "0.1.0",
"@openfn/deploy": "0.4.7"
"@openfn/runtime": "1.4.0"
},

@@ -57,0 +57,0 @@ "files": [