@freecodecamp/universe-cli 0.7.1 → 0.8.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.
package/README.md CHANGED
@@ -81,6 +81,19 @@ universe sites update <slug> --team=<name>... # replace teams list (staff)
81
81
  universe sites rm <slug> # delete entry (staff; R2 deploy bytes untouched)
82
82
  ```
83
83
 
84
+ Repository creation + approval queue (namespaced under `repo`):
85
+
86
+ ```sh
87
+ universe repo create [name] [--visibility public|private] [--template <repo>] [--description <text>] [--yes]
88
+ # request a repo in freeCodeCamp-Universe (staff; prompts when run bare)
89
+ universe repo ls [--status <state>] [--mine] # list requests (default: pending; state ∈ pending|approved|active|rejected|failed|all)
90
+ universe repo status <id> # show one request's lifecycle state
91
+ universe repo approve <id> [--yes] # approve → creates the repo via the Apollo-11 App (admin)
92
+ universe repo reject <id> [--reason <text>] [--yes] # reject a pending request (admin)
93
+ ```
94
+
95
+ Repo requests enter an artemis-owned approval queue (independent of the legacy Windmill flow). The Apollo-11 GitHub App key lives in the cluster, never the CLI — the CLI only carries your GitHub bearer.
96
+
84
97
  All commands support `--json` for CI integration.
85
98
 
86
99
  ## Identity (priority chain)