@bussolabs/closeyourit-cli 0.24.1 → 0.24.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bussolabs/closeyourit-cli",
3
- "version": "0.24.1",
3
+ "version": "0.24.2",
4
4
  "description": "CLI for CloseYourIt — manage org, errors, tokens and tickets with your user token",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -46,6 +46,18 @@
46
46
  "projects": {
47
47
  "description": "Browse visible projects"
48
48
  },
49
+ "projects:settings": {
50
+ "description": "Per-project settings: log/analytics retention and feature flags"
51
+ },
52
+ "groups": {
53
+ "description": "Groups: containers of related projects (macro-projects)"
54
+ },
55
+ "environments": {
56
+ "description": "Environments (production, staging, …) shared by projects, tokens and monitors"
57
+ },
58
+ "platforms": {
59
+ "description": "Platforms (devices/systems) your projects and tickets run on"
60
+ },
49
61
  "errors": {
50
62
  "description": "Error monitoring: list, show, triage, assign, merge/split, delete"
51
63
  },
@@ -55,9 +67,15 @@
55
67
  "tokens": {
56
68
  "description": "Project ingest tokens (CI/SDK credentials)"
57
69
  },
70
+ "tokens:provisions": {
71
+ "description": "GitHub provisioning of an ingest token: status and retry (never the secret)"
72
+ },
58
73
  "secrets": {
59
74
  "description": "Encrypted environment variables and versioned secret files"
60
75
  },
76
+ "secrets:assets": {
77
+ "description": "Encrypted secret files: upload, download, versions, delegation"
78
+ },
61
79
  "personal": {
62
80
  "description": "Personal (per-user) encrypted secrets for the current organization"
63
81
  },
@@ -73,6 +91,15 @@
73
91
  "tickets": {
74
92
  "description": "Tickets: list, show, create, ask"
75
93
  },
94
+ "tickets:dependencies": {
95
+ "description": "Ticket prerequisites: what has to be finished before a ticket can start"
96
+ },
97
+ "tickets:lease": {
98
+ "description": "Working lease on a ticket: claim, renew, release (one worker at a time)"
99
+ },
100
+ "milestones": {
101
+ "description": "Project milestones: dated goals a ticket can be assigned to"
102
+ },
76
103
  "assistant": {
77
104
  "description": "AI assistant that reads the data you can see and answers questions about it"
78
105
  },
@@ -85,15 +112,57 @@
85
112
  "metrics": {
86
113
  "description": "Performance metrics (slow queries/methods)"
87
114
  },
115
+ "coverage": {
116
+ "description": "Test coverage published by the CI (last snapshot per branch)"
117
+ },
118
+ "usage": {
119
+ "description": "Usage the product reported as actually executed (routes, jobs, custom keys)"
120
+ },
121
+ "vulnerabilities": {
122
+ "description": "Dependency vulnerabilities and runtime support: triage, ignore, promote to ticket"
123
+ },
124
+ "seo": {
125
+ "description": "SEO findings of the watched sites: triage, ignore, promote to ticket"
126
+ },
127
+ "seo-sites": {
128
+ "description": "Sites under SEO check: declare, configure, remove"
129
+ },
88
130
  "logs": {
89
131
  "description": "Structured logs stream (cross-app)"
90
132
  },
133
+ "alerts": {
134
+ "description": "Alert rules, external delivery channels and your own notifications"
135
+ },
136
+ "alerts:channels": {
137
+ "description": "External delivery channels for alerts (webhook, Telegram)"
138
+ },
139
+ "alerts:notifications": {
140
+ "description": "Your in-app notification inbox: list, mark read, delete"
141
+ },
142
+ "alerts:preferences": {
143
+ "description": "Your personal alert preferences, per organization"
144
+ },
91
145
  "agents": {
92
146
  "description": "Org automator tokens (cyi_a_) used to bootstrap an Agent Host"
93
147
  },
148
+ "agents:tokens": {
149
+ "description": "The automator tokens themselves: create, list, revoke (the secret is shown only once)"
150
+ },
94
151
  "servers": {
95
152
  "description": "Server monitoring fleet (agents, enrollment tokens)"
96
153
  },
154
+ "servers:tokens": {
155
+ "description": "Fleet enrollment tokens (server agents authenticate with these)"
156
+ },
157
+ "monitors": {
158
+ "description": "Uptime monitors of a project: checks, public status page, incidents"
159
+ },
160
+ "monitors:announcements": {
161
+ "description": "Announcement banner shown on a monitor's public status page"
162
+ },
163
+ "monitors:incidents": {
164
+ "description": "Uptime incidents: group them and narrate them step by step"
165
+ },
97
166
  "kb": {
98
167
  "description": "Knowledge base: pages (notes/decisions/guides), semantic search and AI ask"
99
168
  },
@@ -103,6 +172,9 @@
103
172
  "todos": {
104
173
  "description": "Personal todo lists: items, sharing, completion"
105
174
  },
175
+ "todos:items": {
176
+ "description": "Items of a todo list: add, list, update, delete"
177
+ },
106
178
  "workload": {
107
179
  "description": "Team workload actions (non-dev activities): participants, link or generate a ticket"
108
180
  },
@@ -112,6 +184,9 @@
112
184
  "analytics": {
113
185
  "description": "Web analytics: stats, conversion goals, public share"
114
186
  },
187
+ "analytics:goals": {
188
+ "description": "Conversion goals of a project: create, list, delete"
189
+ },
115
190
  "uptime-groups": {
116
191
  "description": "Uptime monitor groups (org-level) + public status page"
117
192
  },
@@ -126,6 +201,36 @@
126
201
  },
127
202
  "matrix": {
128
203
  "description": "Product feature × platform matrix: categories, features, cells"
204
+ },
205
+ "matrix:categories": {
206
+ "description": "Feature groups (categories): how the rows of a product matrix are organized"
207
+ },
208
+ "matrix:features": {
209
+ "description": "Features: the rows of a product matrix"
210
+ },
211
+ "matrix:cells": {
212
+ "description": "Matrix cells: how far a feature is on a platform, and since which version"
213
+ },
214
+ "org": {
215
+ "description": "Organization settings (show and update)"
216
+ },
217
+ "members": {
218
+ "description": "Organization members: profile, role, access scope"
219
+ },
220
+ "invitations": {
221
+ "description": "Invitations to join the organization: create, resend, revoke"
222
+ },
223
+ "teams": {
224
+ "description": "Teams: people bundled with roles and a group/project scope"
225
+ },
226
+ "roles": {
227
+ "description": "RBAC roles: named bundles of permission keys"
228
+ },
229
+ "service-accounts": {
230
+ "description": "Service accounts (AI members, CLI-only) and their secret access"
231
+ },
232
+ "service-accounts:tokens": {
233
+ "description": "CLI tokens (cyi_u_) of a service account (the secret is shown only once)"
129
234
  }
130
235
  }
131
236
  },