Updates SSH key metadata.
terrakube ssh update --organization <ORG> --id <SSH_ID> [flags]
terrakube ssh update -o "$ORG_ID" \ --id "$SSH_ID" \ --name "ssh-prod" \ --ssh-type "rsa" \ --private-key "$DUMMY_KEY" \ --description "Updated SSH key description" \ --output json
Last updated 13 days ago
Was this helpful?