Last active
March 7, 2025 15:06
-
-
Save alexbepple/9740643dbe1b2d423490b1fee21af807 to your computer and use it in GitHub Desktop.
dotenvx.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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