Azure / Azure/InnovationEngine
Feature Request: Initialization Script
Open
enhancement
innovation engine
- Dominant language
- Go
- Stars
- 40
- Forks
- 27
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 1
Description
Currently, if we want to test a markdown block that depends on certain dependencies e.g. [installing `krew`](https://github.com/Azure/kubectl-aks/blob/main/.github/workflows/kubectl-aks.yml#L284), we have to perform these steps either via Makefile or as [additional step](https://github.com/Azure/kubectl-aks/blob/main/.github/workflows/kubectl-aks.yml#L284) in CI.
It would be great if we have a way to specify an initialization script for a document (similar to how we can specify custom vars) to be able to handle dependencies in consistent way.
Contributor guide
Assessment
This issue has not been assessed yet.