@eve-horizon/cli 0.2.16 → 0.2.18
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 +7 -0
- package/dist/index.js +4246 -516
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -268,6 +268,13 @@ Secrets can be stored at user/org/project scope. Values are never returned in pl
|
|
|
268
268
|
```bash
|
|
269
269
|
# Project secret
|
|
270
270
|
eve secrets set GITHUB_TOKEN ghp_xxx --project proj_xxx --type github_token
|
|
271
|
+
|
|
272
|
+
### System (Internal)
|
|
273
|
+
|
|
274
|
+
```bash
|
|
275
|
+
eve system orchestrator status
|
|
276
|
+
eve system orchestrator set-concurrency <n>
|
|
277
|
+
```
|
|
271
278
|
eve secrets list --project proj_xxx
|
|
272
279
|
eve secrets show GITHUB_TOKEN --project proj_xxx
|
|
273
280
|
eve secrets delete GITHUB_TOKEN --project proj_xxx
|