Documentation ¶ Index ¶ func New(runtimeContext *runtime.Context) *cobra.Command type Inputs type WorkflowToDelete Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(runtimeContext *runtime.Context) *cobra.Command Types ¶ type Inputs ¶ type Inputs struct { WorkflowName string `validate:"workflow_name"` WorkflowOwner string `validate:"workflow_owner"` SkipConfirmation bool } type WorkflowToDelete ¶ added in v1.12.0 type WorkflowToDelete struct { ID string Owner string DonFamily string Tag string BinaryURL string Status string RawID any // Holds the registry-specific ID type ([32]byte for on-chain, string for private) } Source Files ¶ View all Source files delete.goregistry_delete_strategy.goregistry_delete_strategy_onchain.goregistry_delete_strategy_private.go Click to show internal directories. Click to hide internal directories.