@openfn/cli 1.8.7 → 1.8.8

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.
@@ -1215,6 +1215,7 @@ function mergeOverrides(config, options) {
1215
1215
  apiKey: pickFirst(process.env["OPENFN_API_KEY"], config.apiKey),
1216
1216
  endpoint: pickFirst(process.env["OPENFN_ENDPOINT"], config.endpoint),
1217
1217
  statePath: pickFirst(options.statePath, config.statePath),
1218
+ specPath: pickFirst(options.projectPath, config.specPath),
1218
1219
  configPath: options.configPath,
1219
1220
  requireConfirmation: pickFirst(options.confirm, config.requireConfirmation)
1220
1221
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/cli",
3
- "version": "1.8.7",
3
+ "version": "1.8.8",
4
4
  "description": "CLI devtools for the openfn toolchain.",
5
5
  "engines": {
6
6
  "node": ">=18",
@@ -48,10 +48,10 @@
48
48
  "ws": "^8.18.0",
49
49
  "yargs": "^17.7.2",
50
50
  "@openfn/compiler": "0.4.0",
51
- "@openfn/describe-package": "0.1.2",
52
51
  "@openfn/deploy": "0.8.0",
52
+ "@openfn/runtime": "1.5.1",
53
53
  "@openfn/logger": "1.0.2",
54
- "@openfn/runtime": "1.5.1"
54
+ "@openfn/describe-package": "0.1.2"
55
55
  },
56
56
  "files": [
57
57
  "dist",