Demonstration of my unofficial Azure Key Vault CLI showing how I set an environment variable to the URL of a secret, then run `akv run` to run another demo program that prints environment variables with color, having redirected the initial stderr information from `cargo run` to /dev/null.
After not finding a decent cross-platform PTY #rustlang crate - and one that came close but needed a #Windows impl is inaccessible, so no PR - I wrote my own impl to finally get ANSI color and redirects working in my #Azure #KeyVault CLI: github.com/heaths/akv-c...