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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "creght-cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Creght CLI for syncing local site code with Creght.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/creght-dev/creght-cli#readme",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file