Command to manage environments variables, the idea is because everyday I have to work with .env files with different projects and environments like dev, staging and local.
Project description
CLI to manage environment variables. This tool was created to simplify working with multiple .env files across different projects and environments (development, staging, and local).
Installation
To install the package, simply run:
pip install envm
Commands
save
Save the current .env file to the environments database:
$ envm save users.dev
ls
List all your saved environment files:
$ envm ls
use
Create a .env file in the current directory:
$ envm use users.dev
Enable Shell Completion
Enable autocompletion for your environment variable files
zsh
curl https://raw.githubusercontent.com/emmanueloctavi0/envm/refs/heads/main/src/completion/envm_complete.zsh >> ~/.zshrc
bash
curl https://raw.githubusercontent.com/emmanueloctavi0/envm/refs/heads/main/src/completion/envm_complete.bash >> ~/.bashrc
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file envm-0.1.2.tar.gz.
File metadata
- Download URL: envm-0.1.2.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a304dcac59b0a76c61d21743c784266851cbfe923a28dc36518e7b4bb91ffe5
|
|
| MD5 |
1315af41478ac8fca901e0cc971575d2
|
|
| BLAKE2b-256 |
3cf423b762342005084a52285a2b6c2633c95b1954f74399914f6d1d359f05ba
|
File details
Details for the file envm-0.1.2-py3-none-any.whl.
File metadata
- Download URL: envm-0.1.2-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d012704f1ae9f6898bb292ebf2c5330aa0de22bf7a3fd595c213af805d762f51
|
|
| MD5 |
82c6595ef668baadc97360a4d41fca45
|
|
| BLAKE2b-256 |
925feb82ec55a30da326c44e4da6b29e300a16ec45535838d24ba09c5ee16dbf
|