| Crates.io | env-template |
| lib.rs | env-template |
| version | 0.1.1 |
| created_at | 2021-05-01 01:57:59.66176+00 |
| updated_at | 2021-05-01 01:59:42.321617+00 |
| description | Render Handlebars template files using environment variables |
| homepage | |
| repository | https://github.com/dimfeld/env-template |
| max_upload_size | |
| id | 391773 |
| size | 28,612 |
This utility renders a Handlebars-style template file from values in a .env file, optionally including values from the environment.
USAGE:
env-template [FLAGS] [OPTIONS] <file>
FLAGS:
-a, --all Expose the entire environment to the template, not just the .env contents
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-v, --vars <vars> Load the variables from this file instead of .env
ARGS:
<file> The template to render