A CLI tool to manage GitHub environments.
Project description
GitHub Env (GHENV)
Copy your .env into GitHub Secrets within seconds
Flow:
- Checks if a .env exists at your current workdir, errors out if it doesn't.
- Loads all the environment variables from the .env file.
- Asks for the name of the repository you'd like to use.
- Creates KV pairs of the environment variables and their values on GitHub secrets on your chosen repo.
Optional environment variables:
GH_TOKEN
- GitHub token to use for authentication. If not provided, it will ask for a token.GH_REPO
- GitHub repository to use. If not provided, it will ask for a repository.
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
ghenv-1.0.2.tar.gz
(2.5 kB
view hashes)
Built Distribution
ghenv-1.0.2-py3-none-any.whl
(2.9 kB
view hashes)