/cloud-tools

Primary LanguagePythonApache License 2.0Apache-2.0

cloud-tools

Python utilities to manage cloud services, such as AWS.

Local run

clone the repository

git clone https://github.com/RedHatQE/cloud-tools.git

Install poetry

poetry install

Docs

Release new version

requirements:

  • Export GitHub token
export GITHUB_TOKEN=<your_github_token>
sudo npm install --global release-it
npm install --save-dev @j-ulrich/release-it-regex-bumper
rm -f package.json package-lock.json

usage:

  • Create a release, run from the relevant branch. To create a new release, run:
git checkout main
git pull
release-it # Follow the instructions