Skip to main content

Module dotenv

Module dotenv 

Source
Expand description

.env in a profile folder is the vault’s store: KEY=value, quotes stripped on read, JSON-quoted on write, sorted by key.

Functions§

parse_dotenv
Parse a .env text into its entries.
render_dotenv
Render entries as .env text, sorted by key, values JSON-quoted.