Azure / vscode-aks-tools

Visual Studio Code extension for Azure Kubernetes Service
MIT License
41 stars 50 forks source link

Use the `draft` binary for GitHub workflow file generation #762

Open peterbom opened 2 months ago

peterbom commented 2 months ago

This extension does not currently use Draft's generate-workflow command to generate GitHub workflow files.

The reasoning is that Draft is not sufficiently configurable to support workflow generation comparable to Automated Deployments. Specifically, it does not support:

After these are addressed in Draft, the workflow generation can be simplified by invoking the Draft binary and removing the template files.