Description
Add project-free AgentCore Payments commands to the imperative CLI on refactor, following the
existing Handler/Core and ID-based resource-selection conventions.
Deliver the headless surface as two dependent PRs:
- Read-only commands: get/list for payment managers, connectors, sessions, instruments, and
Identity payment credential providers, plus instrument balance.
- Mutation commands: create/update/delete where supported, including Coinbase Quick Create,
credential input validation, and optional default service-role provisioning.
Session and instrument commands accept a manager ID. Core resolves the manager ARN with
GetPaymentManager before calling the data plane. Balance requires an explicit chain, defaults
to USDC, preserves atomic amount strings and decimals, and does not convert service errors to zero.
Acceptance Criteria
- Both PRs independently build and pass their tests.
- Read-only commands do not depend on new mutation handlers or IAM provisioning.
- SDK calls remain in Core, using injected clients and the shared command/test infrastructure.
- The mutation PR preserves the complete headless command behavior.
- CLI-only routes are clearly distinguished from TUI screens.
Read-only/interactive TUI screens are a later, separate PR. Payment execution, runtime payment-token
retrieval, and a generic tagging command are outside this issue.
Description
Add project-free AgentCore Payments commands to the imperative CLI on
refactor, following theexisting Handler/Core and ID-based resource-selection conventions.
Deliver the headless surface as two dependent PRs:
Identity payment credential providers, plus instrument balance.
credential input validation, and optional default service-role provisioning.
Session and instrument commands accept a manager ID. Core resolves the manager ARN with
GetPaymentManager before calling the data plane. Balance requires an explicit chain, defaults
to USDC, preserves atomic amount strings and decimals, and does not convert service errors to zero.
Acceptance Criteria
Read-only/interactive TUI screens are a later, separate PR. Payment execution, runtime payment-token
retrieval, and a generic tagging command are outside this issue.