@newpeak/barista-cli 0.1.8 ā 0.1.10
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/index.d.ts.map +1 -1
- package/dist/commands/liberica/index.js +9 -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/teams/index.d.ts +3 -0
- package/dist/commands/liberica/teams/index.d.ts.map +1 -0
- package/dist/commands/liberica/teams/index.js +15 -0
- package/dist/commands/liberica/teams/index.js.map +1 -0
- package/dist/commands/liberica/teams/issues/close.d.ts +3 -0
- package/dist/commands/liberica/teams/issues/close.d.ts.map +1 -0
- package/dist/commands/liberica/teams/issues/close.js +99 -0
- package/dist/commands/liberica/teams/issues/close.js.map +1 -0
- package/dist/commands/liberica/teams/issues/create.d.ts +3 -0
- package/dist/commands/liberica/teams/issues/create.d.ts.map +1 -0
- package/dist/commands/liberica/teams/issues/create.js +255 -0
- package/dist/commands/liberica/teams/issues/create.js.map +1 -0
- package/dist/commands/liberica/teams/issues/delete.d.ts +3 -0
- package/dist/commands/liberica/teams/issues/delete.d.ts.map +1 -0
- package/dist/commands/liberica/teams/issues/delete.js +55 -0
- package/dist/commands/liberica/teams/issues/delete.js.map +1 -0
- package/dist/commands/liberica/teams/issues/get.d.ts +3 -0
- package/dist/commands/liberica/teams/issues/get.d.ts.map +1 -0
- package/dist/commands/liberica/teams/issues/get.js +68 -0
- package/dist/commands/liberica/teams/issues/get.js.map +1 -0
- package/dist/commands/liberica/teams/issues/index.d.ts +3 -0
- package/dist/commands/liberica/teams/issues/index.d.ts.map +1 -0
- package/dist/commands/liberica/teams/issues/index.js +19 -0
- package/dist/commands/liberica/teams/issues/index.js.map +1 -0
- package/dist/commands/liberica/teams/issues/list.d.ts +3 -0
- package/dist/commands/liberica/teams/issues/list.d.ts.map +1 -0
- package/dist/commands/liberica/teams/issues/list.js +111 -0
- package/dist/commands/liberica/teams/issues/list.js.map +1 -0
- package/dist/commands/liberica/teams/issues/update.d.ts +3 -0
- package/dist/commands/liberica/teams/issues/update.d.ts.map +1 -0
- package/dist/commands/liberica/teams/issues/update.js +132 -0
- package/dist/commands/liberica/teams/issues/update.js.map +1 -0
- package/dist/commands/liberica/teams/projects/create.d.ts +3 -0
- package/dist/commands/liberica/teams/projects/create.d.ts.map +1 -0
- package/dist/commands/liberica/teams/projects/create.js +164 -0
- package/dist/commands/liberica/teams/projects/create.js.map +1 -0
- package/dist/commands/liberica/teams/projects/delete.d.ts +3 -0
- package/dist/commands/liberica/teams/projects/delete.d.ts.map +1 -0
- package/dist/commands/liberica/teams/projects/delete.js +55 -0
- package/dist/commands/liberica/teams/projects/delete.js.map +1 -0
- package/dist/commands/liberica/teams/projects/get.d.ts +3 -0
- package/dist/commands/liberica/teams/projects/get.d.ts.map +1 -0
- package/dist/commands/liberica/teams/projects/get.js +77 -0
- package/dist/commands/liberica/teams/projects/get.js.map +1 -0
- package/dist/commands/liberica/teams/projects/index.d.ts +3 -0
- package/dist/commands/liberica/teams/projects/index.d.ts.map +1 -0
- package/dist/commands/liberica/teams/projects/index.js +17 -0
- package/dist/commands/liberica/teams/projects/index.js.map +1 -0
- package/dist/commands/liberica/teams/projects/list.d.ts +3 -0
- package/dist/commands/liberica/teams/projects/list.d.ts.map +1 -0
- package/dist/commands/liberica/teams/projects/list.js +115 -0
- package/dist/commands/liberica/teams/projects/list.js.map +1 -0
- package/dist/commands/liberica/teams/projects/update.d.ts +3 -0
- package/dist/commands/liberica/teams/projects/update.d.ts.map +1 -0
- package/dist/commands/liberica/teams/projects/update.js +115 -0
- package/dist/commands/liberica/teams/projects/update.js.map +1 -0
- package/dist/commands/liberica/teams/tasks/create.d.ts +3 -0
- package/dist/commands/liberica/teams/tasks/create.d.ts.map +1 -0
- package/dist/commands/liberica/teams/tasks/create.js +88 -0
- package/dist/commands/liberica/teams/tasks/create.js.map +1 -0
- package/dist/commands/liberica/teams/tasks/delete.d.ts +3 -0
- package/dist/commands/liberica/teams/tasks/delete.d.ts.map +1 -0
- package/dist/commands/liberica/teams/tasks/delete.js +73 -0
- package/dist/commands/liberica/teams/tasks/delete.js.map +1 -0
- package/dist/commands/liberica/teams/tasks/get.d.ts +3 -0
- package/dist/commands/liberica/teams/tasks/get.d.ts.map +1 -0
- package/dist/commands/liberica/teams/tasks/get.js +51 -0
- package/dist/commands/liberica/teams/tasks/get.js.map +1 -0
- package/dist/commands/liberica/teams/tasks/index.d.ts +3 -0
- package/dist/commands/liberica/teams/tasks/index.d.ts.map +1 -0
- package/dist/commands/liberica/teams/tasks/index.js +17 -0
- package/dist/commands/liberica/teams/tasks/index.js.map +1 -0
- package/dist/commands/liberica/teams/tasks/list.d.ts +3 -0
- package/dist/commands/liberica/teams/tasks/list.d.ts.map +1 -0
- package/dist/commands/liberica/teams/tasks/list.js +82 -0
- package/dist/commands/liberica/teams/tasks/list.js.map +1 -0
- package/dist/commands/liberica/teams/tasks/update.d.ts +3 -0
- package/dist/commands/liberica/teams/tasks/update.d.ts.map +1 -0
- package/dist/commands/liberica/teams/tasks/update.js +114 -0
- package/dist/commands/liberica/teams/tasks/update.js.map +1 -0
- package/dist/commands/liberica/teams/work-logs/create.d.ts +3 -0
- package/dist/commands/liberica/teams/work-logs/create.d.ts.map +1 -0
- package/dist/commands/liberica/teams/work-logs/create.js +183 -0
- package/dist/commands/liberica/teams/work-logs/create.js.map +1 -0
- package/dist/commands/liberica/teams/work-logs/delete.d.ts +3 -0
- package/dist/commands/liberica/teams/work-logs/delete.d.ts.map +1 -0
- package/dist/commands/liberica/teams/work-logs/delete.js +55 -0
- package/dist/commands/liberica/teams/work-logs/delete.js.map +1 -0
- package/dist/commands/liberica/teams/work-logs/get.d.ts +3 -0
- package/dist/commands/liberica/teams/work-logs/get.d.ts.map +1 -0
- package/dist/commands/liberica/teams/work-logs/get.js +77 -0
- package/dist/commands/liberica/teams/work-logs/get.js.map +1 -0
- package/dist/commands/liberica/teams/work-logs/index.d.ts +3 -0
- package/dist/commands/liberica/teams/work-logs/index.d.ts.map +1 -0
- package/dist/commands/liberica/teams/work-logs/index.js +17 -0
- package/dist/commands/liberica/teams/work-logs/index.js.map +1 -0
- package/dist/commands/liberica/teams/work-logs/list.d.ts +3 -0
- package/dist/commands/liberica/teams/work-logs/list.d.ts.map +1 -0
- package/dist/commands/liberica/teams/work-logs/list.js +109 -0
- package/dist/commands/liberica/teams/work-logs/list.js.map +1 -0
- package/dist/commands/liberica/teams/work-logs/update.d.ts +3 -0
- package/dist/commands/liberica/teams/work-logs/update.d.ts.map +1 -0
- package/dist/commands/liberica/teams/work-logs/update.js +105 -0
- package/dist/commands/liberica/teams/work-logs/update.js.map +1 -0
- package/dist/commands/liberica/transfer-in-forms/batch-delete.d.ts +3 -0
- package/dist/commands/liberica/transfer-in-forms/batch-delete.d.ts.map +1 -0
- package/dist/commands/liberica/transfer-in-forms/batch-delete.js +147 -0
- package/dist/commands/liberica/transfer-in-forms/batch-delete.js.map +1 -0
- package/dist/commands/liberica/transfer-in-forms/batch-review.d.ts +3 -0
- package/dist/commands/liberica/transfer-in-forms/batch-review.d.ts.map +1 -0
- package/dist/commands/liberica/transfer-in-forms/batch-review.js +146 -0
- package/dist/commands/liberica/transfer-in-forms/batch-review.js.map +1 -0
- package/dist/commands/liberica/transfer-in-forms/batch-unreview.d.ts +3 -0
- package/dist/commands/liberica/transfer-in-forms/batch-unreview.d.ts.map +1 -0
- package/dist/commands/liberica/transfer-in-forms/batch-unreview.js +147 -0
- package/dist/commands/liberica/transfer-in-forms/batch-unreview.js.map +1 -0
- package/dist/commands/liberica/transfer-in-forms/create.d.ts +3 -0
- package/dist/commands/liberica/transfer-in-forms/create.d.ts.map +1 -0
- package/dist/commands/liberica/transfer-in-forms/create.js +168 -0
- package/dist/commands/liberica/transfer-in-forms/create.js.map +1 -0
- package/dist/commands/liberica/transfer-in-forms/get.d.ts +3 -0
- package/dist/commands/liberica/transfer-in-forms/get.d.ts.map +1 -0
- package/dist/commands/liberica/transfer-in-forms/get.js +94 -0
- package/dist/commands/liberica/transfer-in-forms/get.js.map +1 -0
- package/dist/commands/liberica/transfer-in-forms/index.d.ts +3 -0
- package/dist/commands/liberica/transfer-in-forms/index.d.ts.map +1 -0
- package/dist/commands/liberica/transfer-in-forms/index.js +21 -0
- package/dist/commands/liberica/transfer-in-forms/index.js.map +1 -0
- package/dist/commands/liberica/transfer-in-forms/list.d.ts +3 -0
- package/dist/commands/liberica/transfer-in-forms/list.d.ts.map +1 -0
- package/dist/commands/liberica/transfer-in-forms/list.js +94 -0
- package/dist/commands/liberica/transfer-in-forms/list.js.map +1 -0
- package/dist/commands/liberica/transfer-in-forms/update.d.ts +3 -0
- package/dist/commands/liberica/transfer-in-forms/update.d.ts.map +1 -0
- package/dist/commands/liberica/transfer-in-forms/update.js +206 -0
- package/dist/commands/liberica/transfer-in-forms/update.js.map +1 -0
- package/dist/commands/liberica/transfer-out-forms/batch-delete.d.ts +3 -0
- package/dist/commands/liberica/transfer-out-forms/batch-delete.d.ts.map +1 -0
- package/dist/commands/liberica/transfer-out-forms/batch-delete.js +80 -0
- package/dist/commands/liberica/transfer-out-forms/batch-delete.js.map +1 -0
- package/dist/commands/liberica/transfer-out-forms/batch-review.d.ts +3 -0
- package/dist/commands/liberica/transfer-out-forms/batch-review.d.ts.map +1 -0
- package/dist/commands/liberica/transfer-out-forms/batch-review.js +142 -0
- package/dist/commands/liberica/transfer-out-forms/batch-review.js.map +1 -0
- package/dist/commands/liberica/transfer-out-forms/batch-unreview.d.ts +3 -0
- package/dist/commands/liberica/transfer-out-forms/batch-unreview.d.ts.map +1 -0
- package/dist/commands/liberica/transfer-out-forms/batch-unreview.js +53 -0
- package/dist/commands/liberica/transfer-out-forms/batch-unreview.js.map +1 -0
- package/dist/commands/liberica/transfer-out-forms/create.d.ts +3 -0
- package/dist/commands/liberica/transfer-out-forms/create.d.ts.map +1 -0
- package/dist/commands/liberica/transfer-out-forms/create.js +191 -0
- package/dist/commands/liberica/transfer-out-forms/create.js.map +1 -0
- package/dist/commands/liberica/transfer-out-forms/get.d.ts +3 -0
- package/dist/commands/liberica/transfer-out-forms/get.d.ts.map +1 -0
- package/dist/commands/liberica/transfer-out-forms/get.js +87 -0
- package/dist/commands/liberica/transfer-out-forms/get.js.map +1 -0
- package/dist/commands/liberica/transfer-out-forms/index.d.ts +3 -0
- package/dist/commands/liberica/transfer-out-forms/index.d.ts.map +1 -0
- package/dist/commands/liberica/transfer-out-forms/index.js +21 -0
- package/dist/commands/liberica/transfer-out-forms/index.js.map +1 -0
- package/dist/commands/liberica/transfer-out-forms/list.d.ts +3 -0
- package/dist/commands/liberica/transfer-out-forms/list.d.ts.map +1 -0
- package/dist/commands/liberica/transfer-out-forms/list.js +118 -0
- package/dist/commands/liberica/transfer-out-forms/list.js.map +1 -0
- package/dist/commands/liberica/transfer-out-forms/update.d.ts +3 -0
- package/dist/commands/liberica/transfer-out-forms/update.d.ts.map +1 -0
- package/dist/commands/liberica/transfer-out-forms/update.js +197 -0
- package/dist/commands/liberica/transfer-out-forms/update.js.map +1 -0
- package/dist/core/api/client.d.ts +59 -0
- package/dist/core/api/client.d.ts.map +1 -1
- package/dist/core/api/client.js +1106 -136
- package/dist/core/api/client.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +7 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +5 -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/team-issue.d.ts +87 -0
- package/dist/types/team-issue.d.ts.map +1 -0
- package/dist/types/team-issue.js +2 -0
- package/dist/types/team-issue.js.map +1 -0
- package/dist/types/team-project.d.ts +68 -0
- package/dist/types/team-project.d.ts.map +1 -0
- package/dist/types/team-project.js +2 -0
- package/dist/types/team-project.js.map +1 -0
- package/dist/types/team-task.d.ts +91 -0
- package/dist/types/team-task.d.ts.map +1 -0
- package/dist/types/team-task.js +2 -0
- package/dist/types/team-task.js.map +1 -0
- package/dist/types/team-work-log.d.ts +81 -0
- package/dist/types/team-work-log.d.ts.map +1 -0
- package/dist/types/team-work-log.js +2 -0
- package/dist/types/team-work-log.js.map +1 -0
- package/dist/types/transfer-in-form.d.ts +242 -0
- package/dist/types/transfer-in-form.d.ts.map +1 -0
- package/dist/types/transfer-in-form.js +2 -0
- package/dist/types/transfer-in-form.js.map +1 -0
- package/dist/types/transfer-out-form.d.ts +252 -0
- package/dist/types/transfer-out-form.d.ts.map +1 -0
- package/dist/types/transfer-out-form.js +4 -0
- package/dist/types/transfer-out-form.js.map +1 -0
- package/docs/commands/liberica/teams/issues/close.md +161 -0
- package/docs/commands/liberica/teams/issues/create.md +212 -0
- package/docs/commands/liberica/teams/issues/delete.md +179 -0
- package/docs/commands/liberica/teams/issues/get.md +167 -0
- package/docs/commands/liberica/teams/issues/list.md +182 -0
- package/docs/commands/liberica/teams/issues/tests-design.md +341 -0
- package/docs/commands/liberica/teams/issues/update.md +202 -0
- package/docs/commands/liberica/teams/projects/create.md +174 -0
- package/docs/commands/liberica/teams/projects/delete.md +180 -0
- package/docs/commands/liberica/teams/projects/get.md +150 -0
- package/docs/commands/liberica/teams/projects/list.md +179 -0
- package/docs/commands/liberica/teams/projects/update.md +175 -0
- package/docs/commands/liberica/teams/tasks/create.md +163 -0
- package/docs/commands/liberica/teams/tasks/delete.md +109 -0
- package/docs/commands/liberica/teams/tasks/get.md +121 -0
- package/docs/commands/liberica/teams/tasks/list.md +148 -0
- package/docs/commands/liberica/teams/tasks/update.md +158 -0
- package/docs/commands/liberica/teams/work-logs/create.md +151 -0
- package/docs/commands/liberica/teams/work-logs/delete.md +130 -0
- package/docs/commands/liberica/teams/work-logs/get.md +131 -0
- package/docs/commands/liberica/teams/work-logs/list.md +153 -0
- package/docs/commands/liberica/teams/work-logs/update.md +150 -0
- package/docs/commands/liberica/transfer-in-forms/batch-delete.md +157 -0
- package/docs/commands/liberica/transfer-in-forms/batch-review.md +157 -0
- package/docs/commands/liberica/transfer-in-forms/batch-unreview.md +157 -0
- package/docs/commands/liberica/transfer-in-forms/create.md +220 -0
- package/docs/commands/liberica/transfer-in-forms/get.md +221 -0
- package/docs/commands/liberica/transfer-in-forms/list.md +242 -0
- package/docs/commands/liberica/transfer-in-forms/update.md +185 -0
- package/docs/commands/liberica/transfer-out-forms/batch-delete.md +187 -0
- package/docs/commands/liberica/transfer-out-forms/batch-review.md +157 -0
- package/docs/commands/liberica/transfer-out-forms/batch-unreview.md +157 -0
- package/docs/commands/liberica/transfer-out-forms/create.md +280 -0
- package/docs/commands/liberica/transfer-out-forms/get.md +211 -0
- package/docs/commands/liberica/transfer-out-forms/list.md +233 -0
- package/docs/commands/liberica/transfer-out-forms/update.md +286 -0
- package/package.json +1 -1
- package/src/commands/liberica/index.ts +10 -1
- 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/teams/index.ts +17 -0
- package/src/commands/liberica/teams/issues/close.ts +104 -0
- package/src/commands/liberica/teams/issues/create.ts +254 -0
- package/src/commands/liberica/teams/issues/delete.ts +58 -0
- package/src/commands/liberica/teams/issues/get.ts +78 -0
- package/src/commands/liberica/teams/issues/index.ts +21 -0
- package/src/commands/liberica/teams/issues/list.ts +144 -0
- package/src/commands/liberica/teams/issues/update.ts +141 -0
- package/src/commands/liberica/teams/projects/create.ts +159 -0
- package/src/commands/liberica/teams/projects/delete.ts +58 -0
- package/src/commands/liberica/teams/projects/get.ts +87 -0
- package/src/commands/liberica/teams/projects/index.ts +19 -0
- package/src/commands/liberica/teams/projects/list.ts +147 -0
- package/src/commands/liberica/teams/projects/update.ts +117 -0
- package/src/commands/liberica/teams/tasks/create.ts +102 -0
- package/src/commands/liberica/teams/tasks/delete.ts +92 -0
- package/src/commands/liberica/teams/tasks/get.ts +64 -0
- package/src/commands/liberica/teams/tasks/index.ts +19 -0
- package/src/commands/liberica/teams/tasks/list.ts +102 -0
- package/src/commands/liberica/teams/tasks/update.ts +122 -0
- package/src/commands/liberica/teams/work-logs/create.ts +204 -0
- package/src/commands/liberica/teams/work-logs/delete.ts +58 -0
- package/src/commands/liberica/teams/work-logs/get.ts +87 -0
- package/src/commands/liberica/teams/work-logs/index.ts +19 -0
- package/src/commands/liberica/teams/work-logs/list.ts +141 -0
- package/src/commands/liberica/teams/work-logs/update.ts +120 -0
- package/src/commands/liberica/transfer-in-forms/batch-delete.ts +152 -0
- package/src/commands/liberica/transfer-in-forms/batch-review.ts +151 -0
- package/src/commands/liberica/transfer-in-forms/batch-unreview.ts +152 -0
- package/src/commands/liberica/transfer-in-forms/create.ts +179 -0
- package/src/commands/liberica/transfer-in-forms/get.ts +107 -0
- package/src/commands/liberica/transfer-in-forms/index.ts +23 -0
- package/src/commands/liberica/transfer-in-forms/list.ts +97 -0
- package/src/commands/liberica/transfer-in-forms/update.ts +213 -0
- package/src/commands/liberica/transfer-out-forms/batch-delete.ts +83 -0
- package/src/commands/liberica/transfer-out-forms/batch-review.ts +148 -0
- package/src/commands/liberica/transfer-out-forms/batch-unreview.ts +56 -0
- package/src/commands/liberica/transfer-out-forms/create.ts +194 -0
- package/src/commands/liberica/transfer-out-forms/get.ts +114 -0
- package/src/commands/liberica/transfer-out-forms/index.ts +23 -0
- package/src/commands/liberica/transfer-out-forms/list.ts +125 -0
- package/src/commands/liberica/transfer-out-forms/update.ts +197 -0
- package/src/core/api/client.ts +1351 -121
- package/src/index.ts +1 -1
- 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/team-issue.ts +94 -0
- package/src/types/team-project.ts +74 -0
- package/src/types/team-task.ts +98 -0
- package/src/types/team-work-log.ts +87 -0
- package/src/types/transfer-in-form.ts +265 -0
- package/src/types/transfer-out-form.ts +290 -0
|
@@ -0,0 +1,254 @@
|
|
|
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 { CreateTeamIssueRequest, IssueType, TeamIssueStatus, TeamIssuePriority, TeamIssue } from '../../../../types/team-issue.js';
|
|
6
|
+
|
|
7
|
+
function formatTable(data: CreateTeamIssueRequest): string {
|
|
8
|
+
const lines: string[] = [];
|
|
9
|
+
lines.push(` ${chalk.gray('Title:')} ${data.issueTitle}`);
|
|
10
|
+
lines.push(` ${chalk.gray('Type:')} ${data.issueType}`);
|
|
11
|
+
if (data.issueDesc) lines.push(` ${chalk.gray('Description:')} ${data.issueDesc}`);
|
|
12
|
+
lines.push(` ${chalk.gray('Project:')} ${data.projectName} (${data.projectCode})`);
|
|
13
|
+
if (data.priority) lines.push(` ${chalk.gray('Priority:')} ${data.priority}`);
|
|
14
|
+
if (data.teamIssueStatus) lines.push(` ${chalk.gray('Status:')} ${data.teamIssueStatus}`);
|
|
15
|
+
if (data.assignTo && data.assignTo.length > 0) lines.push(` ${chalk.gray('Assign To:')} ${data.assignTo.join(', ')}`);
|
|
16
|
+
if (data.tags && data.tags.length > 0) lines.push(` ${chalk.gray('Tags:')} ${data.tags.join(', ')}`);
|
|
17
|
+
return lines.join('\n');
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export function createTeamIssueCreateCommand(): Command {
|
|
21
|
+
const cmd = new Command('create');
|
|
22
|
+
cmd.description('Create a new team issue');
|
|
23
|
+
|
|
24
|
+
cmd
|
|
25
|
+
.option('--title <string>', 'Issue title (required)')
|
|
26
|
+
.option('--desc <string>', 'Issue description (required)')
|
|
27
|
+
.option('--type <string>', 'Issue type: BUG/REQUIREMENT/QUESTION (required)')
|
|
28
|
+
.option('--project-id <string>', 'Project ID (required)')
|
|
29
|
+
.option('--project-code <string>', 'Project code (required)')
|
|
30
|
+
.option('--project-name <string>', 'Project name (required)')
|
|
31
|
+
.option('--reporter-name <string>', 'Reporter name (required)')
|
|
32
|
+
.option('--reporter-email <string>', 'Reporter email (required)')
|
|
33
|
+
.option('--priority <string>', 'Priority: LOW/MEDIUM/HIGH/URGENT', 'MEDIUM')
|
|
34
|
+
.option('--status <string>', 'Status: OPEN/IN_PROGRESS/RESOLVED/CLOSED', 'OPEN')
|
|
35
|
+
.option('--assign-to <string>', 'Assignee user IDs (comma-separated)')
|
|
36
|
+
.option('--tags <string>', 'Tags (comma-separated)')
|
|
37
|
+
.option('--dry-run', 'Preview without making API call')
|
|
38
|
+
.option('--json', 'Output as JSON');
|
|
39
|
+
|
|
40
|
+
cmd.action(async () => {
|
|
41
|
+
const context = configManager.getCurrentContext();
|
|
42
|
+
const opts = cmd.opts();
|
|
43
|
+
|
|
44
|
+
const title = opts.title as string | undefined;
|
|
45
|
+
const desc = opts.desc as string | undefined;
|
|
46
|
+
const type = opts.type as string | undefined;
|
|
47
|
+
const projectId = opts.projectId as string | undefined;
|
|
48
|
+
const projectCode = opts.projectCode as string | undefined;
|
|
49
|
+
const projectName = opts.projectName as string | undefined;
|
|
50
|
+
const reporterName = opts.reporterName as string | undefined;
|
|
51
|
+
const reporterEmail = opts.reporterEmail as string | undefined;
|
|
52
|
+
const priorityInput = opts.priority as string | undefined;
|
|
53
|
+
const statusInput = opts.status as string | undefined;
|
|
54
|
+
const assignToInput = opts.assignTo as string | undefined;
|
|
55
|
+
const tagsInput = opts.tags as string | undefined;
|
|
56
|
+
const dryRun = opts.dryRun === true;
|
|
57
|
+
const jsonOutput = opts.json === true;
|
|
58
|
+
|
|
59
|
+
// Validate required fields
|
|
60
|
+
if (!title) {
|
|
61
|
+
if (jsonOutput) {
|
|
62
|
+
console.log(JSON.stringify({ success: false, error: { code: 'MISSING_OPTION', message: 'Option --title is required' } }));
|
|
63
|
+
} else {
|
|
64
|
+
console.error(chalk.red('\nā Error: --title is required\n'));
|
|
65
|
+
}
|
|
66
|
+
process.exit(1);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
if (!desc) {
|
|
70
|
+
if (jsonOutput) {
|
|
71
|
+
console.log(JSON.stringify({ success: false, error: { code: 'MISSING_OPTION', message: 'Option --desc is required' } }));
|
|
72
|
+
} else {
|
|
73
|
+
console.error(chalk.red('\nā Error: --desc is required\n'));
|
|
74
|
+
}
|
|
75
|
+
process.exit(1);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
if (!type) {
|
|
79
|
+
if (jsonOutput) {
|
|
80
|
+
console.log(JSON.stringify({ success: false, error: { code: 'MISSING_OPTION', message: 'Option --type is required' } }));
|
|
81
|
+
} else {
|
|
82
|
+
console.error(chalk.red('\nā Error: --type is required\n'));
|
|
83
|
+
}
|
|
84
|
+
process.exit(1);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
if (!['BUG', 'REQUIREMENT', 'QUESTION'].includes(type)) {
|
|
88
|
+
if (jsonOutput) {
|
|
89
|
+
console.log(JSON.stringify({ success: false, error: { code: 'INVALID_OPTION', message: 'Invalid --type. Valid values: BUG, REQUIREMENT, QUESTION' } }));
|
|
90
|
+
} else {
|
|
91
|
+
console.error(chalk.red('\nā Error: Invalid --type\n Valid values: BUG, REQUIREMENT, QUESTION\n'));
|
|
92
|
+
}
|
|
93
|
+
process.exit(1);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
if (!projectId) {
|
|
97
|
+
if (jsonOutput) {
|
|
98
|
+
console.log(JSON.stringify({ success: false, error: { code: 'MISSING_OPTION', message: 'Option --project-id is required' } }));
|
|
99
|
+
} else {
|
|
100
|
+
console.error(chalk.red('\nā Error: --project-id is required\n'));
|
|
101
|
+
}
|
|
102
|
+
process.exit(1);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
if (!projectCode) {
|
|
106
|
+
if (jsonOutput) {
|
|
107
|
+
console.log(JSON.stringify({ success: false, error: { code: 'MISSING_OPTION', message: 'Option --project-code is required' } }));
|
|
108
|
+
} else {
|
|
109
|
+
console.error(chalk.red('\nā Error: --project-code is required\n'));
|
|
110
|
+
}
|
|
111
|
+
process.exit(1);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
if (!projectName) {
|
|
115
|
+
if (jsonOutput) {
|
|
116
|
+
console.log(JSON.stringify({ success: false, error: { code: 'MISSING_OPTION', message: 'Option --project-name is required' } }));
|
|
117
|
+
} else {
|
|
118
|
+
console.error(chalk.red('\nā Error: --project-name is required\n'));
|
|
119
|
+
}
|
|
120
|
+
process.exit(1);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
if (!reporterName) {
|
|
124
|
+
if (jsonOutput) {
|
|
125
|
+
console.log(JSON.stringify({ success: false, error: { code: 'MISSING_OPTION', message: 'Option --reporter-name is required' } }));
|
|
126
|
+
} else {
|
|
127
|
+
console.error(chalk.red('\nā Error: --reporter-name is required\n'));
|
|
128
|
+
}
|
|
129
|
+
process.exit(1);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
if (!reporterEmail) {
|
|
133
|
+
if (jsonOutput) {
|
|
134
|
+
console.log(JSON.stringify({ success: false, error: { code: 'MISSING_OPTION', message: 'Option --reporter-email is required' } }));
|
|
135
|
+
} else {
|
|
136
|
+
console.error(chalk.red('\nā Error: --reporter-email is required\n'));
|
|
137
|
+
}
|
|
138
|
+
process.exit(1);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
// Validate priority
|
|
142
|
+
let priority: TeamIssuePriority | undefined;
|
|
143
|
+
if (priorityInput) {
|
|
144
|
+
if (!['LOW', 'MEDIUM', 'HIGH', 'URGENT'].includes(priorityInput)) {
|
|
145
|
+
if (jsonOutput) {
|
|
146
|
+
console.log(JSON.stringify({ success: false, error: { code: 'INVALID_OPTION', message: 'Invalid --priority. Valid values: LOW, MEDIUM, HIGH, URGENT' } }));
|
|
147
|
+
} else {
|
|
148
|
+
console.error(chalk.red('\nā Error: Invalid --priority\n Valid values: LOW, MEDIUM, HIGH, URGENT\n'));
|
|
149
|
+
}
|
|
150
|
+
process.exit(1);
|
|
151
|
+
}
|
|
152
|
+
priority = priorityInput as TeamIssuePriority;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
// Validate status
|
|
156
|
+
let teamIssueStatus: TeamIssueStatus | undefined;
|
|
157
|
+
if (statusInput) {
|
|
158
|
+
if (!['OPEN', 'IN_PROGRESS', 'RESOLVED', 'CLOSED'].includes(statusInput)) {
|
|
159
|
+
if (jsonOutput) {
|
|
160
|
+
console.log(JSON.stringify({ success: false, error: { code: 'INVALID_OPTION', message: 'Invalid --status. Valid values: OPEN, IN_PROGRESS, RESOLVED, CLOSED' } }));
|
|
161
|
+
} else {
|
|
162
|
+
console.error(chalk.red('\nā Error: Invalid --status\n Valid values: OPEN, IN_PROGRESS, RESOLVED, CLOSED\n'));
|
|
163
|
+
}
|
|
164
|
+
process.exit(1);
|
|
165
|
+
}
|
|
166
|
+
teamIssueStatus = statusInput as TeamIssueStatus;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
// Parse comma-separated arrays
|
|
170
|
+
let assignToList = assignToInput ? assignToInput.split(',').map(s => s.trim()).filter(s => s.length > 0) : undefined;
|
|
171
|
+
const tagsList = tagsInput ? tagsInput.split(',').map(s => s.trim()).filter(s => s.length > 0) : undefined;
|
|
172
|
+
|
|
173
|
+
if (!assignToList || assignToList.length === 0) {
|
|
174
|
+
const currentUserResponse = await apiClient.getCurrentUser(context.environment, context.tenant);
|
|
175
|
+
if (currentUserResponse.success && currentUserResponse.data) {
|
|
176
|
+
const userData = currentUserResponse.data as any;
|
|
177
|
+
const currentUserId = userData.employeeId || userData.userId;
|
|
178
|
+
if (currentUserId) {
|
|
179
|
+
assignToList = [currentUserId];
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
const data: CreateTeamIssueRequest = {
|
|
185
|
+
issueTitle: title,
|
|
186
|
+
issueDesc: desc,
|
|
187
|
+
issueType: type as IssueType,
|
|
188
|
+
projectId: projectId,
|
|
189
|
+
projectCode: projectCode,
|
|
190
|
+
projectName: projectName,
|
|
191
|
+
reporterName: reporterName,
|
|
192
|
+
reporterEmail: reporterEmail,
|
|
193
|
+
reportDate: new Date().toISOString().slice(0, 10),
|
|
194
|
+
priority: priority,
|
|
195
|
+
teamIssueStatus: teamIssueStatus,
|
|
196
|
+
assignTo: assignToList,
|
|
197
|
+
tags: tagsList,
|
|
198
|
+
};
|
|
199
|
+
|
|
200
|
+
if (dryRun) {
|
|
201
|
+
if (jsonOutput) {
|
|
202
|
+
console.log(JSON.stringify({ success: true, dryRun: true, data }));
|
|
203
|
+
} else {
|
|
204
|
+
console.log(chalk.bold('\nš Dry-Run Mode: No changes will be made\n'));
|
|
205
|
+
console.log(' Issue to be created:');
|
|
206
|
+
console.log(formatTable(data));
|
|
207
|
+
console.log();
|
|
208
|
+
}
|
|
209
|
+
return;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
if (!jsonOutput) {
|
|
213
|
+
console.log(chalk.bold('\nš Creating Team Issue\n'));
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
const response = await apiClient.createTeamIssue(context.environment, context.tenant, data);
|
|
217
|
+
|
|
218
|
+
if (!response.success) {
|
|
219
|
+
const errorMsg = response.error?.message || 'Failed to create team issue';
|
|
220
|
+
const errorCode = response.error?.code || 'CREATE_TEAM_ISSUE_ERROR';
|
|
221
|
+
if (jsonOutput) {
|
|
222
|
+
console.log(JSON.stringify({ success: false, error: { code: errorCode, message: errorMsg } }));
|
|
223
|
+
} else {
|
|
224
|
+
console.error(chalk.red(`\nā Failed to create team issue: ${errorMsg}`));
|
|
225
|
+
if (response.error?.code) {
|
|
226
|
+
console.error(chalk.gray(` Error code: ${response.error.code}`));
|
|
227
|
+
}
|
|
228
|
+
console.error();
|
|
229
|
+
}
|
|
230
|
+
process.exit(1);
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
if (response.success) {
|
|
234
|
+
const issue = response.data as TeamIssue | undefined;
|
|
235
|
+
|
|
236
|
+
if (jsonOutput) {
|
|
237
|
+
console.log(JSON.stringify({ success: true, data: issue }));
|
|
238
|
+
} else {
|
|
239
|
+
console.log(chalk.green('ā Team issue created successfully\n'));
|
|
240
|
+
if (issue?.teamIssueId) console.log(` ${chalk.gray('Issue ID:')} ${chalk.green(issue.teamIssueId)}`);
|
|
241
|
+
if (issue?.teamIssueCode) console.log(` ${chalk.gray('Code:')} ${issue.teamIssueCode}`);
|
|
242
|
+
if (issue?.issueTitle) console.log(` ${chalk.gray('Title:')} ${issue.issueTitle}`);
|
|
243
|
+
if (issue?.issueType) console.log(` ${chalk.gray('Type:')} ${issue.issueType}`);
|
|
244
|
+
if (issue?.projectName) console.log(` ${chalk.gray('Project:')} ${issue.projectName}`);
|
|
245
|
+
if (issue?.priority) console.log(` ${chalk.gray('Priority:')} ${issue.priority}`);
|
|
246
|
+
if (issue?.teamIssueStatus) console.log(` ${chalk.gray('Status:')} ${issue.teamIssueStatus}`);
|
|
247
|
+
if (issue?.reportDate) console.log(` ${chalk.gray('Created:')} ${issue.reportDate}`);
|
|
248
|
+
console.log();
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
});
|
|
252
|
+
|
|
253
|
+
return cmd;
|
|
254
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
|
|
6
|
+
export function createTeamIssueDeleteCommand(): Command {
|
|
7
|
+
const deleteCommand = new Command('delete');
|
|
8
|
+
deleteCommand
|
|
9
|
+
.description('Delete a team issue')
|
|
10
|
+
.argument('<issue-id>', 'Issue ID')
|
|
11
|
+
.option('--force', 'Skip confirmation prompt')
|
|
12
|
+
.option('--dry-run', 'Preview the operation without executing')
|
|
13
|
+
.option('--json', 'Output as JSON');
|
|
14
|
+
|
|
15
|
+
deleteCommand.action(async (issueId: string, options: Record<string, unknown>) => {
|
|
16
|
+
const context = configManager.getCurrentContext();
|
|
17
|
+
const jsonOutput = options.json === true;
|
|
18
|
+
|
|
19
|
+
if (!issueId || issueId.trim() === '') {
|
|
20
|
+
console.error(chalk.red('\nā Issue ID is required\n'));
|
|
21
|
+
process.exit(1);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
if (options.dryRun) {
|
|
25
|
+
if (jsonOutput) {
|
|
26
|
+
console.log(JSON.stringify({ success: true, dryRun: true, issueId }));
|
|
27
|
+
} else {
|
|
28
|
+
console.log(chalk.bold('\nšļø Delete Issue (Dry Run)\n'));
|
|
29
|
+
console.log(chalk.gray(` Issue ID: ${issueId}`));
|
|
30
|
+
console.log(chalk.cyan('\n This operation will delete the issue.\n'));
|
|
31
|
+
}
|
|
32
|
+
return;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
if (!options.force) {
|
|
36
|
+
if (!jsonOutput) {
|
|
37
|
+
console.log(chalk.bold('\nšļø Delete Issue\n'));
|
|
38
|
+
console.log(chalk.gray(` Issue ID: ${issueId}`));
|
|
39
|
+
console.log(chalk.yellow('\n ā ļø Add --force to confirm deletion\n'));
|
|
40
|
+
}
|
|
41
|
+
process.exit(0);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
const response = await apiClient.deleteTeamIssue(context.environment, context.tenant, issueId);
|
|
45
|
+
if (response.success) {
|
|
46
|
+
if (jsonOutput) {
|
|
47
|
+
console.log(JSON.stringify({ success: true, issueId }));
|
|
48
|
+
} else {
|
|
49
|
+
console.log(chalk.green(`\nā Issue ${issueId} deleted\n`));
|
|
50
|
+
}
|
|
51
|
+
} else {
|
|
52
|
+
console.error(chalk.red(`\nā Failed: ${response.error?.message || 'Unknown error'}\n`));
|
|
53
|
+
process.exit(1);
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
|
|
57
|
+
return deleteCommand;
|
|
58
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
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 { TeamIssue } from '../../../../types/team-issue.js';
|
|
7
|
+
|
|
8
|
+
export function createTeamIssueGetCommand(): Command {
|
|
9
|
+
const getCommand = new Command('get');
|
|
10
|
+
getCommand.description('Get team issue details by ID');
|
|
11
|
+
getCommand.arguments('<issue-id>');
|
|
12
|
+
getCommand.option('--json', 'Output as JSON');
|
|
13
|
+
|
|
14
|
+
getCommand.action(async (issueId: string, options: Record<string, unknown>) => {
|
|
15
|
+
const context = configManager.getCurrentContext();
|
|
16
|
+
const environment = (options.env as Environment) || context.environment;
|
|
17
|
+
const tenant = (options.tenant as string) || context.tenant;
|
|
18
|
+
|
|
19
|
+
if (!issueId || issueId.trim() === '') {
|
|
20
|
+
console.error(chalk.red('\nā Issue ID is required\n'));
|
|
21
|
+
process.exit(1);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
try {
|
|
25
|
+
const response = await apiClient.getTeamIssue(environment, tenant, issueId);
|
|
26
|
+
|
|
27
|
+
if (!response.success) {
|
|
28
|
+
const errorCode = response.error?.code || 'UNKNOWN_ERROR';
|
|
29
|
+
const errorMessage = response.error?.message || 'Unknown error';
|
|
30
|
+
console.error(chalk.red(`\nā Error: ${errorMessage} (${errorCode})\n`));
|
|
31
|
+
process.exit(1);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
const issue = response.data as TeamIssue | null;
|
|
35
|
+
|
|
36
|
+
if (!issue) {
|
|
37
|
+
console.error(chalk.red('\nā Issue not found\n'));
|
|
38
|
+
process.exit(1);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
if (options.json) {
|
|
42
|
+
console.log(JSON.stringify({
|
|
43
|
+
success: true,
|
|
44
|
+
data: issue,
|
|
45
|
+
}, null, 2));
|
|
46
|
+
return;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
console.log(chalk.bold('\nš Issue Details\n'));
|
|
50
|
+
console.log(` ${chalk.gray('ID:')} ${issue.teamIssueId}`);
|
|
51
|
+
console.log(` ${chalk.gray('Code:')} ${issue.teamIssueCode || '-'}`);
|
|
52
|
+
console.log(` ${chalk.gray('Title:')} ${issue.issueTitle}`);
|
|
53
|
+
console.log(` ${chalk.gray('Type:')} ${issue.issueType}`);
|
|
54
|
+
console.log(` ${chalk.gray('Status:')} ${issue.teamIssueStatus}`);
|
|
55
|
+
console.log(` ${chalk.gray('Priority:')} ${issue.priority}`);
|
|
56
|
+
console.log(` ${chalk.gray('Project:')} ${issue.projectName} (${issue.projectCode})`);
|
|
57
|
+
console.log(` ${chalk.gray('Reporter:')} ${issue.reporterName}`);
|
|
58
|
+
if (issue.assignTo) {
|
|
59
|
+
console.log(` ${chalk.gray('Assignee:')} ${issue.assignTo}`);
|
|
60
|
+
}
|
|
61
|
+
if (issue.tags) {
|
|
62
|
+
console.log(` ${chalk.gray('Tags:')} ${issue.tags}`);
|
|
63
|
+
}
|
|
64
|
+
if (issue.issueDesc) {
|
|
65
|
+
console.log(` ${chalk.gray('Description:')} ${issue.issueDesc}`);
|
|
66
|
+
}
|
|
67
|
+
if (issue.solution) {
|
|
68
|
+
console.log(` ${chalk.gray('Solution:')} ${issue.solution}`);
|
|
69
|
+
}
|
|
70
|
+
console.log();
|
|
71
|
+
} catch (error) {
|
|
72
|
+
console.error(chalk.red(`\nā Unexpected error: ${error instanceof Error ? error.message : 'Unknown error'}\n`));
|
|
73
|
+
process.exit(1);
|
|
74
|
+
}
|
|
75
|
+
});
|
|
76
|
+
|
|
77
|
+
return getCommand;
|
|
78
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Command } from 'commander';
|
|
2
|
+
import { createTeamIssueListCommand } from './list.js';
|
|
3
|
+
import { createTeamIssueGetCommand } from './get.js';
|
|
4
|
+
import { createTeamIssueCreateCommand } from './create.js';
|
|
5
|
+
import { createTeamIssueUpdateCommand } from './update.js';
|
|
6
|
+
import { createTeamIssueDeleteCommand } from './delete.js';
|
|
7
|
+
import { createTeamIssueCloseCommand } from './close.js';
|
|
8
|
+
|
|
9
|
+
export function createTeamIssuesCommand(): Command {
|
|
10
|
+
const issuesCommand = new Command('issues');
|
|
11
|
+
issuesCommand.description('Manage team issues');
|
|
12
|
+
|
|
13
|
+
issuesCommand.addCommand(createTeamIssueListCommand());
|
|
14
|
+
issuesCommand.addCommand(createTeamIssueGetCommand());
|
|
15
|
+
issuesCommand.addCommand(createTeamIssueCreateCommand());
|
|
16
|
+
issuesCommand.addCommand(createTeamIssueUpdateCommand());
|
|
17
|
+
issuesCommand.addCommand(createTeamIssueDeleteCommand());
|
|
18
|
+
issuesCommand.addCommand(createTeamIssueCloseCommand());
|
|
19
|
+
|
|
20
|
+
return issuesCommand;
|
|
21
|
+
}
|
|
@@ -0,0 +1,144 @@
|
|
|
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 {
|
|
7
|
+
TeamIssueQueryParams,
|
|
8
|
+
TeamIssueListResponse,
|
|
9
|
+
TeamIssueStatus,
|
|
10
|
+
IssueType,
|
|
11
|
+
TeamIssuePriority,
|
|
12
|
+
} from '../../../../types/team-issue.js';
|
|
13
|
+
import { Environment } from '../../../../types/index.js';
|
|
14
|
+
|
|
15
|
+
export function createTeamIssueListCommand(): Command {
|
|
16
|
+
const listCommand = new Command('list');
|
|
17
|
+
listCommand.description('List team issues with pagination');
|
|
18
|
+
|
|
19
|
+
listCommand
|
|
20
|
+
.option('-p, --page <number>', 'Page number', '1')
|
|
21
|
+
.option('-s, --size <number>', 'Page size', '20')
|
|
22
|
+
.option('--status <string>', 'Filter by status (OPEN/IN_PROGRESS/RESOLVED/CLOSED)')
|
|
23
|
+
.option('--type <string>', 'Filter by type (BUG/REQUIREMENT/QUESTION)')
|
|
24
|
+
.option('--priority <string>', 'Filter by priority (LOW/MEDIUM/HIGH/URGENT)')
|
|
25
|
+
.option('--project-id <string>', 'Filter by project ID')
|
|
26
|
+
.option('--title <string>', 'Filter by title (fuzzy search)')
|
|
27
|
+
.option('--json', 'Output as JSON')
|
|
28
|
+
.action(async (options) => {
|
|
29
|
+
const context = configManager.getCurrentContext();
|
|
30
|
+
const environment = (options.env as Environment) || context.environment;
|
|
31
|
+
const tenant = options.tenant || context.tenant;
|
|
32
|
+
|
|
33
|
+
const page = parseInt(options.page as string, 10) - 1; // API uses 0-based
|
|
34
|
+
const size = parseInt(options.size as string, 10);
|
|
35
|
+
|
|
36
|
+
const params: TeamIssueQueryParams = {
|
|
37
|
+
pageNo: page,
|
|
38
|
+
pageSize: size,
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
if (options.status) {
|
|
42
|
+
params.teamIssueStatus = options.status as TeamIssueStatus;
|
|
43
|
+
}
|
|
44
|
+
if (options.type) {
|
|
45
|
+
params.issueType = options.type as IssueType;
|
|
46
|
+
}
|
|
47
|
+
if (options.priority) {
|
|
48
|
+
params.priority = options.priority as TeamIssuePriority;
|
|
49
|
+
}
|
|
50
|
+
if (options.projectId) {
|
|
51
|
+
params.projectId = options.projectId as string;
|
|
52
|
+
}
|
|
53
|
+
if (options.title) {
|
|
54
|
+
params.issueTitle = options.title as string;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
const response = await apiClient.listTeamIssues(environment, tenant, params);
|
|
58
|
+
|
|
59
|
+
if (!response.success) {
|
|
60
|
+
console.error(chalk.red(`\nā Failed to list team issues: ${response.error?.message || 'Unknown error'}`));
|
|
61
|
+
if (response.error?.code) {
|
|
62
|
+
console.error(chalk.gray(` Error code: ${response.error.code}`));
|
|
63
|
+
}
|
|
64
|
+
console.error();
|
|
65
|
+
process.exit(1);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
const data = response.data as TeamIssueListResponse | null;
|
|
69
|
+
|
|
70
|
+
if (!data) {
|
|
71
|
+
if (options.json) {
|
|
72
|
+
console.log(JSON.stringify({ success: true, data: { items: [], pagination: { pageNo: 0, pageSize: 20, totalRows: 0 } } }, null, 2));
|
|
73
|
+
} else {
|
|
74
|
+
console.log(chalk.bold('\nš Team Issue List\n'));
|
|
75
|
+
console.log(chalk.gray(' No team issues found\n'));
|
|
76
|
+
}
|
|
77
|
+
return;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
if (options.json) {
|
|
81
|
+
console.log(
|
|
82
|
+
JSON.stringify(
|
|
83
|
+
{
|
|
84
|
+
success: true,
|
|
85
|
+
data: {
|
|
86
|
+
items: data.rows || [],
|
|
87
|
+
pagination: {
|
|
88
|
+
pageNo: data.pageNo,
|
|
89
|
+
pageSize: data.pageSize,
|
|
90
|
+
totalRows: data.totalRows,
|
|
91
|
+
},
|
|
92
|
+
},
|
|
93
|
+
},
|
|
94
|
+
null,
|
|
95
|
+
2
|
|
96
|
+
)
|
|
97
|
+
);
|
|
98
|
+
return;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
const records = data.rows || [];
|
|
102
|
+
|
|
103
|
+
if (records.length === 0) {
|
|
104
|
+
console.log(chalk.bold('\nš Team Issue List\n'));
|
|
105
|
+
console.log(chalk.gray(' No team issues found\n'));
|
|
106
|
+
return;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
console.log(chalk.bold('\nš Team Issue List\n'));
|
|
110
|
+
|
|
111
|
+
const table = new Table({
|
|
112
|
+
head: [chalk.bold('ID'), chalk.bold('Code'), chalk.bold('Title'), chalk.bold('Type'), chalk.bold('Status'), chalk.bold('Priority'), chalk.bold('Reporter')],
|
|
113
|
+
colWidths: [12, 15, 25, 12, 14, 10, 18],
|
|
114
|
+
style: {
|
|
115
|
+
head: [],
|
|
116
|
+
border: [],
|
|
117
|
+
},
|
|
118
|
+
});
|
|
119
|
+
|
|
120
|
+
for (const issue of records) {
|
|
121
|
+
const statusColor = issue.teamIssueStatus === 'OPEN' ? chalk.yellow : issue.teamIssueStatus === 'IN_PROGRESS' ? chalk.blue : issue.teamIssueStatus === 'RESOLVED' ? chalk.green : chalk.gray;
|
|
122
|
+
table.push([
|
|
123
|
+
issue.teamIssueId,
|
|
124
|
+
issue.teamIssueCode || '-',
|
|
125
|
+
issue.issueTitle.substring(0, 24) + (issue.issueTitle.length > 24 ? '...' : ''),
|
|
126
|
+
issue.issueType,
|
|
127
|
+
statusColor(issue.teamIssueStatus),
|
|
128
|
+
issue.priority,
|
|
129
|
+
issue.reporterName || '-',
|
|
130
|
+
]);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
console.log(table.toString());
|
|
134
|
+
console.log();
|
|
135
|
+
console.log(
|
|
136
|
+
chalk.gray(
|
|
137
|
+
` Total: ${data.totalRows} | Page: ${data.pageNo} / ${Math.ceil(data.totalRows / data.pageSize) || 1} | Size: ${data.pageSize}`
|
|
138
|
+
)
|
|
139
|
+
);
|
|
140
|
+
console.log();
|
|
141
|
+
});
|
|
142
|
+
|
|
143
|
+
return listCommand;
|
|
144
|
+
}
|