Expand description
Dev secrets store management for bundle setup.
Provides helpers for locating the dev secrets file and
SecretsSetup for ensuring pack secrets are seeded.
Structs§
- Secrets
Setup - Single entry-point for secrets initialization and resolution.
Functions§
- default_
path - Returns the default dev store path without creating anything.
- ensure_
path - Ensures the default dev store path exists (creating parent directories) before returning it.
- find_
existing - Checks for an existing dev store inside the bundle root.
- find_
existing_ with_ override - Looks for an existing dev store using an override path before consulting default candidates.
- load_
secret_ keys_ from_ pack - Load secret requirement keys from a
.gtpackarchive. - open_
dev_ store - Open a
DevStorefrom a bundle root path (convenience). - override_
path - Returns a path explicitly configured via
$GREENTIC_DEV_SECRETS_PATH.