@uic-coe-connect/cli 0.7.0 → 0.7.1
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/dist/commands/access.js +2 -1
- package/package.json +1 -1
package/dist/commands/access.js
CHANGED
|
@@ -25,8 +25,9 @@ export function registerAccessCommands() {
|
|
|
25
25
|
["Dev team", access.devTeam.join(", ") || "(none — webadmins only)"],
|
|
26
26
|
["Staff access", access.staff.everyone ? "everyone" : "restricted"],
|
|
27
27
|
[" Members", access.staff.members.join(", ") || "(none)"],
|
|
28
|
-
[" Blacklist", access.staff.exceptions.join(", ") || "(none)"],
|
|
29
28
|
[" Rules", String(access.staff.rules.length)],
|
|
29
|
+
// Not indented under "restricted": it denies in both modes.
|
|
30
|
+
["Blacklist", access.staff.exceptions.join(", ") || "(none)"],
|
|
30
31
|
]);
|
|
31
32
|
});
|
|
32
33
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uic-coe-connect/cli",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "The coe CLI — manage COEConnect apps (pipelines, deploys, access, env) from a terminal, with browser-approved auth. Designed to be driven by an AI agent.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|