Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
deployment, err := client.Workflows.DeployRelease(ctx, workflow.Slug, release.ID, []string{"production"}, )
func (workflowClient) DeployRelease( ctx context.Context, workflowSlug string, releaseID uuid.UUID, clusterSlugs []string, ) (*workflows.WorkflowReleaseDeployment, error)
Was this page helpful?