cd_env
Detects CD (continuous deploy, deliver, distribute) information from the current environment.
Usage
To start, detect if in a CD or general deploy environment.
is_cd;
Or detect which CD provider is being used.
detect_provider; // Render
And most importantly, extract information about the deploy environment and CD provider.
use get_environment;
if let Some = get_environment
VCS information isn't always available depending on the provider.