@openfn/cli 0.4.11 → 0.4.13
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.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -237,7 +237,7 @@ If something unexpected happens during a command, your first step should be to r
|
|
|
237
237
|
|
|
238
238
|
`debug` level logging is highly verbose and aims to tell you everything that's going on under-the hood. This is aimed mostly at CLI/runtime developers and can be very useful for debugging problems.
|
|
239
239
|
|
|
240
|
-
###
|
|
240
|
+
### Structured/JSON logging
|
|
241
241
|
|
|
242
242
|
By default all logs will be printed as human-readable strings.
|
|
243
243
|
|
|
@@ -277,7 +277,7 @@ A workflow has a structure like this (better documentation is coming soon):
|
|
|
277
277
|
// If there are no next edges, the workflow will end
|
|
278
278
|
"b": true,
|
|
279
279
|
"c": {
|
|
280
|
-
"condition": "!state.error" //
|
|
280
|
+
"condition": "!state.error" // Note that this is an expression, not a function
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
283
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfn/cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.13",
|
|
4
4
|
"description": "CLI devtools for the openfn toolchain.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"treeify": "^1.1.0",
|
|
46
46
|
"yargs": "^17.7.2",
|
|
47
47
|
"@openfn/compiler": "0.0.38",
|
|
48
|
-
"@openfn/deploy": "0.2.10",
|
|
49
48
|
"@openfn/describe-package": "0.0.18",
|
|
50
|
-
"@openfn/
|
|
51
|
-
"@openfn/runtime": "0.2.
|
|
49
|
+
"@openfn/deploy": "0.3.0",
|
|
50
|
+
"@openfn/runtime": "0.2.4",
|
|
51
|
+
"@openfn/logger": "0.0.19"
|
|
52
52
|
},
|
|
53
53
|
"files": [
|
|
54
54
|
"dist",
|