staert
staert copied to clipboard
Support environment variables source
Is there any plans to add Environment variables as a source?
pseudo code :
s := staert.NewStaert(command)
env := staert.NewEnvSource("PREFIX_")
s.AddSource(env)
Related to #30
Great, so... why was it not merged? :) Was it because it didn't use flaeg parsing? How do I pick this up?
The contributor gave up. You can read this discussion https://traefik.slackarchive.io/dev/page-17/ts-1497598028679523 Come the Traefik community Slack channel in the channel #dev if you need to ask some questions about the design.
Great, I'll pick this one up then :)
Plan :
- Implement https://github.com/containous/flaeg/issues/40
- Pick https://github.com/containous/staert/pull/30 and finish it.