update
Last updated
Was this helpful?
Updates template parameters or base64-encoded flow content.
terrakube template update --organization <ORG> --id <TPL_ID> [flags]terrakube template update -o "$ORG_ID" \
--id "$TPL_ID" \
--name "custom-plan-apply" \
--description "Updated plan and apply flow" \
--version "1.0.0" \
--content "$TCL_B64" \
--output jsonLast updated
Was this helpful?
Was this helpful?