Skip to content
ANKDDEV edited this page Mar 18, 2025 · 1 revision

envfetch support some configuration.

Init config file

Firstly, you may want to run envfetch init-config to create config file, it will return you path of config.

Path to configuartion file on different platforms

In this table you can see, where envfetch saves it's configuartion file, and where it will search for it.

Platform Path
Windows C:\Users\<USER>\AppData\Roaming\envfetch.toml
Linux $HOME/.config/envfetch.toml
macOS $HOME/Library/Application Support/envfetch.toml

Keys

  • print_format - Format string for print command
Clone this wiki locally