@rizom/ops 0.2.0-alpha.1 → 0.2.0-alpha.2
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 +1 -0
- package/dist/brains-ops.js +76 -75
- package/dist/deploy.js +40 -40
- package/dist/index.d.ts +1 -0
- package/dist/index.js +99 -98
- package/dist/parse-args.d.ts +1 -0
- package/dist/run-command.d.ts +4 -0
- package/dist/secrets-push.d.ts +16 -0
- package/package.json +1 -1
- package/templates/rover-pilot/.github/workflows/deploy.yml +1 -0
- package/templates/rover-pilot/README.md +1 -0
- package/templates/rover-pilot/docs/onboarding-checklist.md +4 -3
package/README.md
CHANGED
|
@@ -7,6 +7,7 @@ Operator CLI package for managing pilot brain fleet registry repos.
|
|
|
7
7
|
- `brains-ops init <repo>`
|
|
8
8
|
- `brains-ops render <repo>`
|
|
9
9
|
- `brains-ops onboard <repo> <handle>`
|
|
10
|
+
- `brains-ops secrets:push <repo> <handle>`
|
|
10
11
|
- `brains-ops reconcile-cohort <repo> <cohort>`
|
|
11
12
|
- `brains-ops reconcile-all <repo>`
|
|
12
13
|
|