For the complete documentation index, see llms.txt. This page is also available as Markdown.

update

Updates a federated identity claim rule.

Usage

terrakube federated-claim update --federated <FED> --id <CLAIM_ID> --claim-key <KEY> --claim-value <VAL> [flags]

Examples

terrakube federated-claim update \
  --federated "$FED_ID" \
  --id "$CLAIM_ID" \
  --claim-key "repository_owner" \
  --claim-value "terrakube-org" \
  --output json

Last updated

Was this helpful?