@newpeak/barista-cli 0.1.130 → 0.1.132
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 +78 -63
- package/dist/commands/liberica/quality/create.d.ts.map +1 -1
- package/dist/commands/liberica/quality/create.js +32 -12
- package/dist/commands/liberica/quality/create.js.map +1 -1
- package/dist/commands/liberica/quality/get.js +1 -1
- package/dist/commands/liberica/quality/get.js.map +1 -1
- package/dist/commands/liberica/quality/list.js +4 -4
- package/dist/commands/liberica/quality/list.js.map +1 -1
- package/dist/commands/liberica/quality/update.d.ts.map +1 -1
- package/dist/commands/liberica/quality/update.js +19 -11
- package/dist/commands/liberica/quality/update.js.map +1 -1
- package/dist/commands/skills/index.d.ts +3 -0
- package/dist/commands/skills/index.d.ts.map +1 -0
- package/dist/commands/skills/index.js +252 -0
- package/dist/commands/skills/index.js.map +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/skills/barista-cli/scripts/generate.d.ts +12 -0
- package/dist/skills/barista-cli/scripts/generate.d.ts.map +1 -0
- package/dist/skills/barista-cli/scripts/generate.js +312 -0
- package/dist/skills/barista-cli/scripts/generate.js.map +1 -0
- package/dist/types/material-qc.d.ts +22 -13
- package/dist/types/material-qc.d.ts.map +1 -1
- package/package.json +4 -2
- package/skills/barista-cli/SKILL.md +193 -0
- package/skills/barista-cli/data/commands.json +2460 -0
- package/skills/barista-cli/data/commands.yaml +1587 -0
- package/skills/barista-cli/scripts/search.py +194 -0
- package/skills/barista-cli/skill.json +17 -0
|
@@ -0,0 +1,1587 @@
|
|
|
1
|
+
# ★ 自动生成。修改源码后重新生成:npm run generate-skills-data
|
|
2
|
+
# ★ 生成时间: 2026-05-06T07:31:42.448Z
|
|
3
|
+
|
|
4
|
+
global:
|
|
5
|
+
# ── 全局 ──
|
|
6
|
+
auth:
|
|
7
|
+
group: "全局"
|
|
8
|
+
description: "Manage authentication tokens"
|
|
9
|
+
commands:
|
|
10
|
+
login:
|
|
11
|
+
description: "Login with token"
|
|
12
|
+
status:
|
|
13
|
+
description: "Check authentication status"
|
|
14
|
+
logout:
|
|
15
|
+
description: "Logout and clear token"
|
|
16
|
+
context:
|
|
17
|
+
group: "全局"
|
|
18
|
+
description: "Manage CLI context (environment, service, tenant)"
|
|
19
|
+
commands:
|
|
20
|
+
show:
|
|
21
|
+
description: "Show current context"
|
|
22
|
+
use-env:
|
|
23
|
+
description: "Switch environment (dev|test|prod-cn|prod-jp)"
|
|
24
|
+
use-tenant:
|
|
25
|
+
description: "Switch tenant"
|
|
26
|
+
skills:
|
|
27
|
+
group: "全局"
|
|
28
|
+
description: "Manage Barista CLI AI skills"
|
|
29
|
+
commands:
|
|
30
|
+
install:
|
|
31
|
+
description: "Install barista-cli skill for your AI assistant"
|
|
32
|
+
query:
|
|
33
|
+
description: "Search for barista commands by intent"
|
|
34
|
+
liberica:
|
|
35
|
+
# ── 基础资料 ──
|
|
36
|
+
calendar:
|
|
37
|
+
group: "基础资料"
|
|
38
|
+
description: "Manage calendar (workdays, holidays)"
|
|
39
|
+
commands:
|
|
40
|
+
list:
|
|
41
|
+
description: "List calendar entries (workdays, holidays)"
|
|
42
|
+
options: [--json]
|
|
43
|
+
set:
|
|
44
|
+
description: "Set calendar date type"
|
|
45
|
+
options: [--json, --dry-run]
|
|
46
|
+
clients:
|
|
47
|
+
group: "基础资料"
|
|
48
|
+
description: "Manage clients"
|
|
49
|
+
commands:
|
|
50
|
+
create:
|
|
51
|
+
description: "Create a new client (auto-generates client code if not provided)"
|
|
52
|
+
options: [--json, --dry-run]
|
|
53
|
+
delete:
|
|
54
|
+
description: "Delete a client"
|
|
55
|
+
options: [--json, --dry-run, --force]
|
|
56
|
+
get:
|
|
57
|
+
description: "Get client details by ID"
|
|
58
|
+
options: [--json]
|
|
59
|
+
list:
|
|
60
|
+
description: "List clients with pagination"
|
|
61
|
+
options: [--json]
|
|
62
|
+
update:
|
|
63
|
+
description: "Update a client"
|
|
64
|
+
options: [--json]
|
|
65
|
+
clients/invoice-header:
|
|
66
|
+
group: "基础资料"
|
|
67
|
+
description: "Manage client invoice headers"
|
|
68
|
+
commands:
|
|
69
|
+
create:
|
|
70
|
+
description: "Create a client invoice header"
|
|
71
|
+
options: [--json, --dry-run]
|
|
72
|
+
delete:
|
|
73
|
+
description: "Delete a client invoice header"
|
|
74
|
+
options: [--json]
|
|
75
|
+
list:
|
|
76
|
+
description: "List client invoice headers with pagination"
|
|
77
|
+
options: [--json]
|
|
78
|
+
update:
|
|
79
|
+
description: "Update a client invoice header"
|
|
80
|
+
options: [--json, --dry-run]
|
|
81
|
+
clients/tags:
|
|
82
|
+
group: "基础资料"
|
|
83
|
+
description: "Manage client tags"
|
|
84
|
+
commands:
|
|
85
|
+
create:
|
|
86
|
+
description: "Create a client tag"
|
|
87
|
+
options: [--json, --dry-run]
|
|
88
|
+
delete:
|
|
89
|
+
description: "Delete a client tag"
|
|
90
|
+
options: [--json]
|
|
91
|
+
list:
|
|
92
|
+
description: "List client tags with pagination"
|
|
93
|
+
options: [--json]
|
|
94
|
+
currency:
|
|
95
|
+
group: "基础资料"
|
|
96
|
+
description: "Manage currencies"
|
|
97
|
+
commands:
|
|
98
|
+
create:
|
|
99
|
+
options: [--json, --dry-run]
|
|
100
|
+
delete:
|
|
101
|
+
description: "Delete a currency"
|
|
102
|
+
options: [--json, --dry-run, --force]
|
|
103
|
+
disable:
|
|
104
|
+
description: "Disable (deactivate) a currency"
|
|
105
|
+
options: [--json, --dry-run, --force]
|
|
106
|
+
enable:
|
|
107
|
+
description: "Enable (activate) a currency"
|
|
108
|
+
options: [--json]
|
|
109
|
+
get:
|
|
110
|
+
description: "Get currency details by ID"
|
|
111
|
+
options: [--json]
|
|
112
|
+
list:
|
|
113
|
+
description: "List currencies with pagination"
|
|
114
|
+
options: [--json]
|
|
115
|
+
update:
|
|
116
|
+
description: "Update currency information"
|
|
117
|
+
options: [--json, --dry-run]
|
|
118
|
+
dict-types:
|
|
119
|
+
group: "基础资料"
|
|
120
|
+
description: "Manage dictionary types"
|
|
121
|
+
commands:
|
|
122
|
+
get:
|
|
123
|
+
description: "Get dictionary type details by ID"
|
|
124
|
+
options: [--json]
|
|
125
|
+
list:
|
|
126
|
+
description: "List dictionary types with pagination"
|
|
127
|
+
options: [--json]
|
|
128
|
+
tenant-items:
|
|
129
|
+
description: "List all tenant-customizable dictionary types with their items"
|
|
130
|
+
options: [--json]
|
|
131
|
+
update:
|
|
132
|
+
description: "Update dictionary type"
|
|
133
|
+
options: [--json, --dry-run]
|
|
134
|
+
dicts:
|
|
135
|
+
group: "基础资料"
|
|
136
|
+
description: "Manage dictionary items"
|
|
137
|
+
commands:
|
|
138
|
+
create:
|
|
139
|
+
description: "Create a new dictionary item"
|
|
140
|
+
options: [--json, --dry-run]
|
|
141
|
+
delete:
|
|
142
|
+
description: "Delete a dictionary item"
|
|
143
|
+
options: [--json, --dry-run, --force]
|
|
144
|
+
get:
|
|
145
|
+
description: "Get dictionary item details by ID"
|
|
146
|
+
options: [--json]
|
|
147
|
+
list:
|
|
148
|
+
description: "List dictionary items by type"
|
|
149
|
+
options: [--json]
|
|
150
|
+
update:
|
|
151
|
+
description: "Update dictionary item"
|
|
152
|
+
options: [--json]
|
|
153
|
+
employees:
|
|
154
|
+
group: "基础资料"
|
|
155
|
+
description: "Manage employees"
|
|
156
|
+
commands:
|
|
157
|
+
create:
|
|
158
|
+
description: "Create a new employee"
|
|
159
|
+
options: [--json, --dry-run]
|
|
160
|
+
delete:
|
|
161
|
+
description: "Delete an employee"
|
|
162
|
+
options: [--json, --dry-run, --force]
|
|
163
|
+
disable:
|
|
164
|
+
description: "Disable (deactivate) an employee account"
|
|
165
|
+
options: [--dry-run, --force]
|
|
166
|
+
enable:
|
|
167
|
+
description: "Enable (activate) an employee account"
|
|
168
|
+
options: [--dry-run, --force]
|
|
169
|
+
get:
|
|
170
|
+
description: "Get employee details by ID or code"
|
|
171
|
+
options: [--json]
|
|
172
|
+
list:
|
|
173
|
+
description: "List employees with pagination"
|
|
174
|
+
options: [--json]
|
|
175
|
+
update:
|
|
176
|
+
description: "Update employee information"
|
|
177
|
+
options: [--json, --dry-run]
|
|
178
|
+
equipment:
|
|
179
|
+
group: "基础资料"
|
|
180
|
+
description: "Manage equipment"
|
|
181
|
+
commands:
|
|
182
|
+
create:
|
|
183
|
+
description: "Create new equipment"
|
|
184
|
+
options: [--json, --dry-run]
|
|
185
|
+
delete:
|
|
186
|
+
description: "Delete equipment"
|
|
187
|
+
options: [--json, --dry-run, --force]
|
|
188
|
+
get:
|
|
189
|
+
description: "Get equipment details by ID"
|
|
190
|
+
options: [--json]
|
|
191
|
+
list:
|
|
192
|
+
description: "List equipment with pagination"
|
|
193
|
+
options: [--json]
|
|
194
|
+
update:
|
|
195
|
+
description: "Update equipment information"
|
|
196
|
+
options: [--json, --dry-run]
|
|
197
|
+
job-types:
|
|
198
|
+
group: "基础资料"
|
|
199
|
+
description: "Manage job types (dictionary-based)"
|
|
200
|
+
commands:
|
|
201
|
+
create:
|
|
202
|
+
description: "Create a new job type (dictionary entry)"
|
|
203
|
+
options: [--json, --dry-run]
|
|
204
|
+
delete:
|
|
205
|
+
description: "Delete a job type (dictionary entry)"
|
|
206
|
+
options: [--json, --dry-run, --force]
|
|
207
|
+
get:
|
|
208
|
+
description: "Get job type details by ID"
|
|
209
|
+
options: [--json]
|
|
210
|
+
list:
|
|
211
|
+
description: "List job types (dictionary entries)"
|
|
212
|
+
options: [--json]
|
|
213
|
+
update:
|
|
214
|
+
description: "Update a job type (dictionary entry)"
|
|
215
|
+
options: [--json, --dry-run]
|
|
216
|
+
materials:
|
|
217
|
+
group: "基础资料"
|
|
218
|
+
description: "Manage materials"
|
|
219
|
+
commands:
|
|
220
|
+
create:
|
|
221
|
+
description: "Create a new material (optional --code, auto-generated if not specified)"
|
|
222
|
+
options: [--json, --dry-run]
|
|
223
|
+
delete:
|
|
224
|
+
description: "Delete a material"
|
|
225
|
+
options: [--json, --force]
|
|
226
|
+
disable:
|
|
227
|
+
description: "Disable (deactivate) a material"
|
|
228
|
+
options: [--json, --dry-run, --force]
|
|
229
|
+
enable:
|
|
230
|
+
description: "Enable (activate) a material"
|
|
231
|
+
options: [--json]
|
|
232
|
+
get:
|
|
233
|
+
description: "Get material details by ID"
|
|
234
|
+
options: [--json]
|
|
235
|
+
list:
|
|
236
|
+
description: "List materials with pagination"
|
|
237
|
+
options: [--json]
|
|
238
|
+
update:
|
|
239
|
+
description: "Update material information"
|
|
240
|
+
options: [--json, --dry-run]
|
|
241
|
+
mould:
|
|
242
|
+
group: "基础资料"
|
|
243
|
+
description: "Manage mould entities"
|
|
244
|
+
commands:
|
|
245
|
+
get:
|
|
246
|
+
description: "Get mould entity details by ID"
|
|
247
|
+
options: [--json]
|
|
248
|
+
list:
|
|
249
|
+
description: "List mould entities with pagination"
|
|
250
|
+
options: [--json]
|
|
251
|
+
register:
|
|
252
|
+
description: "Register new mould entity into the system"
|
|
253
|
+
options: [--json, --dry-run]
|
|
254
|
+
set-status:
|
|
255
|
+
description: "Set mould status (FINE | REPAIR | SCRAP)"
|
|
256
|
+
options: [--json]
|
|
257
|
+
stock-in:
|
|
258
|
+
description: "Create a mould stock-in (入库单) to add mould materials to the entity list"
|
|
259
|
+
options: [--json, --dry-run]
|
|
260
|
+
stock-out:
|
|
261
|
+
description: "Create a mould stock-out (领用单) to issue mould materials"
|
|
262
|
+
options: [--json, --dry-run]
|
|
263
|
+
operations:
|
|
264
|
+
group: "基础资料"
|
|
265
|
+
description: "Manage operations"
|
|
266
|
+
commands:
|
|
267
|
+
active:
|
|
268
|
+
description: "Enable (activate) operation(s)"
|
|
269
|
+
options: [--json, --dry-run, --force]
|
|
270
|
+
batch-delete:
|
|
271
|
+
description: "Batch delete operations"
|
|
272
|
+
options: [--json, --dry-run, --force]
|
|
273
|
+
copy:
|
|
274
|
+
description: "Copy an operation"
|
|
275
|
+
options: [--json, --dry-run, --force]
|
|
276
|
+
create:
|
|
277
|
+
description: "Create a new operation"
|
|
278
|
+
options: [--json, --dry-run]
|
|
279
|
+
deactive:
|
|
280
|
+
description: "Disable (deactivate) operation(s)"
|
|
281
|
+
options: [--json, --dry-run, --force]
|
|
282
|
+
delete:
|
|
283
|
+
description: "Delete an operation"
|
|
284
|
+
options: [--json, --dry-run, --force]
|
|
285
|
+
get:
|
|
286
|
+
description: "Get operation details by ID"
|
|
287
|
+
options: [--json]
|
|
288
|
+
list:
|
|
289
|
+
description: "List operations with pagination"
|
|
290
|
+
options: [--json]
|
|
291
|
+
update:
|
|
292
|
+
description: "Update operation information"
|
|
293
|
+
options: [--json, --dry-run]
|
|
294
|
+
orgs:
|
|
295
|
+
group: "基础资料"
|
|
296
|
+
description: "Manage organizations (departments)"
|
|
297
|
+
commands:
|
|
298
|
+
batch-delete:
|
|
299
|
+
description: "Batch delete organizations"
|
|
300
|
+
options: [--json, --dry-run]
|
|
301
|
+
create:
|
|
302
|
+
description: "Create a new organization (department)"
|
|
303
|
+
options: [--json, --dry-run]
|
|
304
|
+
disable:
|
|
305
|
+
description: "Disable (deactivate) an organization"
|
|
306
|
+
options: [--json, --dry-run, --force]
|
|
307
|
+
enable:
|
|
308
|
+
description: "Enable (activate) an organization"
|
|
309
|
+
options: [--json, --dry-run, --force]
|
|
310
|
+
get:
|
|
311
|
+
description: "Get organization details by ID"
|
|
312
|
+
options: [--json]
|
|
313
|
+
list:
|
|
314
|
+
description: "List all organizations"
|
|
315
|
+
options: [--json]
|
|
316
|
+
update:
|
|
317
|
+
description: "Update organization information"
|
|
318
|
+
options: [--json, --dry-run]
|
|
319
|
+
positions:
|
|
320
|
+
group: "基础资料"
|
|
321
|
+
description: "Manage positions"
|
|
322
|
+
commands:
|
|
323
|
+
create:
|
|
324
|
+
description: "Create a new position"
|
|
325
|
+
options: [--json, --dry-run]
|
|
326
|
+
list:
|
|
327
|
+
description: "List all positions"
|
|
328
|
+
options: [--json]
|
|
329
|
+
shifts:
|
|
330
|
+
group: "基础资料"
|
|
331
|
+
description: "Manage shifts"
|
|
332
|
+
commands:
|
|
333
|
+
create:
|
|
334
|
+
description: "Create a new shift"
|
|
335
|
+
options: [--json, --dry-run]
|
|
336
|
+
delete:
|
|
337
|
+
description: "Delete a shift"
|
|
338
|
+
options: [--json, --dry-run, --force]
|
|
339
|
+
get:
|
|
340
|
+
description: "Get shift details by ID"
|
|
341
|
+
options: [--json]
|
|
342
|
+
list:
|
|
343
|
+
description: "List shifts with pagination"
|
|
344
|
+
options: [--json]
|
|
345
|
+
update:
|
|
346
|
+
description: "Update shift information"
|
|
347
|
+
options: [--json, --dry-run]
|
|
348
|
+
suppliers:
|
|
349
|
+
group: "基础资料"
|
|
350
|
+
description: "Manage suppliers"
|
|
351
|
+
commands:
|
|
352
|
+
create:
|
|
353
|
+
description: "Create a new supplier (auto-generates supplier code)"
|
|
354
|
+
options: [--json, --dry-run]
|
|
355
|
+
delete:
|
|
356
|
+
description: "Delete a supplier"
|
|
357
|
+
options: [--json, --force]
|
|
358
|
+
disable:
|
|
359
|
+
description: "Disable (deactivate) a supplier"
|
|
360
|
+
options: [--json, --dry-run, --force]
|
|
361
|
+
enable:
|
|
362
|
+
description: "Enable (activate) a supplier"
|
|
363
|
+
options: [--json]
|
|
364
|
+
get:
|
|
365
|
+
description: "Get supplier details by ID"
|
|
366
|
+
options: [--json]
|
|
367
|
+
list:
|
|
368
|
+
description: "List suppliers with pagination"
|
|
369
|
+
options: [--json]
|
|
370
|
+
update:
|
|
371
|
+
description: "Update supplier information"
|
|
372
|
+
options: [--json, --dry-run]
|
|
373
|
+
uoms:
|
|
374
|
+
group: "基础资料"
|
|
375
|
+
description: "Manage units of measure"
|
|
376
|
+
commands:
|
|
377
|
+
create:
|
|
378
|
+
description: "Create a new UOM"
|
|
379
|
+
options: [--json, --dry-run]
|
|
380
|
+
delete:
|
|
381
|
+
description: "Delete a UOM"
|
|
382
|
+
options: [--json, --force]
|
|
383
|
+
disable:
|
|
384
|
+
description: "Disable (deactivate) a UOM"
|
|
385
|
+
options: [--json, --dry-run, --force]
|
|
386
|
+
enable:
|
|
387
|
+
description: "Enable (activate) a UOM"
|
|
388
|
+
options: [--json]
|
|
389
|
+
get:
|
|
390
|
+
description: "Get UOM details by ID"
|
|
391
|
+
options: [--json]
|
|
392
|
+
list:
|
|
393
|
+
description: "List UOMs with pagination"
|
|
394
|
+
options: [--json]
|
|
395
|
+
update:
|
|
396
|
+
description: "Update UOM information"
|
|
397
|
+
options: [--json, --dry-run]
|
|
398
|
+
users:
|
|
399
|
+
group: "基础资料"
|
|
400
|
+
description: "Manage users"
|
|
401
|
+
commands:
|
|
402
|
+
create:
|
|
403
|
+
description: "Create a new user"
|
|
404
|
+
options: [--json, --dry-run]
|
|
405
|
+
delete:
|
|
406
|
+
description: "Delete a user"
|
|
407
|
+
options: [--json, --dry-run, --force]
|
|
408
|
+
disable:
|
|
409
|
+
description: "Disable a user"
|
|
410
|
+
options: [--force]
|
|
411
|
+
enable:
|
|
412
|
+
description: "Enable a user"
|
|
413
|
+
options: [--force]
|
|
414
|
+
get:
|
|
415
|
+
description: "Get user details"
|
|
416
|
+
options: [--json]
|
|
417
|
+
list:
|
|
418
|
+
description: "List users with pagination"
|
|
419
|
+
options: [--json]
|
|
420
|
+
me:
|
|
421
|
+
description: "Get current user info"
|
|
422
|
+
options: [--json]
|
|
423
|
+
reset-password:
|
|
424
|
+
description: "Reset user password"
|
|
425
|
+
options: [--force]
|
|
426
|
+
update:
|
|
427
|
+
description: "Update user information"
|
|
428
|
+
options: [--json, --dry-run]
|
|
429
|
+
warehouses:
|
|
430
|
+
group: "基础资料"
|
|
431
|
+
description: "Manage warehouses"
|
|
432
|
+
commands:
|
|
433
|
+
create:
|
|
434
|
+
description: "Create a new warehouse (auto-generates code if not provided)"
|
|
435
|
+
options: [--json, --dry-run]
|
|
436
|
+
delete:
|
|
437
|
+
description: "Delete a warehouse"
|
|
438
|
+
options: [--json, --dry-run, --force]
|
|
439
|
+
disable:
|
|
440
|
+
description: "Disable (deactivate) a warehouse"
|
|
441
|
+
options: [--json, --dry-run, --force]
|
|
442
|
+
enable:
|
|
443
|
+
description: "Enable (activate) a warehouse"
|
|
444
|
+
options: [--json, --dry-run, --force]
|
|
445
|
+
get:
|
|
446
|
+
description: "Get warehouse details by ID"
|
|
447
|
+
options: [--json]
|
|
448
|
+
list:
|
|
449
|
+
description: "List warehouses with pagination"
|
|
450
|
+
options: [--json]
|
|
451
|
+
update:
|
|
452
|
+
description: "Update warehouse information"
|
|
453
|
+
options: [--json, --dry-run]
|
|
454
|
+
warehouses/locations:
|
|
455
|
+
group: "基础资料"
|
|
456
|
+
description: "Manage warehouse locations"
|
|
457
|
+
commands:
|
|
458
|
+
create:
|
|
459
|
+
description: "Create a new warehouse location (--warehouse-id, --code, --name are required)"
|
|
460
|
+
options: [--json, --dry-run]
|
|
461
|
+
delete:
|
|
462
|
+
description: "Delete a warehouse location"
|
|
463
|
+
options: [--json, --dry-run, --force]
|
|
464
|
+
disable:
|
|
465
|
+
description: "Disable (deactivate) a warehouse location"
|
|
466
|
+
options: [--json, --dry-run, --force]
|
|
467
|
+
enable:
|
|
468
|
+
description: "Enable (activate) a warehouse location"
|
|
469
|
+
options: [--json, --dry-run, --force]
|
|
470
|
+
get:
|
|
471
|
+
description: "Get warehouse location details by ID"
|
|
472
|
+
options: [--json]
|
|
473
|
+
list:
|
|
474
|
+
description: "List warehouse locations with pagination"
|
|
475
|
+
options: [--json]
|
|
476
|
+
update:
|
|
477
|
+
description: "Update warehouse location information"
|
|
478
|
+
options: [--json, --dry-run]
|
|
479
|
+
work-centers:
|
|
480
|
+
group: "基础资料"
|
|
481
|
+
description: "Manage work centers"
|
|
482
|
+
commands:
|
|
483
|
+
create:
|
|
484
|
+
description: "Create a new work center"
|
|
485
|
+
options: [--json, --dry-run]
|
|
486
|
+
delete:
|
|
487
|
+
description: "Delete a work center"
|
|
488
|
+
options: [--json, --dry-run, --force]
|
|
489
|
+
get:
|
|
490
|
+
description: "Get work center details by ID"
|
|
491
|
+
options: [--json]
|
|
492
|
+
list:
|
|
493
|
+
description: "List work centers with pagination"
|
|
494
|
+
options: [--json]
|
|
495
|
+
update:
|
|
496
|
+
description: "Update work center information"
|
|
497
|
+
options: [--json, --dry-run]
|
|
498
|
+
worker-groups:
|
|
499
|
+
group: "基础资料"
|
|
500
|
+
description: "Manage worker groups"
|
|
501
|
+
commands:
|
|
502
|
+
create:
|
|
503
|
+
description: "Create a new worker group"
|
|
504
|
+
options: [--json, --dry-run]
|
|
505
|
+
delete:
|
|
506
|
+
description: "Delete a worker group"
|
|
507
|
+
options: [--json, --dry-run, --force]
|
|
508
|
+
get:
|
|
509
|
+
description: "Get worker group details by ID"
|
|
510
|
+
options: [--json]
|
|
511
|
+
list:
|
|
512
|
+
description: "List worker groups with pagination"
|
|
513
|
+
options: [--json]
|
|
514
|
+
update:
|
|
515
|
+
description: "Update worker group information"
|
|
516
|
+
options: [--json, --dry-run]
|
|
517
|
+
# ── 联系人/价格 ──
|
|
518
|
+
client-contacts:
|
|
519
|
+
group: "联系人/价格"
|
|
520
|
+
description: "Manage client contacts"
|
|
521
|
+
commands:
|
|
522
|
+
create:
|
|
523
|
+
description: "Create a new client contact"
|
|
524
|
+
options: [--json, --dry-run]
|
|
525
|
+
delete:
|
|
526
|
+
description: "Delete a client contact"
|
|
527
|
+
options: [--json, --dry-run, --force]
|
|
528
|
+
get:
|
|
529
|
+
description: "Get client contact details by ID"
|
|
530
|
+
options: [--json]
|
|
531
|
+
list:
|
|
532
|
+
description: "List client contacts with pagination"
|
|
533
|
+
options: [--json]
|
|
534
|
+
update:
|
|
535
|
+
description: "Update a client contact"
|
|
536
|
+
options: [--json, --dry-run]
|
|
537
|
+
client-price:
|
|
538
|
+
group: "联系人/价格"
|
|
539
|
+
description: "Client sales price management"
|
|
540
|
+
commands:
|
|
541
|
+
create:
|
|
542
|
+
description: "Create a new client price"
|
|
543
|
+
options: [--json, --dry-run]
|
|
544
|
+
delete:
|
|
545
|
+
description: "Delete a client price"
|
|
546
|
+
options: [--json, --force]
|
|
547
|
+
diff:
|
|
548
|
+
description: "Compare prices at two different dates"
|
|
549
|
+
options: [--json]
|
|
550
|
+
disable:
|
|
551
|
+
description: "Disable one or more client prices"
|
|
552
|
+
options: [--json]
|
|
553
|
+
enable:
|
|
554
|
+
description: "Enable one or more client prices"
|
|
555
|
+
options: [--json]
|
|
556
|
+
expire:
|
|
557
|
+
description: "Show prices pending or expiring soon"
|
|
558
|
+
options: [--json]
|
|
559
|
+
get:
|
|
560
|
+
description: "Get client price details"
|
|
561
|
+
options: [--json]
|
|
562
|
+
history:
|
|
563
|
+
description: "View all prices for a client+material combination"
|
|
564
|
+
options: [--json]
|
|
565
|
+
list:
|
|
566
|
+
description: "Query client price list (paginated)"
|
|
567
|
+
options: [--json]
|
|
568
|
+
simulate:
|
|
569
|
+
description: "Simulate price calculation for a given quantity"
|
|
570
|
+
options: [--json]
|
|
571
|
+
update:
|
|
572
|
+
description: "Update an existing client price"
|
|
573
|
+
options: [--json, --dry-run]
|
|
574
|
+
outsourcing-price:
|
|
575
|
+
group: "联系人/价格"
|
|
576
|
+
description: "Manage outsourcing processing prices"
|
|
577
|
+
commands:
|
|
578
|
+
create:
|
|
579
|
+
description: "Create a new outsourcing processing price"
|
|
580
|
+
options: [--json, --dry-run]
|
|
581
|
+
delete:
|
|
582
|
+
description: "Delete an outsourcing processing price"
|
|
583
|
+
options: [--json]
|
|
584
|
+
list:
|
|
585
|
+
description: "List outsourcing prices with pagination"
|
|
586
|
+
options: [--json]
|
|
587
|
+
update:
|
|
588
|
+
description: "Update an existing outsourcing processing price"
|
|
589
|
+
options: [--json, --dry-run]
|
|
590
|
+
supplier-contacts:
|
|
591
|
+
group: "联系人/价格"
|
|
592
|
+
description: "Manage supplier contacts"
|
|
593
|
+
commands:
|
|
594
|
+
create:
|
|
595
|
+
description: "Create a new supplier contact"
|
|
596
|
+
options: [--json, --dry-run]
|
|
597
|
+
delete:
|
|
598
|
+
description: "Delete a supplier contact (requires --force to actually delete)"
|
|
599
|
+
options: [--json, --dry-run, --force]
|
|
600
|
+
get:
|
|
601
|
+
description: "Get supplier contact details by ID"
|
|
602
|
+
options: [--json]
|
|
603
|
+
list:
|
|
604
|
+
description: "List supplier contacts with pagination"
|
|
605
|
+
options: [--json]
|
|
606
|
+
update:
|
|
607
|
+
description: "Update an existing supplier contact"
|
|
608
|
+
options: [--json, --dry-run]
|
|
609
|
+
supplier-price:
|
|
610
|
+
group: "联系人/价格"
|
|
611
|
+
description: "Supplier purchase price management"
|
|
612
|
+
commands:
|
|
613
|
+
create:
|
|
614
|
+
description: "Create a new supplier price"
|
|
615
|
+
options: [--json, --dry-run]
|
|
616
|
+
delete:
|
|
617
|
+
description: "Delete a supplier price"
|
|
618
|
+
options: [--json, --force]
|
|
619
|
+
diff:
|
|
620
|
+
description: "Compare prices at two different dates"
|
|
621
|
+
options: [--json]
|
|
622
|
+
disable:
|
|
623
|
+
description: "Disable one or more supplier prices"
|
|
624
|
+
options: [--json]
|
|
625
|
+
enable:
|
|
626
|
+
description: "Enable one or more supplier prices"
|
|
627
|
+
options: [--json]
|
|
628
|
+
expire:
|
|
629
|
+
description: "Show prices pending or expiring soon"
|
|
630
|
+
options: [--json]
|
|
631
|
+
get:
|
|
632
|
+
description: "Get supplier price details"
|
|
633
|
+
options: [--json]
|
|
634
|
+
history:
|
|
635
|
+
description: "View all prices for a supplier+material combination"
|
|
636
|
+
options: [--json]
|
|
637
|
+
list:
|
|
638
|
+
description: "Query supplier price list (paginated)"
|
|
639
|
+
options: [--json]
|
|
640
|
+
simulate:
|
|
641
|
+
description: "Simulate price calculation for a given quantity"
|
|
642
|
+
options: [--json]
|
|
643
|
+
update:
|
|
644
|
+
description: "Update an existing supplier price"
|
|
645
|
+
options: [--json, --dry-run]
|
|
646
|
+
# ── 供应链 ──
|
|
647
|
+
outsourcing-orders:
|
|
648
|
+
group: "供应链"
|
|
649
|
+
description: "Manage outsourcing orders"
|
|
650
|
+
commands:
|
|
651
|
+
create:
|
|
652
|
+
description: "Create a new outsourcing order"
|
|
653
|
+
options: [--json, --dry-run]
|
|
654
|
+
history:
|
|
655
|
+
description: "Get outsourcing order change history"
|
|
656
|
+
options: [--json]
|
|
657
|
+
list:
|
|
658
|
+
description: "List outsourcing orders with pagination"
|
|
659
|
+
options: [--json]
|
|
660
|
+
stock-in-create:
|
|
661
|
+
description: "Create an outsourcing stock-in record"
|
|
662
|
+
options: [--json, --dry-run]
|
|
663
|
+
purchase-orders:
|
|
664
|
+
group: "供应链"
|
|
665
|
+
description: "Manage purchase orders"
|
|
666
|
+
commands:
|
|
667
|
+
create:
|
|
668
|
+
description: "Create a new purchase order"
|
|
669
|
+
options: [--json, --dry-run]
|
|
670
|
+
delete:
|
|
671
|
+
description: "Delete purchase orders (batch)"
|
|
672
|
+
options: [--json, --force]
|
|
673
|
+
get:
|
|
674
|
+
description: "Get purchase order detail"
|
|
675
|
+
options: [--json]
|
|
676
|
+
list:
|
|
677
|
+
description: "List purchase orders with pagination"
|
|
678
|
+
options: [--json]
|
|
679
|
+
stock-in-create:
|
|
680
|
+
description: "Create a purchase stock-in based on purchase order(s). First calls fillOrderInfo with --purchase-code, then creates the stock-in."
|
|
681
|
+
options: [--json, --dry-run]
|
|
682
|
+
stock-in-list:
|
|
683
|
+
description: "List purchase stock-in records with pagination"
|
|
684
|
+
options: [--json]
|
|
685
|
+
track:
|
|
686
|
+
description: "Track purchase orders and view delivery status"
|
|
687
|
+
options: [--json]
|
|
688
|
+
update:
|
|
689
|
+
description: "Update a purchase order"
|
|
690
|
+
options: [--json, --dry-run]
|
|
691
|
+
quotations:
|
|
692
|
+
group: "供应链"
|
|
693
|
+
description: "Manage quotations"
|
|
694
|
+
commands:
|
|
695
|
+
create:
|
|
696
|
+
description: "Create a new quotation"
|
|
697
|
+
options: [--json, --dry-run]
|
|
698
|
+
delete:
|
|
699
|
+
description: "Delete a quotation"
|
|
700
|
+
options: [--json, --dry-run, --force]
|
|
701
|
+
get:
|
|
702
|
+
description: "Get quotation details by ID"
|
|
703
|
+
options: [--json]
|
|
704
|
+
list:
|
|
705
|
+
description: "List quotations with pagination"
|
|
706
|
+
options: [--json]
|
|
707
|
+
update:
|
|
708
|
+
description: "Update a quotation"
|
|
709
|
+
options: [--json]
|
|
710
|
+
sales-orders:
|
|
711
|
+
group: "供应链"
|
|
712
|
+
description: "Manage sales orders"
|
|
713
|
+
commands:
|
|
714
|
+
batch-close:
|
|
715
|
+
description: "Batch close sales orders"
|
|
716
|
+
options: [--json, --force]
|
|
717
|
+
batch-reopen:
|
|
718
|
+
description: "Batch reopen sales orders"
|
|
719
|
+
options: [--json, --force]
|
|
720
|
+
batch-review:
|
|
721
|
+
description: "Batch review (or unreview) sales orders"
|
|
722
|
+
options: [--json, --force]
|
|
723
|
+
create-workorder:
|
|
724
|
+
description: "Create a work order from a sales order"
|
|
725
|
+
options: [--json, --dry-run]
|
|
726
|
+
create:
|
|
727
|
+
description: "Create a sales order (via draft)"
|
|
728
|
+
options: [--json, --dry-run]
|
|
729
|
+
delete:
|
|
730
|
+
description: "Delete a sales order"
|
|
731
|
+
options: [--json, --force]
|
|
732
|
+
get:
|
|
733
|
+
description: "Get sales order detail (draft by default, use --submitted for order)"
|
|
734
|
+
options: [--json]
|
|
735
|
+
list:
|
|
736
|
+
description: "List sales orders (drafts by default, use --submitted for orders)"
|
|
737
|
+
options: [--json]
|
|
738
|
+
submit:
|
|
739
|
+
description: "Submit sales order drafts to become real orders"
|
|
740
|
+
options: [--json, --force]
|
|
741
|
+
update:
|
|
742
|
+
description: "Update a sales order"
|
|
743
|
+
options: [--json, --dry-run]
|
|
744
|
+
sales-orders/delivery-notes:
|
|
745
|
+
group: "供应链"
|
|
746
|
+
description: "Manage delivery notes for sales orders"
|
|
747
|
+
commands:
|
|
748
|
+
create:
|
|
749
|
+
description: "Create a delivery note for a sales order"
|
|
750
|
+
options: [--json, --dry-run]
|
|
751
|
+
sales-orders/forecasts:
|
|
752
|
+
group: "供应链"
|
|
753
|
+
description: "Manage sales forecasts"
|
|
754
|
+
commands:
|
|
755
|
+
create:
|
|
756
|
+
description: "Create a sales forecast"
|
|
757
|
+
options: [--json, --dry-run]
|
|
758
|
+
list:
|
|
759
|
+
description: "List sales forecasts with pagination"
|
|
760
|
+
options: [--json]
|
|
761
|
+
# ── 库存 ──
|
|
762
|
+
inventory-overage:
|
|
763
|
+
group: "库存"
|
|
764
|
+
description: "Manage inventory overage forms (盘盈单)"
|
|
765
|
+
commands:
|
|
766
|
+
create:
|
|
767
|
+
description: "Create an inventory overage form (盘盈单)"
|
|
768
|
+
options: [--json]
|
|
769
|
+
list:
|
|
770
|
+
description: "List inventory overage forms with pagination"
|
|
771
|
+
options: [--json]
|
|
772
|
+
inventory-shortage:
|
|
773
|
+
group: "库存"
|
|
774
|
+
description: "Manage inventory shortage forms (盘亏单)"
|
|
775
|
+
commands:
|
|
776
|
+
create:
|
|
777
|
+
description: "Create an inventory shortage form (盘亏单)"
|
|
778
|
+
options: [--json]
|
|
779
|
+
list:
|
|
780
|
+
description: "List inventory shortage forms with pagination"
|
|
781
|
+
options: [--json]
|
|
782
|
+
material-issue:
|
|
783
|
+
group: "库存"
|
|
784
|
+
description: "Manage material stock-out (material-issue) orders"
|
|
785
|
+
commands:
|
|
786
|
+
batch-delete:
|
|
787
|
+
description: "Batch delete material stock-out orders"
|
|
788
|
+
options: [--json, --dry-run, --force]
|
|
789
|
+
batch-review:
|
|
790
|
+
description: "Batch review (审核) material stock-out orders"
|
|
791
|
+
options: [--json, --dry-run, --force]
|
|
792
|
+
batch-unreview:
|
|
793
|
+
description: "Batch unreview (反审核) material stock-out orders"
|
|
794
|
+
options: [--json, --dry-run, --force]
|
|
795
|
+
create:
|
|
796
|
+
description: "Create a material stock-out order (material issue)"
|
|
797
|
+
options: [--json, --dry-run]
|
|
798
|
+
export:
|
|
799
|
+
description: "Export material stock-out orders as CSV"
|
|
800
|
+
options: [--json]
|
|
801
|
+
get:
|
|
802
|
+
description: "Get material stock-out order details by ID"
|
|
803
|
+
options: [--json]
|
|
804
|
+
list:
|
|
805
|
+
description: "List material stock-out orders with pagination"
|
|
806
|
+
options: [--json]
|
|
807
|
+
summary:
|
|
808
|
+
description: "Get material stock-out order summary"
|
|
809
|
+
options: [--json]
|
|
810
|
+
update:
|
|
811
|
+
description: "Update a material stock-out order"
|
|
812
|
+
options: [--json, --dry-run]
|
|
813
|
+
material-return:
|
|
814
|
+
group: "库存"
|
|
815
|
+
description: "Manage material return orders (退料单)"
|
|
816
|
+
commands:
|
|
817
|
+
batch-delete:
|
|
818
|
+
description: "Batch delete material return orders"
|
|
819
|
+
options: [--json, --dry-run, --force]
|
|
820
|
+
batch-review:
|
|
821
|
+
description: "Batch review (审核) material return orders"
|
|
822
|
+
options: [--json, --dry-run, --force]
|
|
823
|
+
batch-unreview:
|
|
824
|
+
description: "Batch unreview (反审核) material return orders"
|
|
825
|
+
options: [--json, --dry-run, --force]
|
|
826
|
+
create:
|
|
827
|
+
description: "Create a material return order"
|
|
828
|
+
options: [--json, --dry-run]
|
|
829
|
+
export:
|
|
830
|
+
description: "Export material return orders as CSV"
|
|
831
|
+
options: [--json]
|
|
832
|
+
get:
|
|
833
|
+
description: "Get material return order details by ID"
|
|
834
|
+
options: [--json]
|
|
835
|
+
list:
|
|
836
|
+
description: "List material return orders with pagination"
|
|
837
|
+
options: [--json]
|
|
838
|
+
summary:
|
|
839
|
+
description: "Get material return order summary"
|
|
840
|
+
options: [--json]
|
|
841
|
+
update:
|
|
842
|
+
description: "Update a material return order"
|
|
843
|
+
options: [--json, --dry-run]
|
|
844
|
+
material-transfers:
|
|
845
|
+
group: "库存"
|
|
846
|
+
description: "Manage material transfers"
|
|
847
|
+
commands:
|
|
848
|
+
batch-review:
|
|
849
|
+
description: "Batch review (审核) material transfers"
|
|
850
|
+
options: [--json, --dry-run, --force]
|
|
851
|
+
create:
|
|
852
|
+
description: "Create a new material transfer"
|
|
853
|
+
options: [--json, --dry-run]
|
|
854
|
+
list:
|
|
855
|
+
description: "List material transfers with pagination"
|
|
856
|
+
options: [--json]
|
|
857
|
+
physical-inventory:
|
|
858
|
+
group: "库存"
|
|
859
|
+
description: "Manage physical inventory plans and forms (盘点管理)"
|
|
860
|
+
commands:
|
|
861
|
+
create:
|
|
862
|
+
description: "Create a physical inventory item"
|
|
863
|
+
options: [--json]
|
|
864
|
+
list:
|
|
865
|
+
description: "List physical inventory items with pagination"
|
|
866
|
+
options: [--json]
|
|
867
|
+
physical-inventory/form:
|
|
868
|
+
group: "库存"
|
|
869
|
+
description: "Manage physical inventory forms (盘点单)"
|
|
870
|
+
commands:
|
|
871
|
+
create:
|
|
872
|
+
description: "Create a physical inventory form (盘点单)"
|
|
873
|
+
options: [--json]
|
|
874
|
+
list:
|
|
875
|
+
description: "List physical inventory forms with pagination"
|
|
876
|
+
options: [--json]
|
|
877
|
+
stock:
|
|
878
|
+
group: "库存"
|
|
879
|
+
description: "Manage stock inventory and ledger"
|
|
880
|
+
commands:
|
|
881
|
+
ledger:
|
|
882
|
+
description: "Query stock ledger/journey (inbound/outbound history)"
|
|
883
|
+
options: [--json]
|
|
884
|
+
list:
|
|
885
|
+
description: "Query warehouse stock inventory (paginated)"
|
|
886
|
+
options: [--json]
|
|
887
|
+
stock-reservation:
|
|
888
|
+
group: "库存"
|
|
889
|
+
description: "Manage stock reservations (库存预留)"
|
|
890
|
+
commands:
|
|
891
|
+
create:
|
|
892
|
+
description: "Create a stock reservation"
|
|
893
|
+
options: [--json]
|
|
894
|
+
list:
|
|
895
|
+
description: "List stock reservations with pagination"
|
|
896
|
+
options: [--json]
|
|
897
|
+
release:
|
|
898
|
+
description: "Release a stock reservation"
|
|
899
|
+
options: [--json]
|
|
900
|
+
transfer-in-forms:
|
|
901
|
+
group: "库存"
|
|
902
|
+
description: "Manage transfer-in forms"
|
|
903
|
+
commands:
|
|
904
|
+
batch-delete:
|
|
905
|
+
description: "Batch delete transfer-in forms"
|
|
906
|
+
options: [--json, --dry-run, --force]
|
|
907
|
+
batch-review:
|
|
908
|
+
description: "Batch review (审核) transfer-in forms"
|
|
909
|
+
options: [--json, --dry-run, --force]
|
|
910
|
+
batch-unreview:
|
|
911
|
+
description: "Batch unreview (反审核) transfer-in forms"
|
|
912
|
+
options: [--json, --dry-run, --force]
|
|
913
|
+
create:
|
|
914
|
+
description: "Create a transfer-in form"
|
|
915
|
+
options: [--json, --dry-run]
|
|
916
|
+
get:
|
|
917
|
+
description: "Get transfer-in form details by ID"
|
|
918
|
+
options: [--json]
|
|
919
|
+
list:
|
|
920
|
+
description: "List transfer-in forms with pagination"
|
|
921
|
+
options: [--json]
|
|
922
|
+
update:
|
|
923
|
+
description: "Update a transfer-in form"
|
|
924
|
+
options: [--json, --dry-run]
|
|
925
|
+
transfer-out-forms:
|
|
926
|
+
group: "库存"
|
|
927
|
+
description: "Manage transfer-out forms"
|
|
928
|
+
commands:
|
|
929
|
+
batch-delete:
|
|
930
|
+
description: "Batch delete transfer-out forms"
|
|
931
|
+
options: [--json, --dry-run, --force]
|
|
932
|
+
batch-review:
|
|
933
|
+
description: "Batch review (审核) transfer-out forms"
|
|
934
|
+
options: [--json, --dry-run, --force]
|
|
935
|
+
batch-unreview:
|
|
936
|
+
description: "Batch unreview (反审核) transfer-out forms"
|
|
937
|
+
options: [--json]
|
|
938
|
+
create:
|
|
939
|
+
description: "Create a transfer-out form"
|
|
940
|
+
options: [--json, --dry-run]
|
|
941
|
+
get:
|
|
942
|
+
description: "Get transfer-out form details by ID"
|
|
943
|
+
options: [--json]
|
|
944
|
+
list:
|
|
945
|
+
description: "List transfer-out forms with pagination"
|
|
946
|
+
options: [--json]
|
|
947
|
+
update:
|
|
948
|
+
description: "Update a transfer-out form"
|
|
949
|
+
options: [--json, --dry-run]
|
|
950
|
+
# ── 生产 ──
|
|
951
|
+
actual-production:
|
|
952
|
+
group: "生产"
|
|
953
|
+
description: "Manage actual production orders (生产实绩单)"
|
|
954
|
+
commands:
|
|
955
|
+
compute:
|
|
956
|
+
description: "Compute stock quantity, unit, and amount for items"
|
|
957
|
+
create:
|
|
958
|
+
description: "Create an actual production order"
|
|
959
|
+
options: [--json, --dry-run]
|
|
960
|
+
delete:
|
|
961
|
+
description: "Batch delete actual production orders"
|
|
962
|
+
options: [--json, --force]
|
|
963
|
+
export:
|
|
964
|
+
description: "Export actual production orders as CSV"
|
|
965
|
+
options: [--json]
|
|
966
|
+
fill-info:
|
|
967
|
+
description: "Fill order info from a work order source code"
|
|
968
|
+
options: [--json]
|
|
969
|
+
get:
|
|
970
|
+
description: "Get actual production order details"
|
|
971
|
+
options: [--json]
|
|
972
|
+
list:
|
|
973
|
+
description: "List actual production orders with pagination"
|
|
974
|
+
options: [--json]
|
|
975
|
+
review:
|
|
976
|
+
description: "Batch review (审核) actual production orders"
|
|
977
|
+
options: [--json, --dry-run, --force]
|
|
978
|
+
summary:
|
|
979
|
+
description: "Get actual production order summary"
|
|
980
|
+
options: [--json]
|
|
981
|
+
unreview:
|
|
982
|
+
description: "Batch un-review (反审核) actual production orders"
|
|
983
|
+
options: [--json, --dry-run, --force]
|
|
984
|
+
update:
|
|
985
|
+
description: "Update an actual production order"
|
|
986
|
+
options: [--json, --dry-run]
|
|
987
|
+
bom:
|
|
988
|
+
group: "生产"
|
|
989
|
+
description: "Manage BOM (Bill of Materials)"
|
|
990
|
+
commands:
|
|
991
|
+
copy:
|
|
992
|
+
description: "Copy a BOM"
|
|
993
|
+
options: [--json, --dry-run, --force]
|
|
994
|
+
create:
|
|
995
|
+
description: "Create a new BOM"
|
|
996
|
+
options: [--json, --dry-run]
|
|
997
|
+
delete:
|
|
998
|
+
description: "Delete a BOM"
|
|
999
|
+
options: [--json, --dry-run, --force]
|
|
1000
|
+
disable:
|
|
1001
|
+
description: "Disable (deactivate) BOM(s)"
|
|
1002
|
+
options: [--json, --dry-run, --force]
|
|
1003
|
+
enable:
|
|
1004
|
+
description: "Enable (activate) BOM(s)"
|
|
1005
|
+
options: [--json, --dry-run, --force]
|
|
1006
|
+
get:
|
|
1007
|
+
description: "Get BOM details by ID"
|
|
1008
|
+
options: [--json]
|
|
1009
|
+
history:
|
|
1010
|
+
description: "Get BOM change history"
|
|
1011
|
+
options: [--json]
|
|
1012
|
+
list:
|
|
1013
|
+
description: "List BOMs with pagination"
|
|
1014
|
+
options: [--json]
|
|
1015
|
+
review:
|
|
1016
|
+
description: "Review (approve) BOM(s)"
|
|
1017
|
+
options: [--json, --dry-run, --force]
|
|
1018
|
+
unReview:
|
|
1019
|
+
description: "Un-review (cancel review) BOM(s)"
|
|
1020
|
+
options: [--json, --dry-run, --force]
|
|
1021
|
+
update:
|
|
1022
|
+
description: "Update BOM information"
|
|
1023
|
+
options: [--json, --dry-run]
|
|
1024
|
+
cutting-material:
|
|
1025
|
+
group: "生产"
|
|
1026
|
+
description: "Manage cutting materials"
|
|
1027
|
+
commands:
|
|
1028
|
+
create:
|
|
1029
|
+
description: "Create a cutting material order"
|
|
1030
|
+
options: [--json, --dry-run]
|
|
1031
|
+
list:
|
|
1032
|
+
description: "List cutting materials with pagination"
|
|
1033
|
+
options: [--json]
|
|
1034
|
+
mes-result:
|
|
1035
|
+
group: "生产"
|
|
1036
|
+
description: "Manage MES production results"
|
|
1037
|
+
commands:
|
|
1038
|
+
create:
|
|
1039
|
+
description: "Create an MES production result"
|
|
1040
|
+
options: [--json, --dry-run]
|
|
1041
|
+
delete:
|
|
1042
|
+
description: "Delete an MES production result"
|
|
1043
|
+
options: [--json, --force]
|
|
1044
|
+
export-csv:
|
|
1045
|
+
description: "Export MES production results to CSV"
|
|
1046
|
+
options: [--json]
|
|
1047
|
+
get:
|
|
1048
|
+
description: "Get MES production result details"
|
|
1049
|
+
options: [--json]
|
|
1050
|
+
import-csv:
|
|
1051
|
+
description: "Import MES production results from CSV"
|
|
1052
|
+
options: [--json]
|
|
1053
|
+
list:
|
|
1054
|
+
description: "List MES production results with pagination"
|
|
1055
|
+
options: [--json]
|
|
1056
|
+
summary:
|
|
1057
|
+
description: "Get MES production result summary"
|
|
1058
|
+
options: [--json]
|
|
1059
|
+
update:
|
|
1060
|
+
description: "Update an MES production result"
|
|
1061
|
+
options: [--json, --dry-run]
|
|
1062
|
+
product-stock-in:
|
|
1063
|
+
group: "生产"
|
|
1064
|
+
description: "Manage product stock-in orders (成品入库)"
|
|
1065
|
+
commands:
|
|
1066
|
+
batch-delete:
|
|
1067
|
+
description: "Batch delete product stock-in orders"
|
|
1068
|
+
options: [--json, --dry-run, --force]
|
|
1069
|
+
batch-review:
|
|
1070
|
+
description: "Batch review (审核) product stock-in orders"
|
|
1071
|
+
options: [--json, --dry-run, --force]
|
|
1072
|
+
batch-unreview:
|
|
1073
|
+
description: "Batch unreview (反审核) product stock-in orders"
|
|
1074
|
+
options: [--json, --dry-run, --force]
|
|
1075
|
+
compute:
|
|
1076
|
+
description: "Compute product stock-in order stock quantity/unit/amount"
|
|
1077
|
+
options: [--json, --dry-run]
|
|
1078
|
+
create:
|
|
1079
|
+
description: "Create a product stock-in order"
|
|
1080
|
+
options: [--json, --dry-run]
|
|
1081
|
+
export-cmd:
|
|
1082
|
+
description: "Export product stock-in orders as CSV"
|
|
1083
|
+
options: [--json]
|
|
1084
|
+
fill-info:
|
|
1085
|
+
description: "Fill product stock-in order info from work order code"
|
|
1086
|
+
options: [--json]
|
|
1087
|
+
get:
|
|
1088
|
+
description: "Get product stock-in order details by ID"
|
|
1089
|
+
options: [--json]
|
|
1090
|
+
import-cmd:
|
|
1091
|
+
description: "Import product stock-in orders from CSV"
|
|
1092
|
+
options: [--json, --dry-run]
|
|
1093
|
+
list:
|
|
1094
|
+
description: "List product stock-in orders with pagination"
|
|
1095
|
+
options: [--json]
|
|
1096
|
+
summary:
|
|
1097
|
+
description: "Get product stock-in order summary"
|
|
1098
|
+
options: [--json]
|
|
1099
|
+
update:
|
|
1100
|
+
description: "Update a product stock-in order"
|
|
1101
|
+
options: [--json, --dry-run]
|
|
1102
|
+
product-stock-out:
|
|
1103
|
+
group: "生产"
|
|
1104
|
+
description: "Manage product stock-out orders (产品出库)"
|
|
1105
|
+
commands:
|
|
1106
|
+
batch-delete:
|
|
1107
|
+
description: "Batch delete product stock-out orders"
|
|
1108
|
+
options: [--json, --dry-run, --force]
|
|
1109
|
+
batch-review:
|
|
1110
|
+
description: "Batch review (审核) product stock-out orders"
|
|
1111
|
+
options: [--json, --dry-run, --force]
|
|
1112
|
+
batch-unreview:
|
|
1113
|
+
description: "Batch unreview (反审核) product stock-out orders"
|
|
1114
|
+
options: [--json, --dry-run, --force]
|
|
1115
|
+
create:
|
|
1116
|
+
description: "Create a product stock-out order"
|
|
1117
|
+
options: [--json, --dry-run]
|
|
1118
|
+
export-cmd:
|
|
1119
|
+
description: "Export product stock-out orders to CSV"
|
|
1120
|
+
options: [--json]
|
|
1121
|
+
get:
|
|
1122
|
+
description: "Get product stock-out order details by ID"
|
|
1123
|
+
options: [--json]
|
|
1124
|
+
list:
|
|
1125
|
+
description: "List product stock-out orders with pagination"
|
|
1126
|
+
options: [--json]
|
|
1127
|
+
summary:
|
|
1128
|
+
description: "Get product stock-out order summary"
|
|
1129
|
+
options: [--json]
|
|
1130
|
+
update:
|
|
1131
|
+
description: "Update a product stock-out order"
|
|
1132
|
+
options: [--json, --dry-run]
|
|
1133
|
+
routing:
|
|
1134
|
+
group: "生产"
|
|
1135
|
+
description: "Manage production routings"
|
|
1136
|
+
commands:
|
|
1137
|
+
compute:
|
|
1138
|
+
description: "Compute routing sequence order"
|
|
1139
|
+
options: [--json]
|
|
1140
|
+
copy:
|
|
1141
|
+
description: "Copy a routing"
|
|
1142
|
+
options: [--json, --dry-run]
|
|
1143
|
+
create:
|
|
1144
|
+
description: "Create a new routing"
|
|
1145
|
+
options: [--json, --dry-run]
|
|
1146
|
+
delete:
|
|
1147
|
+
description: "Delete a routing"
|
|
1148
|
+
options: [--json, --dry-run, --force]
|
|
1149
|
+
disable:
|
|
1150
|
+
description: "Batch disable routings"
|
|
1151
|
+
options: [--json, --dry-run, --force]
|
|
1152
|
+
enable:
|
|
1153
|
+
description: "Batch enable routings"
|
|
1154
|
+
options: [--json, --dry-run, --force]
|
|
1155
|
+
get:
|
|
1156
|
+
description: "Get routing details by ID"
|
|
1157
|
+
options: [--json]
|
|
1158
|
+
history:
|
|
1159
|
+
description: "Get routing history"
|
|
1160
|
+
options: [--json]
|
|
1161
|
+
list:
|
|
1162
|
+
description: "List routings with pagination"
|
|
1163
|
+
options: [--json]
|
|
1164
|
+
review:
|
|
1165
|
+
description: "Batch review (approve) routings"
|
|
1166
|
+
options: [--json, --dry-run, --force]
|
|
1167
|
+
unReview:
|
|
1168
|
+
description: "Batch un-review routings"
|
|
1169
|
+
options: [--json, --dry-run, --force]
|
|
1170
|
+
update:
|
|
1171
|
+
description: "Update routing information"
|
|
1172
|
+
options: [--json, --dry-run]
|
|
1173
|
+
work-orders:
|
|
1174
|
+
group: "生产"
|
|
1175
|
+
description: "Manage production work orders"
|
|
1176
|
+
commands:
|
|
1177
|
+
complete:
|
|
1178
|
+
description: "Complete (close) work orders"
|
|
1179
|
+
options: [--json, --dry-run, --force]
|
|
1180
|
+
create:
|
|
1181
|
+
description: "Create a work order"
|
|
1182
|
+
options: [--json, --dry-run]
|
|
1183
|
+
history:
|
|
1184
|
+
description: "List work order change history"
|
|
1185
|
+
options: [--json]
|
|
1186
|
+
list:
|
|
1187
|
+
description: "List work orders with pagination"
|
|
1188
|
+
options: [--json]
|
|
1189
|
+
release:
|
|
1190
|
+
description: "Release (approve) work orders"
|
|
1191
|
+
options: [--json, --dry-run, --force]
|
|
1192
|
+
# ── 计划 ──
|
|
1193
|
+
aps:
|
|
1194
|
+
group: "计划"
|
|
1195
|
+
description: "Manage APS (Advanced Planning & Scheduling) schedules"
|
|
1196
|
+
commands:
|
|
1197
|
+
list:
|
|
1198
|
+
description: "List APS schedules with pagination"
|
|
1199
|
+
options: [--json]
|
|
1200
|
+
schedule-item:
|
|
1201
|
+
description: "View APS schedule item details by ID"
|
|
1202
|
+
options: [--json]
|
|
1203
|
+
schedule:
|
|
1204
|
+
description: "Execute APS scheduling calculation"
|
|
1205
|
+
options: [--json, --dry-run]
|
|
1206
|
+
mrp/plan:
|
|
1207
|
+
group: "计划"
|
|
1208
|
+
description: "MRP material requirement plan operations"
|
|
1209
|
+
commands:
|
|
1210
|
+
get:
|
|
1211
|
+
description: "Get MRP plan detail"
|
|
1212
|
+
options: [--json]
|
|
1213
|
+
list:
|
|
1214
|
+
description: "List MRP material requirement plans (paginated)"
|
|
1215
|
+
options: [--json]
|
|
1216
|
+
mrp/task:
|
|
1217
|
+
group: "计划"
|
|
1218
|
+
description: "MRP task management"
|
|
1219
|
+
commands:
|
|
1220
|
+
add-and-run:
|
|
1221
|
+
description: "Create and immediately execute an MRP task"
|
|
1222
|
+
options: [--json, --dry-run]
|
|
1223
|
+
add:
|
|
1224
|
+
description: "Create a new MRP task"
|
|
1225
|
+
options: [--json, --dry-run]
|
|
1226
|
+
get:
|
|
1227
|
+
description: "Get MRP task detail"
|
|
1228
|
+
options: [--json]
|
|
1229
|
+
list:
|
|
1230
|
+
description: "List MRP tasks (paginated)"
|
|
1231
|
+
options: [--json]
|
|
1232
|
+
run:
|
|
1233
|
+
description: "Execute an existing MRP task"
|
|
1234
|
+
options: [--json, --dry-run]
|
|
1235
|
+
plan-orders:
|
|
1236
|
+
group: "计划"
|
|
1237
|
+
description: "Manage plan orders"
|
|
1238
|
+
commands:
|
|
1239
|
+
convert:
|
|
1240
|
+
description: "Convert plan order to work order"
|
|
1241
|
+
options: [--json]
|
|
1242
|
+
create:
|
|
1243
|
+
description: "Create a plan order"
|
|
1244
|
+
options: [--json]
|
|
1245
|
+
delete:
|
|
1246
|
+
description: "Delete a plan order"
|
|
1247
|
+
options: [--json]
|
|
1248
|
+
get:
|
|
1249
|
+
description: "Get plan order detail"
|
|
1250
|
+
options: [--json]
|
|
1251
|
+
list:
|
|
1252
|
+
description: "List plan orders"
|
|
1253
|
+
options: [--json]
|
|
1254
|
+
update:
|
|
1255
|
+
description: "Update a plan order"
|
|
1256
|
+
options: [--json]
|
|
1257
|
+
# ── 质量 ──
|
|
1258
|
+
quality:
|
|
1259
|
+
group: "质量"
|
|
1260
|
+
description: "Manage material QC (quality inspection) forms"
|
|
1261
|
+
commands:
|
|
1262
|
+
create:
|
|
1263
|
+
description: "Create a material QC form"
|
|
1264
|
+
options: [--json, --dry-run]
|
|
1265
|
+
delete:
|
|
1266
|
+
description: "Delete material QC form(s) (single or batch)"
|
|
1267
|
+
options: [--json, --dry-run, --force]
|
|
1268
|
+
fill-info:
|
|
1269
|
+
description: "Fill material QC form info from purchase order"
|
|
1270
|
+
options: [--json]
|
|
1271
|
+
get:
|
|
1272
|
+
description: "Get material QC form details by ID"
|
|
1273
|
+
options: [--json]
|
|
1274
|
+
list:
|
|
1275
|
+
description: "List material QC forms with pagination"
|
|
1276
|
+
options: [--json]
|
|
1277
|
+
review:
|
|
1278
|
+
description: "Review (审核) a material QC form"
|
|
1279
|
+
options: [--json, --dry-run, --force]
|
|
1280
|
+
unreview:
|
|
1281
|
+
description: "Unreview (反审核) a material QC form"
|
|
1282
|
+
options: [--json, --dry-run, --force]
|
|
1283
|
+
update:
|
|
1284
|
+
description: "Update a material QC form"
|
|
1285
|
+
options: [--json, --dry-run]
|
|
1286
|
+
# ── 财务 ──
|
|
1287
|
+
finance/cost:
|
|
1288
|
+
group: "财务"
|
|
1289
|
+
description: "Manage finance costs"
|
|
1290
|
+
commands:
|
|
1291
|
+
list:
|
|
1292
|
+
description: "List finance costs with pagination"
|
|
1293
|
+
options: [--json]
|
|
1294
|
+
finance/invoices:
|
|
1295
|
+
group: "财务"
|
|
1296
|
+
description: "Manage finance invoices"
|
|
1297
|
+
commands:
|
|
1298
|
+
create:
|
|
1299
|
+
description: "Create a new finance invoice"
|
|
1300
|
+
options: [--json, --dry-run]
|
|
1301
|
+
list:
|
|
1302
|
+
description: "List finance invoices with pagination"
|
|
1303
|
+
options: [--json]
|
|
1304
|
+
print:
|
|
1305
|
+
description: "Print (get details of) a finance invoice by ID"
|
|
1306
|
+
options: [--json]
|
|
1307
|
+
finance/management-fee:
|
|
1308
|
+
group: "财务"
|
|
1309
|
+
description: "Manage finance management fees"
|
|
1310
|
+
commands:
|
|
1311
|
+
list:
|
|
1312
|
+
description: "List management fees with pagination"
|
|
1313
|
+
options: [--json]
|
|
1314
|
+
finance/proceeds:
|
|
1315
|
+
group: "财务"
|
|
1316
|
+
description: "Manage finance proceeds"
|
|
1317
|
+
commands:
|
|
1318
|
+
create:
|
|
1319
|
+
description: "Create a new finance proceed"
|
|
1320
|
+
options: [--json, --dry-run]
|
|
1321
|
+
list:
|
|
1322
|
+
description: "List finance proceeds with pagination"
|
|
1323
|
+
options: [--json]
|
|
1324
|
+
finance/production-cost:
|
|
1325
|
+
group: "财务"
|
|
1326
|
+
description: "Manage production costs"
|
|
1327
|
+
commands:
|
|
1328
|
+
list:
|
|
1329
|
+
description: "List production costs with pagination"
|
|
1330
|
+
options: [--json]
|
|
1331
|
+
# ── HR ──
|
|
1332
|
+
hrs/bonus:
|
|
1333
|
+
group: "HR"
|
|
1334
|
+
description: "Manage bonus calculations"
|
|
1335
|
+
commands:
|
|
1336
|
+
list:
|
|
1337
|
+
description: "List bonus calculations with pagination"
|
|
1338
|
+
options: [--json]
|
|
1339
|
+
hrs/dossier:
|
|
1340
|
+
group: "HR"
|
|
1341
|
+
description: "Manage employee dossiers"
|
|
1342
|
+
commands:
|
|
1343
|
+
get:
|
|
1344
|
+
description: "Get employee dossier detail"
|
|
1345
|
+
options: [--json]
|
|
1346
|
+
list:
|
|
1347
|
+
description: "List employee dossiers with pagination"
|
|
1348
|
+
options: [--json]
|
|
1349
|
+
hrs/kpi:
|
|
1350
|
+
group: "HR"
|
|
1351
|
+
description: "Manage KPI evaluations"
|
|
1352
|
+
commands:
|
|
1353
|
+
items:
|
|
1354
|
+
description: "List KPI evaluation items"
|
|
1355
|
+
options: [--json]
|
|
1356
|
+
hrs/salary:
|
|
1357
|
+
group: "HR"
|
|
1358
|
+
description: "Manage employee salary"
|
|
1359
|
+
commands:
|
|
1360
|
+
get:
|
|
1361
|
+
description: "Get employee salary"
|
|
1362
|
+
options: [--json]
|
|
1363
|
+
hrs/skills:
|
|
1364
|
+
group: "HR"
|
|
1365
|
+
description: "Manage employee skills"
|
|
1366
|
+
commands:
|
|
1367
|
+
list:
|
|
1368
|
+
description: "List employee skills"
|
|
1369
|
+
options: [--json]
|
|
1370
|
+
# ── 团队 ──
|
|
1371
|
+
teams/issues:
|
|
1372
|
+
group: "团队"
|
|
1373
|
+
description: "Manage team issues"
|
|
1374
|
+
commands:
|
|
1375
|
+
close:
|
|
1376
|
+
description: "Close a team issue (sets status to CLOSED)"
|
|
1377
|
+
options: [--json]
|
|
1378
|
+
create:
|
|
1379
|
+
description: "Create a new team issue"
|
|
1380
|
+
options: [--json, --dry-run]
|
|
1381
|
+
delete:
|
|
1382
|
+
description: "Delete a team issue"
|
|
1383
|
+
options: [--json, --dry-run, --force]
|
|
1384
|
+
get:
|
|
1385
|
+
description: "Get team issue details by ID"
|
|
1386
|
+
options: [--json]
|
|
1387
|
+
list:
|
|
1388
|
+
description: "List team issues with pagination"
|
|
1389
|
+
options: [--json]
|
|
1390
|
+
update:
|
|
1391
|
+
description: "Update team issue information"
|
|
1392
|
+
options: [--json]
|
|
1393
|
+
teams/project-codes:
|
|
1394
|
+
group: "团队"
|
|
1395
|
+
description: "Manage predefined project codes"
|
|
1396
|
+
commands:
|
|
1397
|
+
create:
|
|
1398
|
+
description: "Create a new project code"
|
|
1399
|
+
options: [--json, --dry-run]
|
|
1400
|
+
get:
|
|
1401
|
+
description: "Get project code details by ID"
|
|
1402
|
+
options: [--json]
|
|
1403
|
+
list:
|
|
1404
|
+
description: "List project codes with pagination"
|
|
1405
|
+
options: [--json]
|
|
1406
|
+
update:
|
|
1407
|
+
description: "Update project code information"
|
|
1408
|
+
options: [--json, --dry-run]
|
|
1409
|
+
teams/projects:
|
|
1410
|
+
group: "团队"
|
|
1411
|
+
description: "Manage team projects"
|
|
1412
|
+
commands:
|
|
1413
|
+
create:
|
|
1414
|
+
description: "Create a new team project"
|
|
1415
|
+
options: [--json, --dry-run]
|
|
1416
|
+
delete:
|
|
1417
|
+
description: "Delete a team project"
|
|
1418
|
+
options: [--json, --dry-run, --force]
|
|
1419
|
+
get:
|
|
1420
|
+
description: "Get team project details by ID"
|
|
1421
|
+
options: [--json]
|
|
1422
|
+
list:
|
|
1423
|
+
description: "List team projects with pagination"
|
|
1424
|
+
options: [--json]
|
|
1425
|
+
update:
|
|
1426
|
+
description: "Update team project information"
|
|
1427
|
+
options: [--json, --dry-run]
|
|
1428
|
+
teams/tasks:
|
|
1429
|
+
group: "团队"
|
|
1430
|
+
description: "Manage team tasks"
|
|
1431
|
+
commands:
|
|
1432
|
+
create:
|
|
1433
|
+
description: "Create a new team task"
|
|
1434
|
+
options: [--json, --dry-run]
|
|
1435
|
+
delete:
|
|
1436
|
+
description: "Delete a team task"
|
|
1437
|
+
options: [--json, --dry-run]
|
|
1438
|
+
get:
|
|
1439
|
+
description: "Get team task details"
|
|
1440
|
+
options: [--json]
|
|
1441
|
+
list:
|
|
1442
|
+
description: "List team tasks with pagination"
|
|
1443
|
+
options: [--json]
|
|
1444
|
+
update:
|
|
1445
|
+
description: "Update a team task"
|
|
1446
|
+
options: [--json, --dry-run]
|
|
1447
|
+
teams/work-logs:
|
|
1448
|
+
group: "团队"
|
|
1449
|
+
description: "Manage team work logs"
|
|
1450
|
+
commands:
|
|
1451
|
+
create:
|
|
1452
|
+
description: "Create a new team work log. Note: --type and --status flags removed in 0.1.90 (not supported by backend)"
|
|
1453
|
+
options: [--json, --dry-run]
|
|
1454
|
+
delete:
|
|
1455
|
+
description: "Delete a team work log"
|
|
1456
|
+
options: [--json, --dry-run, --force]
|
|
1457
|
+
get:
|
|
1458
|
+
description: "Get team work log details by ID"
|
|
1459
|
+
options: [--json]
|
|
1460
|
+
list:
|
|
1461
|
+
description: "List team work logs with pagination"
|
|
1462
|
+
options: [--json]
|
|
1463
|
+
update:
|
|
1464
|
+
description: "Update team work log information"
|
|
1465
|
+
options: [--json, --dry-run]
|
|
1466
|
+
# ── 其他 ──
|
|
1467
|
+
issue:
|
|
1468
|
+
group: "其他"
|
|
1469
|
+
description: "Report and track CLI issues"
|
|
1470
|
+
commands:
|
|
1471
|
+
list:
|
|
1472
|
+
description: "List my submitted issues"
|
|
1473
|
+
options: [--json]
|
|
1474
|
+
submit:
|
|
1475
|
+
description: "Submit an issue report for the Barista CLI"
|
|
1476
|
+
options: [--json, --dry-run]
|
|
1477
|
+
track:
|
|
1478
|
+
description: "Track an issue by tracking code"
|
|
1479
|
+
options: [--json]
|
|
1480
|
+
validate-project:
|
|
1481
|
+
description: "Validate a project code against available projects"
|
|
1482
|
+
options: [--json]
|
|
1483
|
+
replenish-orders:
|
|
1484
|
+
group: "其他"
|
|
1485
|
+
description: "Manage replenish orders"
|
|
1486
|
+
commands:
|
|
1487
|
+
create:
|
|
1488
|
+
description: "Create a replenish order"
|
|
1489
|
+
options: [--json, --dry-run]
|
|
1490
|
+
get:
|
|
1491
|
+
description: "Get replenish order details by ID"
|
|
1492
|
+
options: [--json]
|
|
1493
|
+
list:
|
|
1494
|
+
description: "List replenish orders with pagination"
|
|
1495
|
+
options: [--json]
|
|
1496
|
+
todo:
|
|
1497
|
+
group: "其他"
|
|
1498
|
+
description: "Manage todo items"
|
|
1499
|
+
commands:
|
|
1500
|
+
count:
|
|
1501
|
+
description: "Get todo count"
|
|
1502
|
+
options: [--json]
|
|
1503
|
+
list:
|
|
1504
|
+
description: "List todo items"
|
|
1505
|
+
options: [--json]
|
|
1506
|
+
arabica:
|
|
1507
|
+
# ── 认证 ──
|
|
1508
|
+
auth:
|
|
1509
|
+
group: "认证"
|
|
1510
|
+
description: "Manage Arabica authentication"
|
|
1511
|
+
commands:
|
|
1512
|
+
login:
|
|
1513
|
+
logout:
|
|
1514
|
+
register:
|
|
1515
|
+
status:
|
|
1516
|
+
# ── 套餐 ──
|
|
1517
|
+
plans:
|
|
1518
|
+
group: "套餐"
|
|
1519
|
+
description: "Browse and compare SaaS subscription plans"
|
|
1520
|
+
commands:
|
|
1521
|
+
compare:
|
|
1522
|
+
description: "Compare two plans side-by-side"
|
|
1523
|
+
get:
|
|
1524
|
+
description: "Get detailed information about a specific plan"
|
|
1525
|
+
list:
|
|
1526
|
+
description: "List available subscription plans"
|
|
1527
|
+
# ── 订阅 ──
|
|
1528
|
+
subscription:
|
|
1529
|
+
group: "订阅"
|
|
1530
|
+
description: "Manage subscription status on the Arabica platform"
|
|
1531
|
+
commands:
|
|
1532
|
+
current:
|
|
1533
|
+
description: "View current subscription information"
|
|
1534
|
+
# ── 订单 ──
|
|
1535
|
+
orders:
|
|
1536
|
+
group: "订单"
|
|
1537
|
+
description: "Manage orders on the Arabica platform"
|
|
1538
|
+
commands:
|
|
1539
|
+
cancel:
|
|
1540
|
+
description: "Cancel an Arabica order"
|
|
1541
|
+
options: [--json, --dry-run]
|
|
1542
|
+
get:
|
|
1543
|
+
description: "Get detailed information about a specific order"
|
|
1544
|
+
list:
|
|
1545
|
+
description: "List orders"
|
|
1546
|
+
submit:
|
|
1547
|
+
description: "Submit a new order on the Arabica platform"
|
|
1548
|
+
options: [--dry-run]
|
|
1549
|
+
# ── 发票 ──
|
|
1550
|
+
invoices:
|
|
1551
|
+
group: "发票"
|
|
1552
|
+
description: "Manage invoices on the Arabica platform"
|
|
1553
|
+
commands:
|
|
1554
|
+
download:
|
|
1555
|
+
description: "Download invoice PDF"
|
|
1556
|
+
get:
|
|
1557
|
+
description: "Get invoice details"
|
|
1558
|
+
list:
|
|
1559
|
+
description: "List invoices"
|
|
1560
|
+
# ── 企业 ──
|
|
1561
|
+
enterprises:
|
|
1562
|
+
group: "企业"
|
|
1563
|
+
description: "Manage enterprises on the Arabica platform"
|
|
1564
|
+
commands:
|
|
1565
|
+
delete:
|
|
1566
|
+
description: "Delete an enterprise"
|
|
1567
|
+
options: [--json, --dry-run, --force]
|
|
1568
|
+
get:
|
|
1569
|
+
description: "Get enterprise details"
|
|
1570
|
+
options: [--json]
|
|
1571
|
+
list:
|
|
1572
|
+
description: "List all enterprises created by current user"
|
|
1573
|
+
options: [--json]
|
|
1574
|
+
register:
|
|
1575
|
+
description: "Register a new enterprise"
|
|
1576
|
+
options: [--json, --dry-run]
|
|
1577
|
+
update:
|
|
1578
|
+
description: "Update enterprise information"
|
|
1579
|
+
options: [--json, --dry-run]
|
|
1580
|
+
# ── 访问 ──
|
|
1581
|
+
access:
|
|
1582
|
+
group: "访问"
|
|
1583
|
+
description: "Access management for Arabica platform"
|
|
1584
|
+
commands:
|
|
1585
|
+
url:
|
|
1586
|
+
description: "Get Liberica access URL and account suffix"
|
|
1587
|
+
options: [--json]
|