Skip to content

Instantly share code, notes, and snippets.

@alexbepple
Last active March 7, 2025 15:06
Show Gist options
  • Save alexbepple/9740643dbe1b2d423490b1fee21af807 to your computer and use it in GitHub Desktop.
Save alexbepple/9740643dbe1b2d423490b1fee21af807 to your computer and use it in GitHub Desktop.
dotenvx.toml
name = "dotenvx"
type = "cli"
[resolve]
git-url = "https://github.com/dotenvx/dotenvx"
[install]
download-url = "https://github.com/dotenvx/dotenvx/releases/download/v{version}/{download_file}"
[install.arch]
aarch64 = "arm64"
x86_64 = "amd64"
[platform.macos]
download-file = "dotenvx-{version}-darwin-{arch}.tar.gz"
[platform.linux]
download-file = "dotenvx-{version}-linux-{arch}.tar.gz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment