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
.envtext into its entries. - render_
dotenv - Render entries as
.envtext, sorted by key, values JSON-quoted.