@membranehq/cli 0.9.3 → 0.10.0

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.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/dist/index.js +113 -112
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -43,6 +43,7 @@ The CLI can be configured using either environment variables or a configuration
43
43
  export MEMBRANE_WORKSPACE_KEY=<your-workspace-key>
44
44
  export MEMBRANE_WORKSPACE_SECRET=<your-workspace-secret>
45
45
  export MEMBRANE_API_URI=https://api.integration.app # Optional: for self-hosted instances
46
+ export MEMBRANE_TEST_CUSTOMER_ID=<test-customer-id> # Optional: test customer ID for testing integrations
46
47
  ```
47
48
 
48
49
  ### Configuration File