We use 12 factors config for our applications and tooling, which means we rely on sets od environment variables to define and environment. It doesn't really play nice with fixed config files. (We run from CI, ansible, and other devops tooling)
It would be nice if the chronos-cli played well with environment variables and cli args for url, username, and pass. At the very least command line arguments would be nice.
CHRONOS_URL=http://user:pass@host/path chronos list
chronos list --chronos-url http://user:pass@host/path
We use 12 factors config for our applications and tooling, which means we rely on sets od environment variables to define and environment. It doesn't really play nice with fixed config files. (We run from CI, ansible, and other devops tooling)
It would be nice if the chronos-cli played well with environment variables and cli args for url, username, and pass. At the very least command line arguments would be nice.
CHRONOS_URL=http://user:pass@host/path chronos listchronos list --chronos-url http://user:pass@host/path