/github-secretor

CLI tool for uploading Secrets to Github Secrets.

Primary LanguagePythonMIT LicenseMIT

Github Secretor

A user-friendly CLI tool that enables users to upload secrets to Github Secrets. This tool allow users to easily manage secrets within Github repositories, making it easier to deploy and manage applications. By automating the process of uploading secrets, is reduced the risk of errors that can occur when uploading secrets manually.

Develop

Clone the repository:

git clone https://github.com/plusiv/github-secretor.git

Install Poetry (if not already installed):

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

Install the dependencies:

poetry install

Running the project

poetry shell
python src/app.py --help