creght-cli 0.4.0 → 0.4.1
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
CHANGED
|
@@ -480,6 +480,10 @@ to self-test a Func method with sample input:
|
|
|
480
480
|
creght func run --site_id=<project_id>/<site_id> --key=booking.create --input=./input.json
|
|
481
481
|
```
|
|
482
482
|
|
|
483
|
+
The output matches the Func HTTP response protocol: successful runs print
|
|
484
|
+
`{"result": ...}` and thrown Func errors print `{"error": "..."}`. There is no
|
|
485
|
+
top-level `ok` execution wrapper.
|
|
486
|
+
|
|
483
487
|
There are no `creght func list/get/create/update/delete` commands. Manage Func
|
|
484
488
|
code by editing `backend/func` files and syncing them with pull/push/sync/dev
|
|
485
489
|
like any other site file; `func run` only runs sample input.
|
package/package.json
CHANGED
|
Binary file
|
package/vendor/darwin-x64/creght
CHANGED
|
Binary file
|
|
Binary file
|
package/vendor/linux-x64/creght
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|