@newpeak/barista-cli 0.1.6 → 0.1.7

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.
Files changed (125) hide show
  1. package/README.en.md +714 -0
  2. package/README.ja.md +708 -0
  3. package/README.md +68 -0
  4. package/README.vi.md +714 -0
  5. package/dist/commands/liberica/index.d.ts.map +1 -1
  6. package/dist/commands/liberica/index.js +4 -0
  7. package/dist/commands/liberica/index.js.map +1 -1
  8. package/dist/commands/liberica/materials/create.d.ts.map +1 -1
  9. package/dist/commands/liberica/materials/create.js +35 -9
  10. package/dist/commands/liberica/materials/create.js.map +1 -1
  11. package/dist/commands/liberica/orgs/index.d.ts.map +1 -1
  12. package/dist/commands/liberica/orgs/index.js.map +1 -1
  13. package/dist/commands/liberica/users/create.d.ts.map +1 -1
  14. package/dist/commands/liberica/users/create.js +1 -0
  15. package/dist/commands/liberica/users/create.js.map +1 -1
  16. package/dist/commands/liberica/warehouses/create.d.ts +3 -0
  17. package/dist/commands/liberica/warehouses/create.d.ts.map +1 -0
  18. package/dist/commands/liberica/warehouses/create.js +196 -0
  19. package/dist/commands/liberica/warehouses/create.js.map +1 -0
  20. package/dist/commands/liberica/warehouses/delete.d.ts +3 -0
  21. package/dist/commands/liberica/warehouses/delete.d.ts.map +1 -0
  22. package/dist/commands/liberica/warehouses/delete.js +111 -0
  23. package/dist/commands/liberica/warehouses/delete.js.map +1 -0
  24. package/dist/commands/liberica/warehouses/disable.d.ts +3 -0
  25. package/dist/commands/liberica/warehouses/disable.d.ts.map +1 -0
  26. package/dist/commands/liberica/warehouses/disable.js +173 -0
  27. package/dist/commands/liberica/warehouses/disable.js.map +1 -0
  28. package/dist/commands/liberica/warehouses/enable.d.ts +3 -0
  29. package/dist/commands/liberica/warehouses/enable.d.ts.map +1 -0
  30. package/dist/commands/liberica/warehouses/enable.js +173 -0
  31. package/dist/commands/liberica/warehouses/enable.js.map +1 -0
  32. package/dist/commands/liberica/warehouses/get.d.ts +3 -0
  33. package/dist/commands/liberica/warehouses/get.d.ts.map +1 -0
  34. package/dist/commands/liberica/warehouses/get.js +90 -0
  35. package/dist/commands/liberica/warehouses/get.js.map +1 -0
  36. package/dist/commands/liberica/warehouses/index.d.ts +3 -0
  37. package/dist/commands/liberica/warehouses/index.d.ts.map +1 -0
  38. package/dist/commands/liberica/warehouses/index.js +23 -0
  39. package/dist/commands/liberica/warehouses/index.js.map +1 -0
  40. package/dist/commands/liberica/warehouses/list.d.ts +3 -0
  41. package/dist/commands/liberica/warehouses/list.d.ts.map +1 -0
  42. package/dist/commands/liberica/warehouses/list.js +101 -0
  43. package/dist/commands/liberica/warehouses/list.js.map +1 -0
  44. package/dist/commands/liberica/warehouses/locations/create.d.ts +3 -0
  45. package/dist/commands/liberica/warehouses/locations/create.d.ts.map +1 -0
  46. package/dist/commands/liberica/warehouses/locations/create.js +199 -0
  47. package/dist/commands/liberica/warehouses/locations/create.js.map +1 -0
  48. package/dist/commands/liberica/warehouses/locations/delete.d.ts +3 -0
  49. package/dist/commands/liberica/warehouses/locations/delete.d.ts.map +1 -0
  50. package/dist/commands/liberica/warehouses/locations/delete.js +115 -0
  51. package/dist/commands/liberica/warehouses/locations/delete.js.map +1 -0
  52. package/dist/commands/liberica/warehouses/locations/disable.d.ts +3 -0
  53. package/dist/commands/liberica/warehouses/locations/disable.d.ts.map +1 -0
  54. package/dist/commands/liberica/warehouses/locations/disable.js +173 -0
  55. package/dist/commands/liberica/warehouses/locations/disable.js.map +1 -0
  56. package/dist/commands/liberica/warehouses/locations/enable.d.ts +3 -0
  57. package/dist/commands/liberica/warehouses/locations/enable.d.ts.map +1 -0
  58. package/dist/commands/liberica/warehouses/locations/enable.js +173 -0
  59. package/dist/commands/liberica/warehouses/locations/enable.js.map +1 -0
  60. package/dist/commands/liberica/warehouses/locations/get.d.ts +3 -0
  61. package/dist/commands/liberica/warehouses/locations/get.d.ts.map +1 -0
  62. package/dist/commands/liberica/warehouses/locations/get.js +73 -0
  63. package/dist/commands/liberica/warehouses/locations/get.js.map +1 -0
  64. package/dist/commands/liberica/warehouses/locations/index.d.ts +3 -0
  65. package/dist/commands/liberica/warehouses/locations/index.d.ts.map +1 -0
  66. package/dist/commands/liberica/warehouses/locations/index.js +21 -0
  67. package/dist/commands/liberica/warehouses/locations/index.js.map +1 -0
  68. package/dist/commands/liberica/warehouses/locations/list.d.ts +3 -0
  69. package/dist/commands/liberica/warehouses/locations/list.d.ts.map +1 -0
  70. package/dist/commands/liberica/warehouses/locations/list.js +104 -0
  71. package/dist/commands/liberica/warehouses/locations/list.js.map +1 -0
  72. package/dist/commands/liberica/warehouses/locations/update.d.ts +3 -0
  73. package/dist/commands/liberica/warehouses/locations/update.d.ts.map +1 -0
  74. package/dist/commands/liberica/warehouses/locations/update.js +128 -0
  75. package/dist/commands/liberica/warehouses/locations/update.js.map +1 -0
  76. package/dist/commands/liberica/warehouses/update.d.ts +3 -0
  77. package/dist/commands/liberica/warehouses/update.d.ts.map +1 -0
  78. package/dist/commands/liberica/warehouses/update.js +143 -0
  79. package/dist/commands/liberica/warehouses/update.js.map +1 -0
  80. package/dist/core/api/client.d.ts +16 -0
  81. package/dist/core/api/client.d.ts.map +1 -1
  82. package/dist/core/api/client.js +286 -0
  83. package/dist/core/api/client.js.map +1 -1
  84. package/dist/index.js +1 -3
  85. package/dist/index.js.map +1 -1
  86. package/dist/types/index.d.ts +4 -4
  87. package/dist/types/index.d.ts.map +1 -1
  88. package/dist/types/location.d.ts +53 -0
  89. package/dist/types/location.d.ts.map +1 -0
  90. package/dist/types/location.js +2 -0
  91. package/dist/types/location.js.map +1 -0
  92. package/dist/types/warehouse.d.ts +68 -0
  93. package/dist/types/warehouse.d.ts.map +1 -0
  94. package/dist/types/warehouse.js +2 -0
  95. package/dist/types/warehouse.js.map +1 -0
  96. package/docs/commands/liberica/locations/create.md +195 -0
  97. package/docs/commands/liberica/locations/list.md +171 -0
  98. package/docs/commands/liberica/warehouses/create.md +222 -0
  99. package/docs/commands/liberica/warehouses/list.md +184 -0
  100. package/package.json +1 -1
  101. package/src/commands/liberica/index.ts +4 -0
  102. package/src/commands/liberica/materials/create.ts +32 -9
  103. package/src/commands/liberica/orgs/index.ts +0 -1
  104. package/src/commands/liberica/users/create.ts +1 -0
  105. package/src/commands/liberica/warehouses/create.ts +204 -0
  106. package/src/commands/liberica/warehouses/delete.ts +112 -0
  107. package/src/commands/liberica/warehouses/disable.ts +174 -0
  108. package/src/commands/liberica/warehouses/enable.ts +174 -0
  109. package/src/commands/liberica/warehouses/get.ts +101 -0
  110. package/src/commands/liberica/warehouses/index.ts +25 -0
  111. package/src/commands/liberica/warehouses/list.ts +136 -0
  112. package/src/commands/liberica/warehouses/locations/create.ts +209 -0
  113. package/src/commands/liberica/warehouses/locations/delete.ts +116 -0
  114. package/src/commands/liberica/warehouses/locations/disable.ts +174 -0
  115. package/src/commands/liberica/warehouses/locations/enable.ts +174 -0
  116. package/src/commands/liberica/warehouses/locations/get.ts +84 -0
  117. package/src/commands/liberica/warehouses/locations/index.ts +23 -0
  118. package/src/commands/liberica/warehouses/locations/list.ts +140 -0
  119. package/src/commands/liberica/warehouses/locations/update.ts +135 -0
  120. package/src/commands/liberica/warehouses/update.ts +142 -0
  121. package/src/core/api/client.ts +396 -0
  122. package/src/index.ts +1 -3
  123. package/src/types/index.ts +4 -4
  124. package/src/types/location.ts +66 -0
  125. package/src/types/warehouse.ts +82 -0
@@ -0,0 +1,209 @@
1
+ import { Command } from 'commander';
2
+ import chalk from 'chalk';
3
+ import inquirer from 'inquirer';
4
+ import { apiClient } from '../../../../core/api/client.js';
5
+ import { configManager } from '../../../../core/config/manager.js';
6
+ import { CreateLocationRequest } from '../../../../types/location.js';
7
+
8
+ function formatTable(data: CreateLocationRequest): string {
9
+ const lines: string[] = [];
10
+ lines.push(` ${chalk.gray('Warehouse ID:')} ${data.warehouseId}`);
11
+ lines.push(` ${chalk.gray('Code:')} ${data.warehouseLocationCode}`);
12
+ lines.push(` ${chalk.gray('Name:')} ${data.warehouseLocationName || '(not set)'}`);
13
+ if (data.warehouseLocationType) lines.push(` ${chalk.gray('Type:')} ${data.warehouseLocationType}`);
14
+ if (data.capacity !== undefined) lines.push(` ${chalk.gray('Capacity:')} ${data.capacity}`);
15
+ if (data.remark) lines.push(` ${chalk.gray('Remark:')} ${data.remark}`);
16
+ if (data.status !== undefined) {
17
+ const statusText = data.status === 1 ? 'Enabled' : 'Disabled';
18
+ lines.push(` ${chalk.gray('Status:')} ${statusText}`);
19
+ }
20
+ return lines.join('\n');
21
+ }
22
+
23
+ export function createLocationCreateCommand(): Command {
24
+ const cmd = new Command('create');
25
+ cmd.description('Create a new warehouse location (--warehouse-id, --code, --name are required)');
26
+
27
+ cmd
28
+ .option('-w, --warehouse-id <warehouse-id>', 'Warehouse ID (required)')
29
+ .option('-c, --code <code>', 'Location code (required)')
30
+ .option('-n, --name <name>', 'Location name (required)')
31
+ .option('-t, --type <type>', 'Location type')
32
+ .option('--capacity <capacity>', 'Location capacity')
33
+ .option('--remark <remark>', 'Remark')
34
+ .option('-s, --status <status>', 'Status (1=Enabled, 2=Disabled)')
35
+ .option('--dry-run', 'Preview without making API call')
36
+ .option('--json', 'Output as JSON');
37
+
38
+ cmd.action(async (options) => {
39
+ const context = configManager.getCurrentContext();
40
+
41
+ let warehouseId = options.warehouseId as string | undefined;
42
+ let code = options.code as string | undefined;
43
+ let name = options.name as string | undefined;
44
+ const type = options.type as string | undefined;
45
+ const capacityRaw = options.capacity as string | undefined;
46
+ const remark = options.remark as string | undefined;
47
+ const statusRaw = options.status as string | undefined;
48
+ const dryRun = options.dryRun === true;
49
+ const jsonOutput = options.json === true;
50
+
51
+ if (!warehouseId) {
52
+ const { inputWarehouseId } = await inquirer.prompt([
53
+ {
54
+ type: 'input',
55
+ name: 'inputWarehouseId',
56
+ message: 'Enter warehouse ID:',
57
+ validate: (input: string) => input.trim().length > 0 || 'Warehouse ID is required',
58
+ },
59
+ ]);
60
+ warehouseId = inputWarehouseId;
61
+ }
62
+
63
+ if (!code) {
64
+ const codeResponse = await apiClient.getCodeByType(context.environment, context.tenant, 'TenantWarehouseLocationCode');
65
+ if (codeResponse.success && codeResponse.data) {
66
+ code = codeResponse.data;
67
+ } else {
68
+ const errMsg = codeResponse.error?.message || 'Failed to generate location code';
69
+ if (jsonOutput) {
70
+ console.log(JSON.stringify({ success: false, error: { code: 'CODE_GENERATION_ERROR', message: errMsg } }));
71
+ } else {
72
+ console.error(chalk.red(`\n✗ Failed to generate location code: ${errMsg}\n`));
73
+ }
74
+ process.exit(1);
75
+ }
76
+ }
77
+
78
+ if (!name) {
79
+ const { inputName } = await inquirer.prompt([
80
+ {
81
+ type: 'input',
82
+ name: 'inputName',
83
+ message: 'Enter location name:',
84
+ validate: (input: string) => input.trim().length > 0 || 'Location name is required',
85
+ },
86
+ ]);
87
+ name = inputName;
88
+ }
89
+
90
+ let capacity: number | undefined;
91
+ if (capacityRaw !== undefined) {
92
+ capacity = parseInt(capacityRaw, 10);
93
+ if (isNaN(capacity)) {
94
+ if (jsonOutput) {
95
+ console.log(JSON.stringify({ success: false, error: { code: 'INVALID_CAPACITY', message: 'Capacity must be a valid number' } }));
96
+ } else {
97
+ console.error(chalk.red('\n✗ Capacity must be a valid number\n'));
98
+ }
99
+ process.exit(1);
100
+ }
101
+ }
102
+
103
+ let status: 1 | 2 | undefined;
104
+ if (statusRaw !== undefined) {
105
+ const parsed = parseInt(statusRaw, 10);
106
+ if (parsed === 1 || parsed === 2) {
107
+ status = parsed as 1 | 2;
108
+ } else {
109
+ if (jsonOutput) {
110
+ console.log(JSON.stringify({ success: false, error: { code: 'INVALID_STATUS', message: 'Status must be 1 (Enabled) or 2 (Disabled)' } }));
111
+ } else {
112
+ console.error(chalk.red('\n✗ Status must be 1 (Enabled) or 2 (Disabled)\n'));
113
+ }
114
+ process.exit(1);
115
+ }
116
+ }
117
+
118
+ // Validate warehouse exists
119
+ if (!dryRun) {
120
+ const warehouseResponse = await apiClient.getWarehouse(context.environment, context.tenant, warehouseId!);
121
+ if (!warehouseResponse.success || !warehouseResponse.data) {
122
+ const errMsg = warehouseResponse.error?.message || `Warehouse with ID ${warehouseId} not found`;
123
+ if (jsonOutput) {
124
+ console.log(JSON.stringify({ success: false, error: { code: 'WAREHOUSE_NOT_FOUND', message: errMsg } }));
125
+ } else {
126
+ console.error(chalk.red(`\n✗ ${errMsg}\n`));
127
+ }
128
+ process.exit(1);
129
+ }
130
+ }
131
+
132
+ const data: CreateLocationRequest = {
133
+ warehouseId: warehouseId!,
134
+ warehouseLocationCode: code!,
135
+ warehouseLocationName: name!,
136
+ warehouseLocationType: type,
137
+ capacity: capacity,
138
+ remark: remark,
139
+ status: status,
140
+ };
141
+
142
+ if (dryRun) {
143
+ if (jsonOutput) {
144
+ console.log(JSON.stringify({ success: true, dryRun: true, data }));
145
+ } else {
146
+ console.log(chalk.bold('\n🔍 Dry-Run Mode: No changes will be made\n'));
147
+ console.log(' Location to be created:');
148
+ console.log(formatTable(data));
149
+ console.log();
150
+ }
151
+ return;
152
+ }
153
+
154
+ if (!jsonOutput) {
155
+ console.log(chalk.bold('\n📝 Creating Warehouse Location\n'));
156
+ }
157
+
158
+ const response = await apiClient.createLocation(context.environment, context.tenant, data);
159
+
160
+ if (!response.success) {
161
+ const errorMsg = response.error?.message || 'Failed to create warehouse location';
162
+ const errorCode = response.error?.code || 'CREATE_LOCATION_ERROR';
163
+ if (jsonOutput) {
164
+ console.log(JSON.stringify({ success: false, error: { code: errorCode, message: errorMsg } }));
165
+ } else {
166
+ console.error(chalk.red(`\n✗ Failed to create warehouse location: ${errorMsg}`));
167
+ if (response.error?.code) {
168
+ console.error(chalk.gray(` Error code: ${response.error.code}`));
169
+ }
170
+ console.error();
171
+ }
172
+ process.exit(1);
173
+ }
174
+
175
+ if (response.success) {
176
+ const location = response.data as {
177
+ warehouseLocationId?: string;
178
+ warehouseId?: string;
179
+ warehouseLocationCode?: string;
180
+ warehouseLocationName?: string;
181
+ warehouseLocationType?: string;
182
+ capacity?: number;
183
+ remark?: string;
184
+ statusFlag?: number;
185
+ createTime?: string;
186
+ } | undefined;
187
+
188
+ if (jsonOutput) {
189
+ console.log(JSON.stringify({ success: true, data: location }));
190
+ } else {
191
+ console.log(chalk.green('✓ Warehouse location created successfully\n'));
192
+ if (location?.warehouseLocationId) console.log(` ${chalk.gray('Location ID:')} ${chalk.green(String(location.warehouseLocationId))}`);
193
+ if (location?.warehouseId) console.log(` ${chalk.gray('Warehouse ID:')} ${location.warehouseId}`);
194
+ if (location?.warehouseLocationCode) console.log(` ${chalk.gray('Code:')} ${location.warehouseLocationCode}`);
195
+ if (location?.warehouseLocationName) console.log(` ${chalk.gray('Name:')} ${location.warehouseLocationName}`);
196
+ if (location?.warehouseLocationType) console.log(` ${chalk.gray('Type:')} ${location.warehouseLocationType}`);
197
+ if (location?.capacity !== undefined) console.log(` ${chalk.gray('Capacity:')} ${location.capacity}`);
198
+ if (location?.remark) console.log(` ${chalk.gray('Remark:')} ${location.remark}`);
199
+ if (location?.statusFlag !== undefined) {
200
+ const statusText = location.statusFlag === 1 ? 'Enabled' : 'Disabled';
201
+ console.log(` ${chalk.gray('Status:')} ${chalk.green(statusText)}`);
202
+ }
203
+ console.log();
204
+ }
205
+ }
206
+ });
207
+
208
+ return cmd;
209
+ }
@@ -0,0 +1,116 @@
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 { WarehouseLocation } from '../../../../types/location.js';
7
+
8
+ export function createLocationDeleteCommand(): Command {
9
+ const deleteCommand = new Command('delete');
10
+ deleteCommand
11
+ .description('Delete a warehouse location')
12
+ .argument('<location-id>', 'Warehouse Location ID')
13
+ .option('--force', 'Skip confirmation and delete directly')
14
+ .option('--dry-run', 'Preview without making API call')
15
+ .option('--json', 'Output as JSON')
16
+ .action(async (locationId: string, options: Record<string, unknown>) => {
17
+ const context = configManager.getCurrentContext();
18
+ const environment = context.environment as Environment;
19
+ const tenant = context.tenant;
20
+ const dryRun = options.dryRun === true;
21
+ const jsonOutput = options.json === true;
22
+
23
+ if (!jsonOutput) {
24
+ console.log(chalk.bold(`\n🗑️ Delete Warehouse Location (${environment})\n`));
25
+ console.log(chalk.gray(` Location ID: ${locationId}`));
26
+ }
27
+
28
+ let location: WarehouseLocation | undefined;
29
+ try {
30
+ const locationResponse = await apiClient.getLocation(environment, tenant, locationId);
31
+ if (!locationResponse.success || !locationResponse.data || !('warehouseLocationId' in locationResponse.data)) {
32
+ const errMsg = `Warehouse location not found: ${locationId}`;
33
+ if (jsonOutput) {
34
+ console.log(JSON.stringify({ success: false, error: { code: 'NOT_FOUND', message: errMsg } }));
35
+ } else {
36
+ console.error(chalk.red(`\n✗ ${errMsg}\n`));
37
+ }
38
+ process.exit(1);
39
+ }
40
+ location = locationResponse.data as WarehouseLocation;
41
+ } catch (error) {
42
+ const errMsg = error instanceof Error ? error.message : 'Unknown error';
43
+ if (jsonOutput) {
44
+ console.log(JSON.stringify({ success: false, error: { code: 'FETCH_ERROR', message: `Failed to fetch warehouse location: ${errMsg}` } }));
45
+ } else {
46
+ console.error(chalk.red(`\n✗ Failed to fetch warehouse location: ${errMsg}\n`));
47
+ }
48
+ process.exit(1);
49
+ }
50
+
51
+ if (!jsonOutput) {
52
+ console.log(chalk.gray(` Code: ${location.warehouseLocationCode}`));
53
+ console.log(chalk.gray(` Name: ${location.warehouseLocationName}`));
54
+ console.log(chalk.gray(` Warehouse ID: ${location.warehouseId}`));
55
+ if (location.warehouseLocationType) {
56
+ console.log(chalk.gray(` Type: ${location.warehouseLocationType}`));
57
+ }
58
+ if (location.capacity !== undefined && location.capacity !== null) {
59
+ console.log(chalk.gray(` Capacity: ${location.capacity}`));
60
+ }
61
+ console.log(chalk.gray(` Status: ${location.statusFlag === 1 ? 'Enable' : 'Disable'}`));
62
+ if (location.remark) {
63
+ console.log(chalk.gray(` Remark: ${location.remark}`));
64
+ }
65
+ }
66
+
67
+ if (dryRun) {
68
+ if (jsonOutput) {
69
+ console.log(JSON.stringify({ success: true, dryRun: true, location }));
70
+ } else {
71
+ console.log(chalk.cyan('\n🔍 Dry-Run Mode: No actual deletion will be made\n'));
72
+ console.log(chalk.yellow(' To delete, add: --force\n'));
73
+ }
74
+ return;
75
+ }
76
+
77
+ if (!options.force) {
78
+ return;
79
+ }
80
+
81
+ try {
82
+ const response = await apiClient.deleteLocation(environment, tenant, locationId);
83
+
84
+ if (response.success) {
85
+ if (jsonOutput) {
86
+ console.log(JSON.stringify({ success: true, warehouseLocationId: locationId, name: location.warehouseLocationName }));
87
+ } else {
88
+ console.log(chalk.green(`\n✓ Warehouse Location "${location.warehouseLocationName}" (ID: ${locationId}) deleted\n`));
89
+ }
90
+ } else {
91
+ const errorMsg = response.error?.message || 'Unknown error';
92
+ const errorCode = response.error?.code || 'DELETE_ERROR';
93
+ if (jsonOutput) {
94
+ console.log(JSON.stringify({ success: false, error: { code: errorCode, message: errorMsg } }));
95
+ } else {
96
+ console.error(chalk.red(`\n✗ Failed to delete warehouse location: ${errorMsg}`));
97
+ if (response.error?.code) {
98
+ console.error(chalk.gray(` Error code: ${response.error.code}`));
99
+ }
100
+ console.error();
101
+ }
102
+ process.exit(1);
103
+ }
104
+ } catch (error) {
105
+ const errMsg = error instanceof Error ? error.message : 'Unknown error';
106
+ if (jsonOutput) {
107
+ console.log(JSON.stringify({ success: false, error: { code: 'ERROR', message: errMsg } }));
108
+ } else {
109
+ console.error(chalk.red(`\n✗ Error: ${errMsg}\n`));
110
+ }
111
+ process.exit(1);
112
+ }
113
+ });
114
+
115
+ return deleteCommand;
116
+ }
@@ -0,0 +1,174 @@
1
+ import { Command } from 'commander';
2
+ import chalk from 'chalk';
3
+ import inquirer from 'inquirer';
4
+ import { configManager } from '../../../../core/config/manager.js';
5
+ import { apiClient } from '../../../../core/api/client.js';
6
+ import { Environment } from '../../../../types/index.js';
7
+ import { WarehouseLocation } from '../../../../types/location.js';
8
+
9
+ export function createLocationDisableCommand(): Command {
10
+ const disableCommand = new Command('disable');
11
+ disableCommand
12
+ .description('Disable (deactivate) a warehouse location')
13
+ .argument('[location-id]', 'Warehouse Location ID (mutually exclusive with --ids)')
14
+ .option('--ids <ids>', 'Comma-separated warehouse location IDs for batch operations')
15
+ .option('--force', 'Skip confirmation prompt')
16
+ .option('--dry-run', 'Preview the operation without executing')
17
+ .option('--json', 'Output as JSON')
18
+ .action(async (locationId: string | undefined, options: Record<string, unknown>) => {
19
+ const context = configManager.getCurrentContext();
20
+ const environment = context.environment as Environment;
21
+ const tenant = context.tenant;
22
+ const force = options.force === true;
23
+ const dryRun = options.dryRun === true;
24
+ const jsonOutput = options.json === true;
25
+
26
+ const batchIds = options.ids
27
+ ? (options.ids as string).split(',').map((id) => id.trim()).filter((id) => id !== '')
28
+ : [];
29
+
30
+ if (!locationId && batchIds.length === 0) {
31
+ const errMsg = 'Invalid warehouse location ID. Provide <location-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 = locationId ? [locationId] : batchIds;
41
+
42
+ if (!jsonOutput) {
43
+ console.log(chalk.bold(`\n⬇ Disable Warehouse Location (${environment})\n`));
44
+ if (batchIds.length > 0) {
45
+ console.log(chalk.gray(` Location IDs: ${batchIds.join(', ')}`));
46
+ } else {
47
+ console.log(chalk.gray(` Location ID: ${locationId}`));
48
+ }
49
+ }
50
+
51
+ if (dryRun) {
52
+ if (jsonOutput) {
53
+ console.log(JSON.stringify({
54
+ success: true,
55
+ dryRun: true,
56
+ locationIds: 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 disable ${allIds.length} warehouse location(s).`));
62
+ console.log();
63
+ }
64
+ return;
65
+ }
66
+
67
+ const locations: WarehouseLocation[] = [];
68
+ for (const id of allIds) {
69
+ try {
70
+ const response = await apiClient.getLocation(environment, tenant, id);
71
+ if (!response.success || !response.data || !('warehouseLocationId' in response.data)) {
72
+ const errMsg = `Warehouse location 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
+ locations.push(response.data as WarehouseLocation);
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 warehouse location: ' + errMsg } };
84
+ if (jsonOutput) {
85
+ console.log(JSON.stringify(jsonErr));
86
+ } else {
87
+ console.error(chalk.red(`\n✗ Failed to fetch warehouse location: ${errMsg}\n`));
88
+ }
89
+ process.exit(1);
90
+ }
91
+ }
92
+
93
+ const allAlreadyDisabled = locations.every((l) => l.statusFlag === 2);
94
+ if (allAlreadyDisabled) {
95
+ const names = locations.map((l) => `"${l.warehouseLocationName}"`).join(', ');
96
+ const errMsg = `Warehouse location(s) ${names} ${locations.length === 1 ? 'is' : 'are'} already disabled`;
97
+ if (jsonOutput) {
98
+ console.log(JSON.stringify({ success: false, error: { code: 'ALREADY_DISABLED', message: errMsg } }));
99
+ } else {
100
+ console.error(chalk.yellow(`\n⚠ ${errMsg}\n`));
101
+ }
102
+ process.exit(1);
103
+ }
104
+
105
+ if (!force) {
106
+ if (!jsonOutput) {
107
+ if (locations.length === 1) {
108
+ console.log(chalk.gray(` Name: ${locations[0].warehouseLocationName}`));
109
+ console.log(chalk.gray(` Code: ${locations[0].warehouseLocationCode}`));
110
+ } else {
111
+ locations.forEach((l, i) => {
112
+ console.log(chalk.gray(` [${i + 1}] ${l.warehouseLocationName} (${l.warehouseLocationCode})`));
113
+ });
114
+ }
115
+ }
116
+
117
+ const { confirm } = await inquirer.prompt([
118
+ {
119
+ type: 'confirm',
120
+ name: 'confirm',
121
+ message: locations.length === 1
122
+ ? `Disable warehouse location "${locations[0].warehouseLocationName}"?`
123
+ : `Disable ${locations.length} warehouse locations?`,
124
+ default: false,
125
+ },
126
+ ]);
127
+
128
+ if (!confirm) {
129
+ if (jsonOutput) {
130
+ console.log(JSON.stringify({ success: false, error: { code: 'CANCELLED', message: 'Operation cancelled' } }));
131
+ } else {
132
+ console.log(chalk.gray('\n Operation cancelled.\n'));
133
+ }
134
+ process.exit(0);
135
+ }
136
+ }
137
+
138
+ try {
139
+ const response = await apiClient.batchDisableLocations(environment, tenant, allIds);
140
+
141
+ if (response.success) {
142
+ if (jsonOutput) {
143
+ console.log(JSON.stringify({ success: true, locationIds: allIds }));
144
+ } else {
145
+ const names = locations.map((l) => l.warehouseLocationName).join(', ');
146
+ console.log(chalk.green(`\n✓ Warehouse location(s) ${names || allIds.join(', ')} disabled\n`));
147
+ }
148
+ } else {
149
+ const errorMsg = response.error?.message || 'Unknown error';
150
+ const errorCode = response.error?.code || 'DISABLE_ERROR';
151
+ if (jsonOutput) {
152
+ console.log(JSON.stringify({ success: false, error: { code: errorCode, message: errorMsg } }));
153
+ } else {
154
+ console.error(chalk.red(`\n✗ Failed to disable warehouse location(s): ${errorMsg}`));
155
+ if (response.error?.code) {
156
+ console.error(chalk.gray(` Error code: ${response.error.code}`));
157
+ }
158
+ console.error();
159
+ }
160
+ process.exit(1);
161
+ }
162
+ } catch (error) {
163
+ const errMsg = error instanceof Error ? error.message : 'Unknown error';
164
+ if (jsonOutput) {
165
+ console.log(JSON.stringify({ success: false, error: { code: 'ERROR', message: errMsg } }));
166
+ } else {
167
+ console.error(chalk.red(`\n✗ Error: ${errMsg}\n`));
168
+ }
169
+ process.exit(1);
170
+ }
171
+ });
172
+
173
+ return disableCommand;
174
+ }
@@ -0,0 +1,174 @@
1
+ import { Command } from 'commander';
2
+ import chalk from 'chalk';
3
+ import inquirer from 'inquirer';
4
+ import { configManager } from '../../../../core/config/manager.js';
5
+ import { apiClient } from '../../../../core/api/client.js';
6
+ import { Environment } from '../../../../types/index.js';
7
+ import { WarehouseLocation } from '../../../../types/location.js';
8
+
9
+ export function createLocationEnableCommand(): Command {
10
+ const enableCommand = new Command('enable');
11
+ enableCommand
12
+ .description('Enable (activate) a warehouse location')
13
+ .argument('[location-id]', 'Warehouse Location ID (mutually exclusive with --ids)')
14
+ .option('--ids <ids>', 'Comma-separated warehouse location IDs for batch operations')
15
+ .option('--force', 'Skip confirmation prompt')
16
+ .option('--dry-run', 'Preview the operation without executing')
17
+ .option('--json', 'Output as JSON')
18
+ .action(async (locationId: string | undefined, options: Record<string, unknown>) => {
19
+ const context = configManager.getCurrentContext();
20
+ const environment = context.environment as Environment;
21
+ const tenant = context.tenant;
22
+ const force = options.force === true;
23
+ const dryRun = options.dryRun === true;
24
+ const jsonOutput = options.json === true;
25
+
26
+ const batchIds = options.ids
27
+ ? (options.ids as string).split(',').map((id) => id.trim()).filter((id) => id !== '')
28
+ : [];
29
+
30
+ if (!locationId && batchIds.length === 0) {
31
+ const errMsg = 'Invalid warehouse location ID. Provide <location-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 = locationId ? [locationId] : batchIds;
41
+
42
+ if (!jsonOutput) {
43
+ console.log(chalk.bold(`\n↑ Enable Warehouse Location (${environment})\n`));
44
+ if (batchIds.length > 0) {
45
+ console.log(chalk.gray(` Location IDs: ${batchIds.join(', ')}`));
46
+ } else {
47
+ console.log(chalk.gray(` Location ID: ${locationId}`));
48
+ }
49
+ }
50
+
51
+ if (dryRun) {
52
+ if (jsonOutput) {
53
+ console.log(JSON.stringify({
54
+ success: true,
55
+ dryRun: true,
56
+ locationIds: 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} warehouse location(s).`));
62
+ console.log();
63
+ }
64
+ return;
65
+ }
66
+
67
+ const locations: WarehouseLocation[] = [];
68
+ for (const id of allIds) {
69
+ try {
70
+ const response = await apiClient.getLocation(environment, tenant, id);
71
+ if (!response.success || !response.data || !('warehouseLocationId' in response.data)) {
72
+ const errMsg = `Warehouse location 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
+ locations.push(response.data as WarehouseLocation);
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 warehouse location: ' + errMsg } };
84
+ if (jsonOutput) {
85
+ console.log(JSON.stringify(jsonErr));
86
+ } else {
87
+ console.error(chalk.red(`\n✗ Failed to fetch warehouse location: ${errMsg}\n`));
88
+ }
89
+ process.exit(1);
90
+ }
91
+ }
92
+
93
+ const allAlreadyEnabled = locations.every((l) => l.statusFlag === 1);
94
+ if (allAlreadyEnabled) {
95
+ const names = locations.map((l) => `"${l.warehouseLocationName}"`).join(', ');
96
+ const errMsg = `Warehouse location(s) ${names} ${locations.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 (!force) {
106
+ if (!jsonOutput) {
107
+ if (locations.length === 1) {
108
+ console.log(chalk.gray(` Name: ${locations[0].warehouseLocationName}`));
109
+ console.log(chalk.gray(` Code: ${locations[0].warehouseLocationCode}`));
110
+ } else {
111
+ locations.forEach((l, i) => {
112
+ console.log(chalk.gray(` [${i + 1}] ${l.warehouseLocationName} (${l.warehouseLocationCode})`));
113
+ });
114
+ }
115
+ }
116
+
117
+ const { confirm } = await inquirer.prompt([
118
+ {
119
+ type: 'confirm',
120
+ name: 'confirm',
121
+ message: locations.length === 1
122
+ ? `Enable warehouse location "${locations[0].warehouseLocationName}"?`
123
+ : `Enable ${locations.length} warehouse locations?`,
124
+ default: false,
125
+ },
126
+ ]);
127
+
128
+ if (!confirm) {
129
+ if (jsonOutput) {
130
+ console.log(JSON.stringify({ success: false, error: { code: 'CANCELLED', message: 'Operation cancelled' } }));
131
+ } else {
132
+ console.log(chalk.gray('\n Operation cancelled.\n'));
133
+ }
134
+ process.exit(0);
135
+ }
136
+ }
137
+
138
+ try {
139
+ const response = await apiClient.batchEnableLocations(environment, tenant, allIds);
140
+
141
+ if (response.success) {
142
+ if (jsonOutput) {
143
+ console.log(JSON.stringify({ success: true, locationIds: allIds }));
144
+ } else {
145
+ const names = locations.map((l) => l.warehouseLocationName).join(', ');
146
+ console.log(chalk.green(`\n✓ Warehouse location(s) ${names || allIds.join(', ')} enabled\n`));
147
+ }
148
+ } else {
149
+ const errorMsg = response.error?.message || 'Unknown error';
150
+ const errorCode = response.error?.code || 'ENABLE_ERROR';
151
+ if (jsonOutput) {
152
+ console.log(JSON.stringify({ success: false, error: { code: errorCode, message: errorMsg } }));
153
+ } else {
154
+ console.error(chalk.red(`\n✗ Failed to enable warehouse location(s): ${errorMsg}`));
155
+ if (response.error?.code) {
156
+ console.error(chalk.gray(` Error code: ${response.error.code}`));
157
+ }
158
+ console.error();
159
+ }
160
+ process.exit(1);
161
+ }
162
+ } catch (error) {
163
+ const errMsg = error instanceof Error ? error.message : 'Unknown error';
164
+ if (jsonOutput) {
165
+ console.log(JSON.stringify({ success: false, error: { code: 'ERROR', message: errMsg } }));
166
+ } else {
167
+ console.error(chalk.red(`\n✗ Error: ${errMsg}\n`));
168
+ }
169
+ process.exit(1);
170
+ }
171
+ });
172
+
173
+ return enableCommand;
174
+ }