feat(cli): add Jira invite-user command#559
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #559 +/- ##
=======================================
Coverage ? 89.08%
=======================================
Files ? 222
Lines ? 53332
Branches ? 5607
=======================================
Hits ? 47509
Misses ? 5823
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Thanks for this — it cleanly completes the missing half of the Jira identity-linking flow (#553) and lines up well with the existing A few small items I'd appreciate addressed before merge:
None of these are architectural concerns — the core flow, DynamoDB row shape, and handler contract all look correct. Happy to re-review once the above are in. |
Area
cdk— infrastructure, handlers, constructsagent— Python runtime / Docker imagecli—bgagentclientdocs— guides or design sources (docs/guides/,docs/design/)tooling— rootmise.toml, scripts, CI workflowsRelated
Closes #553
Changes
bgagent jira invite-user <cloud-id> <account-id-or-email>to mint Jira identity-link invite codes.pending#<code>rows consumed by the existingbgagent jira link <code>flow.Validation
83f2ac74-f60e-4053-9514-a887d6ef5fd7.npx jest test/commands/jira.test.ts --coverage=falseMISE_EXPERIMENTAL=1 mise //cli:buildMISE_EXPERIMENTAL=1 mise //docs:buildmise run buildPR checklist
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.