redhat-qe-cloud-tools

Python utilities to manage cloud services, such as AWS.


License
Apache-2.0
Install
pip install redhat-qe-cloud-tools==1.0.73

Documentation

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>
  • release-it Run the following once (execute outside repository dir for example ~/):
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