Azure / InnovationEngine

An experiment in simplicity for complex environments
MIT License
35 stars 18 forks source link

feat(test): Allow users to override variables defined in documents via `--var` when running `ie test`. #210

Closed vmarcella closed 3 months ago

vmarcella commented 3 months ago

This allows users to specify/override environment variables inside a markdown document by providing --var KEY=VALUE when running ie test. Both execute and interactive already support this feature and the implementation was ported over to ie test.