Commit 04b0351
feat(sdk+cli): add Credential Kind SDK client and acpctl credential subcommands (RHOAIENG-55817)
- Add types/credential.go: Credential, CredentialList, CredentialTokenResponse, CredentialBuilder, CredentialPatchBuilder
- Add client/credential_api.go: CredentialAPI with Create, Get, List, Update, Delete, GetToken, ListAll
- Add cmd/acpctl/credential/cmd.go: list, get, create, update, delete, token subcommands following agent pattern
- Register credential command in acpctl main.go
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 9660cf2 commit 04b0351
4 files changed
Lines changed: 632 additions & 1 deletion
File tree
- components
- ambient-cli/cmd/acpctl
- credential
- ambient-sdk/go-sdk
- client
- types
0 commit comments