|
|
return fmt.Errorf("error checking if project uses new apply logic: %w", err)
|
|
return fmt.Errorf("error checking if project uses new apply logic: %w", err)
|
|
|
deploymentTargetID, err := deploymentTargetFromConfig(ctx, client, cliConf.Project, cliConf.Cluster, inp.PreviewApply)
|
|
deploymentTargetID, err := deploymentTargetFromConfig(ctx, client, cliConf.Project, cliConf.Cluster, inp.PreviewApply)
|