Skip to content

RedHatQE/rosa-python-client

Repository files navigation

rosa-python-client

Pypi: rosa-python-client
A utility to run ROSA commands in CLI

Release new version

requirements:

  • Export GitHub token
export GITHUB_TOKEN=<your_github_token>
sudo npm install --global release-it
npm install --save-dev @release-it/bumper

Note: execute outside the repository directory (for example ~/)

usage:

  • To create a new release, run:
git main
git pull
release-it # Follow the instructions

Known Limitations:

Although rose cli support args with (space) when using this module we only accept arg=value

rosa cli accept: rosa create cluster --cluster-name mycluster
when called with this module the command should be: rosa create cluster --cluster-name=mycluster