update
Last updated
Was this helpful?
Updates permissions for a project access rule.
terrakube project-access update --organization <ORG> --project <PRJ> --id <PRJ_ACC_ID> [flags]terrakube project-access update -o "$ORG_ID" \
--project "$PRJ_ID" \
--id "$PRJ_ACC_ID" \
--name "TERRAKUBE_ADMIN" \
--manage-state=false \
--manage-workspace \
--manage-job \
--output jsonLast updated
Was this helpful?
Was this helpful?