Skip to main content

Module commands

Module commands 

Source
Expand description

Implementations of each envx subcommand.

Each module exposes a run (or run_*) function that is called from main after argument parsing. All subcommands share the crate::parser module for .env file parsing.

Modulesยง

audit
Schema-based audit of a .env file.
diff
Semantic diff between two .env files.
encrypt
Encrypt and decrypt .env files using age passphrase mode.