
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Pypi: rosa-python-client
A utility to run ROSA commands in CLI
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 ~/
)
git main
git pull
release-it # Follow the instructions
From source using poetry.
git clone https://github.com/RedHatQE/rosa-python-client.git
cd rosa-python-client
poetry install
From pypi:
pip install rosa-python-client --user
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
FAQs
Wrapper for rosa cli
We found that rosa-python-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.