@gapi/gcli 1.8.154 → 1.8.155

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 +3 -3
  2. package/package.json +1 -1
  3. package/release/index.js +69745 -63495
package/README.md CHANGED
@@ -92,8 +92,8 @@ example spec.json
92
92
  "params": ["test", "proba"],
93
93
  "config": "",
94
94
  "secret": "",
95
- "env": "NODEJS",
96
- "method": "GET"
95
+ "env": "nodejs",
96
+ "method": ["GET"]
97
97
  }
98
98
  ```
99
99
 
@@ -127,4 +127,4 @@ Can be set using secret variable called `GCLI_AUTH_TOKEN`
127
127
 
128
128
  ```
129
129
  npx gcli login --ci --token ${{ secrets.GCLI_AUTH_TOKEN }} --key '' --url '' --uploadUrl ''
130
- ```
130
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gapi/gcli",
3
- "version": "1.8.154",
3
+ "version": "1.8.155",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Stradivario/gapi.git"