crash-g
crash-g
## Description When using `config.override_with_env_vars`, the library looks for env variables that are prefixed with `CONFIG_FORCE_`. Some applications may prefer to set a custom prefix instead, so this commit adds...
The documentation says that by setting the JVM property `config.override_with_env_vars` to `true` it is possible to use environment variables to override configuration values, but these variables must be prefixed with...
I have problems trying to use TLS verification. *Minimal failing example:* ``` use shiplift::Docker; use tokio::prelude::Future; use hyper::Uri; fn main() { let uri = "https://localhost:2376".parse::().unwrap(); let docker = Docker::host(uri); tokio::run(...
## Expected Behavior Calling `dbx` without defining any workflow should not raise an exception (it should be a no-op). ## Current Behavior When executing ``` dbx deploy --deployment-file=config.json --no-package ```...