rhoas
is a command-line client for managing Red Hat OpenShift Application Services.
IMPORTANT: This project is no longer active. The cloud services managed by the rhoas
command are no longer available. For the latest self-managed alternatives, see the following products:
- OpenShift Streams for Apache Kakfa: see Red Hat Streams for Apache Kakfa
- OpenShift Service Registry: see Red Hat build of Apicurio Registry
- OpenShift Connectors: see Red Hat build of Apache Camel K
See Installing the rhoas CLI for instructions on how to install CLI from official sources.
To install or update to latest version of CLI use following script:
curl -o- https://raw.githubusercontent.com/redhat-developer/app-services-cli/main/scripts/install.sh | bash
RHOAS CLI can be also used as container image. This can be useful when using CLI in OpenShift environment, automation and testing. Image contains also oc cli and kafkacat binaries. For more information please refer to redhat-developer/app-services-tools github repository
Running the image:
docker run -ti --rm --name rhoas-devsandbox --entrypoint /bin/bash quay.io/rhoas/tools
See our Guides for installation and usage instructions.
See the Command-Line Reference section for details of all available commands and options.