stateful / vscode-runme

DevOps Workflows Built with Markdown for VS Code
https://runme.dev
Apache License 2.0
186 stars 13 forks source link

Handle ENV VAR interpolation as part of cloud renderers #1351

Closed degrammer closed 3 months ago

degrammer commented 3 months ago
  1. Handle simple interpolation with ENV vars in:

https://console.cloud.google.com/kubernetes/list/overview?project=$PROJECT_ID

Where PROJECT_ID should be resolved from the environment.

  1. Account for scenarios that are actually valid bash, e.g. open https://github.com/stateful/vscode-runme

  2. Once done, update the cloud renderer examples.

sourishkrout commented 3 months ago

Implemented as part of https://github.com/stateful/vscode-runme/pull/1369 and released since.