@newpeak/barista-cli 0.1.7 → 0.1.9
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 +10 -10
- package/dist/commands/liberica/calendar/index.d.ts +3 -0
- package/dist/commands/liberica/calendar/index.d.ts.map +1 -0
- package/dist/commands/liberica/calendar/index.js +11 -0
- package/dist/commands/liberica/calendar/index.js.map +1 -0
- package/dist/commands/liberica/calendar/list.d.ts +3 -0
- package/dist/commands/liberica/calendar/list.d.ts.map +1 -0
- package/dist/commands/liberica/calendar/list.js +181 -0
- package/dist/commands/liberica/calendar/list.js.map +1 -0
- package/dist/commands/liberica/calendar/set.d.ts +3 -0
- package/dist/commands/liberica/calendar/set.d.ts.map +1 -0
- package/dist/commands/liberica/calendar/set.js +120 -0
- package/dist/commands/liberica/calendar/set.js.map +1 -0
- package/dist/commands/liberica/client-contacts/create.d.ts +3 -0
- package/dist/commands/liberica/client-contacts/create.d.ts.map +1 -0
- package/dist/commands/liberica/client-contacts/create.js +132 -0
- package/dist/commands/liberica/client-contacts/create.js.map +1 -0
- package/dist/commands/liberica/client-contacts/delete.d.ts +3 -0
- package/dist/commands/liberica/client-contacts/delete.d.ts.map +1 -0
- package/dist/commands/liberica/client-contacts/delete.js +139 -0
- package/dist/commands/liberica/client-contacts/delete.js.map +1 -0
- package/dist/commands/liberica/client-contacts/get.d.ts +3 -0
- package/dist/commands/liberica/client-contacts/get.d.ts.map +1 -0
- package/dist/commands/liberica/client-contacts/get.js +92 -0
- package/dist/commands/liberica/client-contacts/get.js.map +1 -0
- package/dist/commands/liberica/client-contacts/index.d.ts +3 -0
- package/dist/commands/liberica/client-contacts/index.d.ts.map +1 -0
- package/dist/commands/liberica/client-contacts/index.js +17 -0
- package/dist/commands/liberica/client-contacts/index.js.map +1 -0
- package/dist/commands/liberica/client-contacts/list.d.ts +3 -0
- package/dist/commands/liberica/client-contacts/list.d.ts.map +1 -0
- package/dist/commands/liberica/client-contacts/list.js +92 -0
- package/dist/commands/liberica/client-contacts/list.js.map +1 -0
- package/dist/commands/liberica/client-contacts/update.d.ts +3 -0
- package/dist/commands/liberica/client-contacts/update.d.ts.map +1 -0
- package/dist/commands/liberica/client-contacts/update.js +156 -0
- package/dist/commands/liberica/client-contacts/update.js.map +1 -0
- package/dist/commands/liberica/dict-types/get.d.ts +3 -0
- package/dist/commands/liberica/dict-types/get.d.ts.map +1 -0
- package/dist/commands/liberica/dict-types/get.js +62 -0
- package/dist/commands/liberica/dict-types/get.js.map +1 -0
- package/dist/commands/liberica/dict-types/index.d.ts +3 -0
- package/dist/commands/liberica/dict-types/index.d.ts.map +1 -0
- package/dist/commands/liberica/dict-types/index.js +13 -0
- package/dist/commands/liberica/dict-types/index.js.map +1 -0
- package/dist/commands/liberica/dict-types/list.d.ts +3 -0
- package/dist/commands/liberica/dict-types/list.d.ts.map +1 -0
- package/dist/commands/liberica/dict-types/list.js +91 -0
- package/dist/commands/liberica/dict-types/list.js.map +1 -0
- package/dist/commands/liberica/dict-types/update.d.ts +3 -0
- package/dist/commands/liberica/dict-types/update.d.ts.map +1 -0
- package/dist/commands/liberica/dict-types/update.js +127 -0
- package/dist/commands/liberica/dict-types/update.js.map +1 -0
- package/dist/commands/liberica/dicts/create.d.ts +3 -0
- package/dist/commands/liberica/dicts/create.d.ts.map +1 -0
- package/dist/commands/liberica/dicts/create.js +157 -0
- package/dist/commands/liberica/dicts/create.js.map +1 -0
- package/dist/commands/liberica/dicts/delete.d.ts +3 -0
- package/dist/commands/liberica/dicts/delete.d.ts.map +1 -0
- package/dist/commands/liberica/dicts/delete.js +106 -0
- package/dist/commands/liberica/dicts/delete.js.map +1 -0
- package/dist/commands/liberica/dicts/get.d.ts +3 -0
- package/dist/commands/liberica/dicts/get.d.ts.map +1 -0
- package/dist/commands/liberica/dicts/get.js +69 -0
- package/dist/commands/liberica/dicts/get.js.map +1 -0
- package/dist/commands/liberica/dicts/index.d.ts +3 -0
- package/dist/commands/liberica/dicts/index.d.ts.map +1 -0
- package/dist/commands/liberica/dicts/index.js +17 -0
- package/dist/commands/liberica/dicts/index.js.map +1 -0
- package/dist/commands/liberica/dicts/list.d.ts +3 -0
- package/dist/commands/liberica/dicts/list.d.ts.map +1 -0
- package/dist/commands/liberica/dicts/list.js +88 -0
- package/dist/commands/liberica/dicts/list.js.map +1 -0
- package/dist/commands/liberica/dicts/update.d.ts +3 -0
- package/dist/commands/liberica/dicts/update.d.ts.map +1 -0
- package/dist/commands/liberica/dicts/update.js +112 -0
- package/dist/commands/liberica/dicts/update.js.map +1 -0
- package/dist/commands/liberica/index.d.ts.map +1 -1
- package/dist/commands/liberica/index.js +20 -0
- package/dist/commands/liberica/index.js.map +1 -1
- package/dist/commands/liberica/materials/create.d.ts.map +1 -1
- package/dist/commands/liberica/materials/create.js +13 -6
- package/dist/commands/liberica/materials/create.js.map +1 -1
- package/dist/commands/liberica/materials/update.js +1 -1
- package/dist/commands/liberica/materials/update.js.map +1 -1
- package/dist/commands/liberica/mould/get.d.ts +3 -0
- package/dist/commands/liberica/mould/get.d.ts.map +1 -0
- package/dist/commands/liberica/mould/get.js +90 -0
- package/dist/commands/liberica/mould/get.js.map +1 -0
- package/dist/commands/liberica/mould/index.d.ts +3 -0
- package/dist/commands/liberica/mould/index.d.ts.map +1 -0
- package/dist/commands/liberica/mould/index.js +15 -0
- package/dist/commands/liberica/mould/index.js.map +1 -0
- package/dist/commands/liberica/mould/list.d.ts +3 -0
- package/dist/commands/liberica/mould/list.d.ts.map +1 -0
- package/dist/commands/liberica/mould/list.js +114 -0
- package/dist/commands/liberica/mould/list.js.map +1 -0
- package/dist/commands/liberica/mould/set-status.d.ts +3 -0
- package/dist/commands/liberica/mould/set-status.d.ts.map +1 -0
- package/dist/commands/liberica/mould/set-status.js +84 -0
- package/dist/commands/liberica/mould/set-status.js.map +1 -0
- package/dist/commands/liberica/mould/stock-in.d.ts +3 -0
- package/dist/commands/liberica/mould/stock-in.d.ts.map +1 -0
- package/dist/commands/liberica/mould/stock-in.js +160 -0
- package/dist/commands/liberica/mould/stock-in.js.map +1 -0
- package/dist/commands/liberica/operations/active.d.ts +3 -0
- package/dist/commands/liberica/operations/active.d.ts.map +1 -0
- package/dist/commands/liberica/operations/active.js +152 -0
- package/dist/commands/liberica/operations/active.js.map +1 -0
- package/dist/commands/liberica/operations/batch-delete.d.ts +3 -0
- package/dist/commands/liberica/operations/batch-delete.d.ts.map +1 -0
- package/dist/commands/liberica/operations/batch-delete.js +130 -0
- package/dist/commands/liberica/operations/batch-delete.js.map +1 -0
- package/dist/commands/liberica/operations/copy.d.ts +3 -0
- package/dist/commands/liberica/operations/copy.d.ts.map +1 -0
- package/dist/commands/liberica/operations/copy.js +137 -0
- package/dist/commands/liberica/operations/copy.js.map +1 -0
- package/dist/commands/liberica/operations/create.d.ts +3 -0
- package/dist/commands/liberica/operations/create.d.ts.map +1 -0
- package/dist/commands/liberica/operations/create.js +212 -0
- package/dist/commands/liberica/operations/create.js.map +1 -0
- package/dist/commands/liberica/operations/deactive.d.ts +3 -0
- package/dist/commands/liberica/operations/deactive.d.ts.map +1 -0
- package/dist/commands/liberica/operations/deactive.js +152 -0
- package/dist/commands/liberica/operations/deactive.js.map +1 -0
- package/dist/commands/liberica/operations/delete.d.ts +3 -0
- package/dist/commands/liberica/operations/delete.d.ts.map +1 -0
- package/dist/commands/liberica/operations/delete.js +128 -0
- package/dist/commands/liberica/operations/delete.js.map +1 -0
- package/dist/commands/liberica/operations/get.d.ts +3 -0
- package/dist/commands/liberica/operations/get.d.ts.map +1 -0
- package/dist/commands/liberica/operations/get.js +93 -0
- package/dist/commands/liberica/operations/get.js.map +1 -0
- package/dist/commands/liberica/operations/index.d.ts +3 -0
- package/dist/commands/liberica/operations/index.d.ts.map +1 -0
- package/dist/commands/liberica/operations/index.js +25 -0
- package/dist/commands/liberica/operations/index.js.map +1 -0
- package/dist/commands/liberica/operations/list.d.ts +3 -0
- package/dist/commands/liberica/operations/list.d.ts.map +1 -0
- package/dist/commands/liberica/operations/list.js +141 -0
- package/dist/commands/liberica/operations/list.js.map +1 -0
- package/dist/commands/liberica/operations/update.d.ts +3 -0
- package/dist/commands/liberica/operations/update.d.ts.map +1 -0
- package/dist/commands/liberica/operations/update.js +208 -0
- package/dist/commands/liberica/operations/update.js.map +1 -0
- package/dist/commands/liberica/stock/__tests__/ledger.test.d.ts +2 -0
- package/dist/commands/liberica/stock/__tests__/ledger.test.d.ts.map +1 -0
- package/dist/commands/liberica/stock/__tests__/ledger.test.js +41 -0
- package/dist/commands/liberica/stock/__tests__/ledger.test.js.map +1 -0
- package/dist/commands/liberica/stock/__tests__/list.test.d.ts +2 -0
- package/dist/commands/liberica/stock/__tests__/list.test.d.ts.map +1 -0
- package/dist/commands/liberica/stock/__tests__/list.test.js +39 -0
- package/dist/commands/liberica/stock/__tests__/list.test.js.map +1 -0
- package/dist/commands/liberica/stock/index.d.ts +3 -0
- package/dist/commands/liberica/stock/index.d.ts.map +1 -0
- package/dist/commands/liberica/stock/index.js +11 -0
- package/dist/commands/liberica/stock/index.js.map +1 -0
- package/dist/commands/liberica/stock/ledger.d.ts +3 -0
- package/dist/commands/liberica/stock/ledger.d.ts.map +1 -0
- package/dist/commands/liberica/stock/ledger.js +154 -0
- package/dist/commands/liberica/stock/ledger.js.map +1 -0
- package/dist/commands/liberica/stock/list.d.ts +3 -0
- package/dist/commands/liberica/stock/list.d.ts.map +1 -0
- package/dist/commands/liberica/stock/list.js +127 -0
- package/dist/commands/liberica/stock/list.js.map +1 -0
- package/dist/commands/liberica/supplier-contacts/create.d.ts +3 -0
- package/dist/commands/liberica/supplier-contacts/create.d.ts.map +1 -0
- package/dist/commands/liberica/supplier-contacts/create.js +129 -0
- package/dist/commands/liberica/supplier-contacts/create.js.map +1 -0
- package/dist/commands/liberica/supplier-contacts/delete.d.ts +3 -0
- package/dist/commands/liberica/supplier-contacts/delete.d.ts.map +1 -0
- package/dist/commands/liberica/supplier-contacts/delete.js +88 -0
- package/dist/commands/liberica/supplier-contacts/delete.js.map +1 -0
- package/dist/commands/liberica/supplier-contacts/get.d.ts +3 -0
- package/dist/commands/liberica/supplier-contacts/get.d.ts.map +1 -0
- package/dist/commands/liberica/supplier-contacts/get.js +84 -0
- package/dist/commands/liberica/supplier-contacts/get.js.map +1 -0
- package/dist/commands/liberica/supplier-contacts/index.d.ts +3 -0
- package/dist/commands/liberica/supplier-contacts/index.d.ts.map +1 -0
- package/dist/commands/liberica/supplier-contacts/index.js +17 -0
- package/dist/commands/liberica/supplier-contacts/index.js.map +1 -0
- package/dist/commands/liberica/supplier-contacts/list.d.ts +3 -0
- package/dist/commands/liberica/supplier-contacts/list.d.ts.map +1 -0
- package/dist/commands/liberica/supplier-contacts/list.js +98 -0
- package/dist/commands/liberica/supplier-contacts/list.js.map +1 -0
- package/dist/commands/liberica/supplier-contacts/update.d.ts +3 -0
- package/dist/commands/liberica/supplier-contacts/update.d.ts.map +1 -0
- package/dist/commands/liberica/supplier-contacts/update.js +136 -0
- package/dist/commands/liberica/supplier-contacts/update.js.map +1 -0
- package/dist/core/api/client.d.ts +63 -0
- package/dist/core/api/client.d.ts.map +1 -1
- package/dist/core/api/client.js +1050 -65
- package/dist/core/api/client.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/types/calendar.d.ts +28 -0
- package/dist/types/calendar.d.ts.map +1 -0
- package/dist/types/calendar.js +2 -0
- package/dist/types/calendar.js.map +1 -0
- package/dist/types/client-contact.d.ts +65 -0
- package/dist/types/client-contact.d.ts.map +1 -0
- package/dist/types/client-contact.js +4 -0
- package/dist/types/client-contact.js.map +1 -0
- package/dist/types/dict.d.ts +97 -0
- package/dist/types/dict.d.ts.map +1 -0
- package/dist/types/dict.js +2 -0
- package/dist/types/dict.js.map +1 -0
- package/dist/types/index.d.ts +7 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +1 -0
- package/dist/types/index.js.map +1 -1
- package/dist/types/material.d.ts +1 -1
- package/dist/types/material.d.ts.map +1 -1
- package/dist/types/mould-stock-in.d.ts +70 -0
- package/dist/types/mould-stock-in.d.ts.map +1 -0
- package/dist/types/mould-stock-in.js +3 -0
- package/dist/types/mould-stock-in.js.map +1 -0
- package/dist/types/mould.d.ts +61 -0
- package/dist/types/mould.d.ts.map +1 -0
- package/dist/types/mould.js +2 -0
- package/dist/types/mould.js.map +1 -0
- package/dist/types/operation.d.ts +66 -0
- package/dist/types/operation.d.ts.map +1 -0
- package/dist/types/operation.js +2 -0
- package/dist/types/operation.js.map +1 -0
- package/dist/types/stock.d.ts +133 -0
- package/dist/types/stock.d.ts.map +1 -0
- package/dist/types/stock.js +3 -0
- package/dist/types/stock.js.map +1 -0
- package/dist/types/supplier-contact.d.ts +65 -0
- package/dist/types/supplier-contact.d.ts.map +1 -0
- package/dist/types/supplier-contact.js +4 -0
- package/dist/types/supplier-contact.js.map +1 -0
- package/docs/commands/REFERENCE.md +24 -4
- package/docs/commands/liberica/calendar/DESIGN.md +333 -0
- package/docs/commands/liberica/client-contacts/create.md +152 -0
- package/docs/commands/liberica/client-contacts/delete.md +123 -0
- package/docs/commands/liberica/client-contacts/get.md +133 -0
- package/docs/commands/liberica/client-contacts/list.md +143 -0
- package/docs/commands/liberica/client-contacts/update.md +158 -0
- package/docs/commands/liberica/stock/ledger.md +209 -0
- package/docs/commands/liberica/stock/list.md +165 -0
- package/docs/commands/liberica/supplier-contacts/create.md +152 -0
- package/docs/commands/liberica/supplier-contacts/delete.md +123 -0
- package/docs/commands/liberica/supplier-contacts/get.md +133 -0
- package/docs/commands/liberica/supplier-contacts/list.md +143 -0
- package/docs/commands/liberica/supplier-contacts/update.md +158 -0
- package/package.json +1 -1
- package/src/commands/liberica/calendar/index.ts +13 -0
- package/src/commands/liberica/calendar/list.ts +214 -0
- package/src/commands/liberica/calendar/set.ts +130 -0
- package/src/commands/liberica/client-contacts/create.ts +115 -0
- package/src/commands/liberica/client-contacts/delete.ts +140 -0
- package/src/commands/liberica/client-contacts/get.ts +103 -0
- package/src/commands/liberica/client-contacts/index.ts +19 -0
- package/src/commands/liberica/client-contacts/list.ts +118 -0
- package/src/commands/liberica/client-contacts/update.ts +137 -0
- package/src/commands/liberica/dict-types/get.ts +74 -0
- package/src/commands/liberica/dict-types/index.ts +15 -0
- package/src/commands/liberica/dict-types/list.ts +118 -0
- package/src/commands/liberica/dict-types/update.ts +134 -0
- package/src/commands/liberica/dicts/create.ts +175 -0
- package/src/commands/liberica/dicts/delete.ts +107 -0
- package/src/commands/liberica/dicts/get.ts +80 -0
- package/src/commands/liberica/dicts/index.ts +19 -0
- package/src/commands/liberica/dicts/list.ts +114 -0
- package/src/commands/liberica/dicts/update.ts +116 -0
- package/src/commands/liberica/index.ts +20 -0
- package/src/commands/liberica/materials/create.ts +13 -5
- package/src/commands/liberica/materials/update.ts +1 -1
- package/src/commands/liberica/mould/get.ts +111 -0
- package/src/commands/liberica/mould/index.ts +17 -0
- package/src/commands/liberica/mould/list.ts +157 -0
- package/src/commands/liberica/mould/set-status.ts +99 -0
- package/src/commands/liberica/mould/stock-in.ts +165 -0
- package/src/commands/liberica/operations/active.ts +153 -0
- package/src/commands/liberica/operations/batch-delete.ts +131 -0
- package/src/commands/liberica/operations/copy.ts +138 -0
- package/src/commands/liberica/operations/create.ts +223 -0
- package/src/commands/liberica/operations/deactive.ts +152 -0
- package/src/commands/liberica/operations/delete.ts +128 -0
- package/src/commands/liberica/operations/design.md +587 -0
- package/src/commands/liberica/operations/get.ts +112 -0
- package/src/commands/liberica/operations/index.ts +27 -0
- package/src/commands/liberica/operations/list.ts +180 -0
- package/src/commands/liberica/operations/update.ts +218 -0
- package/src/commands/liberica/stock/index.ts +13 -0
- package/src/commands/liberica/stock/ledger.ts +159 -0
- package/src/commands/liberica/stock/list.ts +128 -0
- package/src/commands/liberica/supplier-contacts/create.ts +120 -0
- package/src/commands/liberica/supplier-contacts/delete.ts +88 -0
- package/src/commands/liberica/supplier-contacts/get.ts +94 -0
- package/src/commands/liberica/supplier-contacts/index.ts +19 -0
- package/src/commands/liberica/supplier-contacts/list.ts +130 -0
- package/src/commands/liberica/supplier-contacts/update.ts +127 -0
- package/src/core/api/client.ts +1238 -17
- package/src/index.ts +1 -1
- package/src/types/calendar.ts +36 -0
- package/src/types/client-contact.ts +78 -0
- package/src/types/dict.ts +121 -0
- package/src/types/index.ts +7 -0
- package/src/types/material.ts +1 -1
- package/src/types/mould-stock-in.ts +82 -0
- package/src/types/mould.ts +74 -0
- package/src/types/operation.ts +72 -0
- package/src/types/stock.ts +161 -0
- package/src/types/supplier-contact.ts +78 -0
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
import { Command } from 'commander';
|
|
2
|
+
import chalk from 'chalk';
|
|
3
|
+
import Table from 'cli-table3';
|
|
4
|
+
import { configManager } from '../../../core/config/manager.js';
|
|
5
|
+
import { apiClient } from '../../../core/api/client.js';
|
|
6
|
+
import { MouldEntityListResponse, MouldStatus } from '../../../types/mould.js';
|
|
7
|
+
|
|
8
|
+
const VALID_STATUSES = ['FINE', 'REPAIR', 'SCRAP'] as const;
|
|
9
|
+
|
|
10
|
+
export function createMouldListCommand(): Command {
|
|
11
|
+
const listCommand = new Command('list');
|
|
12
|
+
listCommand.description('List mould entities with pagination');
|
|
13
|
+
|
|
14
|
+
listCommand
|
|
15
|
+
.option('-p, --page <number>', 'Page number', '1')
|
|
16
|
+
.option('-s, --size <number>', 'Page size', '20')
|
|
17
|
+
.option('--status <status>', `Mould status filter (${VALID_STATUSES.join('|')})`)
|
|
18
|
+
.option('--material-code <code>', 'Material code filter')
|
|
19
|
+
.option('--material-name <name>', 'Material name filter (fuzzy)')
|
|
20
|
+
.option('--json', 'Output as JSON')
|
|
21
|
+
.action(async (options) => {
|
|
22
|
+
const context = configManager.getCurrentContext();
|
|
23
|
+
const tenant = context.tenant;
|
|
24
|
+
const environment = context.environment;
|
|
25
|
+
|
|
26
|
+
const page = parseInt(options.page as string, 10);
|
|
27
|
+
const size = parseInt(options.size as string, 10);
|
|
28
|
+
|
|
29
|
+
const params: {
|
|
30
|
+
pageNo: number;
|
|
31
|
+
pageSize: number;
|
|
32
|
+
mouldStatus?: MouldStatus;
|
|
33
|
+
materialCode?: string;
|
|
34
|
+
materialName?: string;
|
|
35
|
+
} = { pageNo: page, pageSize: size };
|
|
36
|
+
|
|
37
|
+
if (options.status !== undefined) {
|
|
38
|
+
const status = options.status as MouldStatus;
|
|
39
|
+
if (VALID_STATUSES.includes(status)) {
|
|
40
|
+
params.mouldStatus = status;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
if (options.materialCode !== undefined) {
|
|
45
|
+
params.materialCode = options.materialCode as string;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
if (options.materialName !== undefined) {
|
|
49
|
+
params.materialName = options.materialName as string;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
const response = await apiClient.listMouldEntities(environment, tenant, params);
|
|
53
|
+
|
|
54
|
+
if (!response.success) {
|
|
55
|
+
console.error(chalk.red(`\n✗ Failed to list moulds: ${response.error?.message || 'Unknown error'}`));
|
|
56
|
+
if (response.error?.code) {
|
|
57
|
+
console.error(chalk.gray(` Error code: ${response.error.code}`));
|
|
58
|
+
}
|
|
59
|
+
console.error();
|
|
60
|
+
process.exit(1);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
const data = response.data as MouldEntityListResponse | null;
|
|
64
|
+
|
|
65
|
+
if (!data) {
|
|
66
|
+
if (options.json) {
|
|
67
|
+
console.log(
|
|
68
|
+
JSON.stringify(
|
|
69
|
+
{ success: true, data: { rows: [], pagination: { pageNo: 0, pageSize: 20, totalRows: 0 } } },
|
|
70
|
+
null,
|
|
71
|
+
2
|
|
72
|
+
)
|
|
73
|
+
);
|
|
74
|
+
} else {
|
|
75
|
+
console.log(chalk.bold('\n📋 Mould List\n'));
|
|
76
|
+
console.log(chalk.gray(' No moulds found\n'));
|
|
77
|
+
}
|
|
78
|
+
return;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
if (options.json) {
|
|
82
|
+
console.log(
|
|
83
|
+
JSON.stringify(
|
|
84
|
+
{
|
|
85
|
+
success: true,
|
|
86
|
+
data: {
|
|
87
|
+
rows: data.rows || [],
|
|
88
|
+
pagination: {
|
|
89
|
+
pageNo: data.pageNo,
|
|
90
|
+
pageSize: data.pageSize,
|
|
91
|
+
totalRows: data.totalRows,
|
|
92
|
+
},
|
|
93
|
+
},
|
|
94
|
+
},
|
|
95
|
+
null,
|
|
96
|
+
2
|
|
97
|
+
)
|
|
98
|
+
);
|
|
99
|
+
return;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
const records = data.rows || [];
|
|
103
|
+
|
|
104
|
+
if (records.length === 0) {
|
|
105
|
+
console.log(chalk.bold('\n📋 Mould List\n'));
|
|
106
|
+
console.log(chalk.gray(' No moulds found\n'));
|
|
107
|
+
return;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
console.log(chalk.bold('\n📋 Mould List\n'));
|
|
111
|
+
|
|
112
|
+
const table = new Table({
|
|
113
|
+
head: [
|
|
114
|
+
chalk.bold('Code'),
|
|
115
|
+
chalk.bold('Material'),
|
|
116
|
+
chalk.bold('Type'),
|
|
117
|
+
chalk.bold('Status'),
|
|
118
|
+
chalk.bold('Warehouse'),
|
|
119
|
+
chalk.bold('Produced'),
|
|
120
|
+
],
|
|
121
|
+
colWidths: [16, 20, 14, 10, 14, 12],
|
|
122
|
+
style: {
|
|
123
|
+
head: [],
|
|
124
|
+
border: [],
|
|
125
|
+
},
|
|
126
|
+
});
|
|
127
|
+
|
|
128
|
+
for (const mould of records) {
|
|
129
|
+
const statusText =
|
|
130
|
+
mould.mouldStatus === 'FINE'
|
|
131
|
+
? chalk.green('FINE')
|
|
132
|
+
: mould.mouldStatus === 'REPAIR'
|
|
133
|
+
? chalk.yellow('REPAIR')
|
|
134
|
+
: chalk.red('SCRAP');
|
|
135
|
+
|
|
136
|
+
table.push([
|
|
137
|
+
mould.mouldEntityCode || '-',
|
|
138
|
+
mould.materialName || '-',
|
|
139
|
+
mould.mouldType || '-',
|
|
140
|
+
statusText,
|
|
141
|
+
mould.currentWarehouseCode || '-',
|
|
142
|
+
mould.producedDate || '-',
|
|
143
|
+
]);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
console.log(table.toString());
|
|
147
|
+
console.log();
|
|
148
|
+
console.log(
|
|
149
|
+
chalk.gray(
|
|
150
|
+
` Total: ${data.totalRows} | Page: ${data.pageNo + 1} / ${Math.ceil(data.totalRows / data.pageSize) || 1} | Size: ${data.pageSize}`
|
|
151
|
+
)
|
|
152
|
+
);
|
|
153
|
+
console.log();
|
|
154
|
+
});
|
|
155
|
+
|
|
156
|
+
return listCommand;
|
|
157
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { Command } from 'commander';
|
|
2
|
+
import chalk from 'chalk';
|
|
3
|
+
import { configManager } from '../../../core/config/manager.js';
|
|
4
|
+
import { apiClient } from '../../../core/api/client.js';
|
|
5
|
+
import { MouldStatus, MouldEntitySetStatusRequest } from '../../../types/mould.js';
|
|
6
|
+
|
|
7
|
+
const VALID_STATUSES: MouldStatus[] = ['FINE', 'REPAIR', 'SCRAP'];
|
|
8
|
+
|
|
9
|
+
export function createMouldSetStatusCommand(): Command {
|
|
10
|
+
const cmd = new Command('set-status');
|
|
11
|
+
cmd.description('Set mould status (FINE | REPAIR | SCRAP)');
|
|
12
|
+
|
|
13
|
+
cmd
|
|
14
|
+
.argument('<mouldEntityId>', 'Mould entity ID')
|
|
15
|
+
.argument('<status>', 'New status (FINE, REPAIR, or SCRAP)')
|
|
16
|
+
.option('--remark <remark>', 'Remark for status change')
|
|
17
|
+
.option('--json', 'Output as JSON')
|
|
18
|
+
.action(async (mouldEntityId: string, status: string, options: { remark?: string; json?: boolean }) => {
|
|
19
|
+
const context = configManager.getCurrentContext();
|
|
20
|
+
const tenant = context.tenant;
|
|
21
|
+
const environment = context.environment;
|
|
22
|
+
|
|
23
|
+
const mouldStatus = status.toUpperCase() as MouldStatus;
|
|
24
|
+
if (!VALID_STATUSES.includes(mouldStatus)) {
|
|
25
|
+
const errMsg = `Invalid status value: ${status}. Must be one of: ${VALID_STATUSES.join(', ')}`;
|
|
26
|
+
if (options.json) {
|
|
27
|
+
console.log(
|
|
28
|
+
JSON.stringify({
|
|
29
|
+
success: false,
|
|
30
|
+
error: { code: 'INVALID_STATUS', message: errMsg },
|
|
31
|
+
})
|
|
32
|
+
);
|
|
33
|
+
} else {
|
|
34
|
+
console.error(chalk.red(`\n✗ ${errMsg}\n`));
|
|
35
|
+
}
|
|
36
|
+
process.exit(1);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
const request: MouldEntitySetStatusRequest = {
|
|
40
|
+
mouldEntityId,
|
|
41
|
+
mouldStatus,
|
|
42
|
+
remark: options.remark,
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
if (!options.json) {
|
|
46
|
+
console.log(chalk.bold('\n🔧 Set Mould Status\n'));
|
|
47
|
+
console.log(` ${chalk.gray('Mould ID:')} ${mouldEntityId}`);
|
|
48
|
+
console.log(` ${chalk.gray('New Status:')} ${mouldStatus}`);
|
|
49
|
+
if (options.remark) {
|
|
50
|
+
console.log(` ${chalk.gray('Remark:')} ${options.remark}`);
|
|
51
|
+
}
|
|
52
|
+
console.log();
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
const response = await apiClient.setMouldStatus(environment, tenant, request);
|
|
56
|
+
|
|
57
|
+
if (!response.success) {
|
|
58
|
+
const errorMsg = response.error?.message || 'Failed to set mould status';
|
|
59
|
+
const errorCode = response.error?.code || 'SET_MOULD_STATUS_ERROR';
|
|
60
|
+
|
|
61
|
+
if (options.json) {
|
|
62
|
+
console.log(
|
|
63
|
+
JSON.stringify({
|
|
64
|
+
success: false,
|
|
65
|
+
error: { code: errorCode, message: errorMsg },
|
|
66
|
+
})
|
|
67
|
+
);
|
|
68
|
+
} else {
|
|
69
|
+
console.error(chalk.red(`\n✗ Failed to set mould status: ${errorMsg}`));
|
|
70
|
+
if (response.error?.code) {
|
|
71
|
+
console.error(chalk.gray(` Error code: ${response.error.code}`));
|
|
72
|
+
}
|
|
73
|
+
console.error();
|
|
74
|
+
}
|
|
75
|
+
process.exit(1);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
const data = response.data as { mouldEntityId?: string; mouldEntityCode?: string; mouldName?: string; mouldStatus?: string } | undefined;
|
|
79
|
+
|
|
80
|
+
if (options.json) {
|
|
81
|
+
console.log(
|
|
82
|
+
JSON.stringify({
|
|
83
|
+
success: true,
|
|
84
|
+
data: {
|
|
85
|
+
mouldId: data?.mouldEntityId || mouldEntityId,
|
|
86
|
+
mouldName: data?.mouldName,
|
|
87
|
+
currentStatus: data?.mouldStatus || mouldStatus,
|
|
88
|
+
remark: options.remark,
|
|
89
|
+
},
|
|
90
|
+
})
|
|
91
|
+
);
|
|
92
|
+
} else {
|
|
93
|
+
console.log(chalk.green(`✓ Mould status set to ${mouldStatus}`));
|
|
94
|
+
console.log();
|
|
95
|
+
}
|
|
96
|
+
});
|
|
97
|
+
|
|
98
|
+
return cmd;
|
|
99
|
+
}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import { Command } from 'commander';
|
|
2
|
+
import chalk from 'chalk';
|
|
3
|
+
import { apiClient } from '../../../core/api/client.js';
|
|
4
|
+
import { configManager } from '../../../core/config/manager.js';
|
|
5
|
+
import { MouldEntityRegFormRequest } from '../../../types/mould-stock-in.js';
|
|
6
|
+
|
|
7
|
+
function formatTable(data: MouldEntityRegFormRequest): string {
|
|
8
|
+
const lines: string[] = [];
|
|
9
|
+
lines.push(` ${chalk.gray('Form Code:')} ${data.mouldEntityRegFormCode || '(auto)'}`);
|
|
10
|
+
lines.push(` ${chalk.gray('Stock Date:')} ${data.stockDate || '(today)'}`);
|
|
11
|
+
lines.push(` ${chalk.gray('Warehouse:')} ${data.mainWarehouseCode}`);
|
|
12
|
+
lines.push(` ${chalk.gray('Follower:')} ${data.follower}${data.followerName ? ` (${data.followerName})` : ''}`);
|
|
13
|
+
if (data.remark) lines.push(` ${chalk.gray('Remark:')} ${data.remark}`);
|
|
14
|
+
|
|
15
|
+
const item = data.itemList[0];
|
|
16
|
+
if (item) {
|
|
17
|
+
lines.push('');
|
|
18
|
+
lines.push(` ${chalk.gray('Material:')} ${item.materialCode}`);
|
|
19
|
+
if (item.materialName) lines.push(` ${chalk.gray('Material Name:')} ${item.materialName}`);
|
|
20
|
+
if (item.materialNo) lines.push(` ${chalk.gray('Material No:')} ${item.materialNo}`);
|
|
21
|
+
if (item.materialType) lines.push(` ${chalk.gray('Material Type:')} ${item.materialType}`);
|
|
22
|
+
lines.push(` ${chalk.gray('Quantity:')} ${item.formQuantity}`);
|
|
23
|
+
if (item.formMaterialUomCode) lines.push(` ${chalk.gray('Form UOM:')} ${item.formMaterialUomCode}`);
|
|
24
|
+
if (item.producedDate) lines.push(` ${chalk.gray('Produced Date:')} ${item.producedDate}`);
|
|
25
|
+
if (item.mouldType) lines.push(` ${chalk.gray('Mould Type:')} ${item.mouldType}`);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
return lines.join('\n');
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export function createMouldStockInCommand(): Command {
|
|
32
|
+
const cmd = new Command('stock-in');
|
|
33
|
+
cmd.description('Create a mould stock-in (入库单) to add mould materials to the entity list');
|
|
34
|
+
|
|
35
|
+
cmd
|
|
36
|
+
.requiredOption('-m, --material-code <code>', 'Material code (required)')
|
|
37
|
+
.requiredOption('-w, --warehouse-code <code>', 'Main warehouse code (required)')
|
|
38
|
+
.requiredOption('-f, --follower <id>', 'Follower (入库人员) ID (required)')
|
|
39
|
+
.option('--follower-name <name>', 'Follower name')
|
|
40
|
+
.option('-q, --quantity <number>', 'Form quantity (default: 1)', (val) => {
|
|
41
|
+
const n = parseInt(val, 10);
|
|
42
|
+
if (isNaN(n) || n <= 0) {
|
|
43
|
+
console.error(chalk.red('\n✗ Error: --quantity must be a positive integer\n'));
|
|
44
|
+
process.exit(1);
|
|
45
|
+
}
|
|
46
|
+
return n;
|
|
47
|
+
})
|
|
48
|
+
.option('--form-uom <code>', 'Form unit of measure code (required)')
|
|
49
|
+
.option('--material-no <no>', 'Material number')
|
|
50
|
+
.option('--material-name <name>', 'Material name')
|
|
51
|
+
.option('--material-type <type>', 'Material type')
|
|
52
|
+
.option('--produced-date <date>', 'Produced date (ISO format YYYY-MM-DD)')
|
|
53
|
+
.option('--mould-type <type>', 'Mould type')
|
|
54
|
+
.option('--remark <remark>', 'Remark / 备注')
|
|
55
|
+
.option('--stock-date <date>', 'Stock-in date (default: today YYYY-MM-DD)')
|
|
56
|
+
.option('--dry-run', 'Preview mode, do not call API')
|
|
57
|
+
.option('--json', 'Output as JSON');
|
|
58
|
+
|
|
59
|
+
cmd.action(async () => {
|
|
60
|
+
const context = configManager.getCurrentContext();
|
|
61
|
+
const opts = cmd.opts();
|
|
62
|
+
|
|
63
|
+
const materialCode = opts.materialCode as string;
|
|
64
|
+
const warehouseCode = opts.warehouseCode as string;
|
|
65
|
+
const follower = opts.follower as string;
|
|
66
|
+
const followerName = opts.followerName as string | undefined;
|
|
67
|
+
const quantity = opts.quantity as number | undefined;
|
|
68
|
+
const formUom = opts.formUom as string | undefined;
|
|
69
|
+
const materialNo = opts.materialNo as string | undefined;
|
|
70
|
+
const materialName = opts.materialName as string | undefined;
|
|
71
|
+
const materialType = opts.materialType as string | undefined;
|
|
72
|
+
const producedDate = opts.producedDate as string | undefined;
|
|
73
|
+
const mouldType = opts.mouldType as string | undefined;
|
|
74
|
+
const remark = opts.remark as string | undefined;
|
|
75
|
+
const stockDate = opts.stockDate as string | undefined;
|
|
76
|
+
const dryRun = opts.dryRun === true;
|
|
77
|
+
const jsonOutput = opts.json === true;
|
|
78
|
+
|
|
79
|
+
const request: MouldEntityRegFormRequest = {
|
|
80
|
+
mouldEntityRegFormCode: '',
|
|
81
|
+
stockDate: stockDate || new Date().toISOString().split('T')[0],
|
|
82
|
+
mainWarehouseCode: warehouseCode,
|
|
83
|
+
follower,
|
|
84
|
+
followerName,
|
|
85
|
+
remark,
|
|
86
|
+
itemList: [
|
|
87
|
+
{
|
|
88
|
+
materialCode,
|
|
89
|
+
materialNo,
|
|
90
|
+
materialName,
|
|
91
|
+
materialType,
|
|
92
|
+
formQuantity: quantity || 1,
|
|
93
|
+
formMaterialUomCode: formUom,
|
|
94
|
+
producedDate,
|
|
95
|
+
mouldType,
|
|
96
|
+
warehouseCode,
|
|
97
|
+
},
|
|
98
|
+
],
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
if (dryRun) {
|
|
102
|
+
if (jsonOutput) {
|
|
103
|
+
console.log(JSON.stringify({ success: true, dryRun: true, data: request }));
|
|
104
|
+
} else {
|
|
105
|
+
console.log(chalk.bold('\n🔍 Dry-Run Mode: No changes will be made\n'));
|
|
106
|
+
console.log(' Mould stock-in to be created:');
|
|
107
|
+
console.log(formatTable(request));
|
|
108
|
+
console.log();
|
|
109
|
+
}
|
|
110
|
+
return;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
if (!jsonOutput) {
|
|
114
|
+
console.log(chalk.bold('\n📥 Creating Mould Stock-In\n'));
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
const response = await apiClient.createMouldStockIn(context.environment, context.tenant, request);
|
|
118
|
+
|
|
119
|
+
if (!response.success) {
|
|
120
|
+
const errorMsg = response.error?.message || 'Failed to create stock-in';
|
|
121
|
+
const errorCode = response.error?.code || 'CREATE_MOULD_STOCK_IN_ERROR';
|
|
122
|
+
if (jsonOutput) {
|
|
123
|
+
console.log(JSON.stringify({ success: false, error: { code: errorCode, message: errorMsg } }));
|
|
124
|
+
} else {
|
|
125
|
+
console.error(chalk.red(`\n✗ Failed to create stock-in: ${errorMsg}`));
|
|
126
|
+
if (response.error?.code) {
|
|
127
|
+
console.error(chalk.gray(` Error code: ${response.error.code}`));
|
|
128
|
+
}
|
|
129
|
+
console.error();
|
|
130
|
+
}
|
|
131
|
+
process.exit(1);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
if (response.success) {
|
|
135
|
+
const data = response.data;
|
|
136
|
+
|
|
137
|
+
if (jsonOutput) {
|
|
138
|
+
console.log(JSON.stringify({ success: true, data }));
|
|
139
|
+
} else {
|
|
140
|
+
console.log(chalk.green('\n✓ Mould stock-in created successfully\n'));
|
|
141
|
+
if (data?.mouldEntityRegFormCode) {
|
|
142
|
+
console.log(` ${chalk.gray('Form Code:')} ${chalk.green(data.mouldEntityRegFormCode)}`);
|
|
143
|
+
}
|
|
144
|
+
if (data?.mouldEntityRegFormId) {
|
|
145
|
+
console.log(` ${chalk.gray('Form ID:')} ${data.mouldEntityRegFormId}`);
|
|
146
|
+
}
|
|
147
|
+
if (data?.stockDate) {
|
|
148
|
+
console.log(` ${chalk.gray('Stock Date:')} ${data.stockDate}`);
|
|
149
|
+
}
|
|
150
|
+
if (data?.mainWarehouseName) {
|
|
151
|
+
console.log(` ${chalk.gray('Warehouse:')} ${data.mainWarehouseName}`);
|
|
152
|
+
}
|
|
153
|
+
if (data?.followerName) {
|
|
154
|
+
console.log(` ${chalk.gray('Follower:')} ${data.followerName}`);
|
|
155
|
+
}
|
|
156
|
+
if (data?.status) {
|
|
157
|
+
console.log(` ${chalk.gray('Status:')} ${data.status}`);
|
|
158
|
+
}
|
|
159
|
+
console.log();
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
});
|
|
163
|
+
|
|
164
|
+
return cmd;
|
|
165
|
+
}
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import { Command } from 'commander';
|
|
2
|
+
import chalk from 'chalk';
|
|
3
|
+
import { configManager } from '../../../core/config/manager.js';
|
|
4
|
+
import { apiClient } from '../../../core/api/client.js';
|
|
5
|
+
import { Environment } from '../../../types/index.js';
|
|
6
|
+
import { Operation } from '../../../types/operation.js';
|
|
7
|
+
|
|
8
|
+
export function createOperationActiveCommand(): Command {
|
|
9
|
+
const activeCommand = new Command('active');
|
|
10
|
+
activeCommand
|
|
11
|
+
.description('Enable (activate) operation(s)')
|
|
12
|
+
.argument('[operation-id]', 'Operation ID (mutually exclusive with --ids)')
|
|
13
|
+
.option('--ids <ids>', 'Comma-separated operation IDs for batch operations')
|
|
14
|
+
.option('--force', 'Execute the operation (skip dry-run preview)')
|
|
15
|
+
.option('--dry-run', 'Preview the operation without executing (default)')
|
|
16
|
+
.option('--json', 'Output as JSON')
|
|
17
|
+
.action(async (operationId: string | undefined, options: Record<string, unknown>) => {
|
|
18
|
+
const context = configManager.getCurrentContext();
|
|
19
|
+
const environment = context.environment as Environment;
|
|
20
|
+
const tenant = context.tenant;
|
|
21
|
+
const force = options.force === true;
|
|
22
|
+
const dryRun = !force;
|
|
23
|
+
|
|
24
|
+
const batchIds = options.ids
|
|
25
|
+
? (options.ids as string).split(',').map((id) => id.trim()).filter((id) => id !== '')
|
|
26
|
+
: [];
|
|
27
|
+
|
|
28
|
+
const jsonOutput = options.json === true;
|
|
29
|
+
|
|
30
|
+
if (!operationId && batchIds.length === 0) {
|
|
31
|
+
const errMsg = 'Invalid operation ID. Provide <operation-id> or use --ids for batch operations.';
|
|
32
|
+
if (jsonOutput) {
|
|
33
|
+
console.log(JSON.stringify({ success: false, error: { code: 'INVALID_ID', message: errMsg } }));
|
|
34
|
+
} else {
|
|
35
|
+
console.error(chalk.red(`\n✗ ${errMsg}\n`));
|
|
36
|
+
}
|
|
37
|
+
process.exit(1);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
const allIds = operationId ? [operationId] : batchIds;
|
|
41
|
+
|
|
42
|
+
if (!jsonOutput) {
|
|
43
|
+
console.log(chalk.bold(`\n↑ Enable Operation(s) (${environment})\n`));
|
|
44
|
+
if (batchIds.length > 0) {
|
|
45
|
+
console.log(chalk.gray(` Operation IDs: ${batchIds.join(', ')}`));
|
|
46
|
+
} else {
|
|
47
|
+
console.log(chalk.gray(` Operation ID: ${operationId}`));
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
if (dryRun) {
|
|
52
|
+
if (jsonOutput) {
|
|
53
|
+
console.log(JSON.stringify({
|
|
54
|
+
success: true,
|
|
55
|
+
dryRun: true,
|
|
56
|
+
operationIds: allIds,
|
|
57
|
+
message: 'No actual API call will be made',
|
|
58
|
+
}));
|
|
59
|
+
} else {
|
|
60
|
+
console.log(chalk.cyan('\n🔍 Dry-Run Mode: No actual API call will be made\n'));
|
|
61
|
+
console.log(chalk.gray(` This operation will enable ${allIds.length} operation(s).`));
|
|
62
|
+
console.log(chalk.gray('\n To execute, add --force flag.\n'));
|
|
63
|
+
}
|
|
64
|
+
return;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
const operations: Operation[] = [];
|
|
68
|
+
for (const id of allIds) {
|
|
69
|
+
try {
|
|
70
|
+
const response = await apiClient.getOperationDetail(environment, tenant, id);
|
|
71
|
+
if (!response.success || !response.data || !('operationId' in response.data)) {
|
|
72
|
+
const errMsg = `Operation not found: ${id}`;
|
|
73
|
+
if (jsonOutput) {
|
|
74
|
+
console.log(JSON.stringify({ success: false, error: { code: 'NOT_FOUND', message: errMsg } }));
|
|
75
|
+
} else {
|
|
76
|
+
console.error(chalk.red(`\n✗ ${errMsg}\n`));
|
|
77
|
+
}
|
|
78
|
+
process.exit(1);
|
|
79
|
+
}
|
|
80
|
+
operations.push(response.data as Operation);
|
|
81
|
+
} catch (error) {
|
|
82
|
+
const errMsg = error instanceof Error ? error.message : 'Unknown error';
|
|
83
|
+
const jsonErr = { success: false, error: { code: 'FETCH_ERROR', message: 'Failed to fetch operation: ' + errMsg } };
|
|
84
|
+
if (jsonOutput) {
|
|
85
|
+
console.log(JSON.stringify(jsonErr));
|
|
86
|
+
} else {
|
|
87
|
+
console.error(chalk.red(`\n✗ Failed to fetch operation: ${errMsg}\n`));
|
|
88
|
+
}
|
|
89
|
+
process.exit(1);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
const allAlreadyEnabled = operations.every((op) => op.statusFlag === 1);
|
|
94
|
+
if (allAlreadyEnabled) {
|
|
95
|
+
const names = operations.map((op) => `"${op.operationName}"`).join(', ');
|
|
96
|
+
const errMsg = `Operation(s) ${names} ${operations.length === 1 ? 'is' : 'are'} already enabled`;
|
|
97
|
+
if (jsonOutput) {
|
|
98
|
+
console.log(JSON.stringify({ success: false, error: { code: 'ALREADY_ENABLED', message: errMsg } }));
|
|
99
|
+
} else {
|
|
100
|
+
console.error(chalk.yellow(`\n⚠ ${errMsg}\n`));
|
|
101
|
+
}
|
|
102
|
+
process.exit(1);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
if (!jsonOutput) {
|
|
106
|
+
if (operations.length === 1) {
|
|
107
|
+
console.log(chalk.gray(` Name: ${operations[0].operationName}`));
|
|
108
|
+
console.log(chalk.gray(` Code: ${operations[0].operationCode}`));
|
|
109
|
+
} else {
|
|
110
|
+
operations.forEach((op, i) => {
|
|
111
|
+
console.log(chalk.gray(` [${i + 1}] ${op.operationName} (${op.operationCode})`));
|
|
112
|
+
});
|
|
113
|
+
}
|
|
114
|
+
console.log();
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
try {
|
|
118
|
+
const response = await apiClient.batchActiveOperations(environment, tenant, allIds);
|
|
119
|
+
|
|
120
|
+
if (response.success) {
|
|
121
|
+
if (jsonOutput) {
|
|
122
|
+
console.log(JSON.stringify({ success: true, operationIds: allIds }));
|
|
123
|
+
} else {
|
|
124
|
+
const names = operations.map((op) => op.operationName).join(', ');
|
|
125
|
+
console.log(chalk.green(`\n✓ Operation(s) ${names || allIds.join(', ')} enabled\n`));
|
|
126
|
+
}
|
|
127
|
+
} else {
|
|
128
|
+
const errorMsg = response.error?.message || 'Unknown error';
|
|
129
|
+
const errorCode = response.error?.code || 'ACTIVE_ERROR';
|
|
130
|
+
if (jsonOutput) {
|
|
131
|
+
console.log(JSON.stringify({ success: false, error: { code: errorCode, message: errorMsg } }));
|
|
132
|
+
} else {
|
|
133
|
+
console.error(chalk.red(`\n✗ Failed to enable operation(s): ${errorMsg}`));
|
|
134
|
+
if (response.error?.code) {
|
|
135
|
+
console.error(chalk.gray(` Error code: ${response.error.code}`));
|
|
136
|
+
}
|
|
137
|
+
console.error();
|
|
138
|
+
}
|
|
139
|
+
process.exit(1);
|
|
140
|
+
}
|
|
141
|
+
} catch (error) {
|
|
142
|
+
const errMsg = error instanceof Error ? error.message : 'Unknown error';
|
|
143
|
+
if (jsonOutput) {
|
|
144
|
+
console.log(JSON.stringify({ success: false, error: { code: 'ERROR', message: errMsg } }));
|
|
145
|
+
} else {
|
|
146
|
+
console.error(chalk.red(`\n✗ Error: ${errMsg}\n`));
|
|
147
|
+
}
|
|
148
|
+
process.exit(1);
|
|
149
|
+
}
|
|
150
|
+
});
|
|
151
|
+
|
|
152
|
+
return activeCommand;
|
|
153
|
+
}
|