Skip to main content

ack template

Manage ACK orchestration templates

Run ecctl ack template <action> -h for usage, or ecctl schema ack.template.<action> --full for the complete, agent-readable spec of every parameter and behavior.

create

ecctl ack template create [flags]

Create ACK orchestration template

  • Kind: mutation · Risk: medium
APIWhen calledPurpose
CreateTemplateEvery time the command runs.Perform the resource operation.
DescribeTemplateAttributeEvery time the command runs.Read the resource view.
ParameterTypeRequiredDescription
--contentstringtemplate content as JSON/YAML text or @file
--namestringtemplate name
--regionstringAlibaba Cloud region
--descriptionstringtemplate description
--tagsstringtemplate tags
--template-typestringtemplate type

update

ecctl ack template update <id> [flags]

Update ACK orchestration template

  • Kind: mutation · Risk: medium
APIWhen calledPurpose
UpdateTemplateEvery time the command runs.Perform the resource operation.
DescribeTemplateAttributeEvery time the command runs.Read the resource view.
ParameterTypeRequiredDescription
--regionstringAlibaba Cloud region
--contentstringtemplate content as JSON/YAML text or @file
--descriptionstringtemplate description
--namestringtemplate name
--tagsstringtemplate tags
--template-typestringtemplate type

delete

ecctl ack template delete <id> [flags]

Delete ACK orchestration template

  • Kind: mutation · Risk: high
  • Synchronous: waits for absent (waiter deleted_after_delete, timeout 300s); use --no-wait to skip.
APIWhen calledPurpose
DeleteTemplateEvery time the command runs.Perform the resource operation.
DescribeTemplateAttributeWhen --no-wait is not specified.Poll until the resource reaches the target state. (repeated)
ParameterTypeRequiredDescription
--regionstringAlibaba Cloud region

get

ecctl ack template get <id> [flags]

Get ACK orchestration template

  • Kind: read · Risk: low
APIWhen calledPurpose
DescribeTemplateAttributeEvery time the command runs.Read the resource view.
ParameterTypeRequiredDescription
--regionstringAlibaba Cloud region
--fieldsstringcomma-separated resource fields to include
--template-typestringtemplate type

list

ecctl ack template list [flags]

List ACK orchestration templates

  • Kind: read · Risk: low
APIWhen calledPurpose
DescribeTemplatesEvery time the command runs.Read the resource view.
ParameterTypeRequiredDescription
--regionstringAlibaba Cloud region
--fieldsstringcomma-separated resource fields to include
--limitintegermaximum resources to return (default: 100)
--pageintegerresults page to return (default: 1)
--template-typestringtemplate type