Skip to content

redhat-developer/app-services-cli

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Jan 21, 2022
Jun 21, 2021
Oct 9, 2023
Aug 18, 2022
Jul 13, 2022
Mar 31, 2023
Sep 29, 2022
Feb 22, 2023
Apr 17, 2023
Dec 19, 2022
Oct 9, 2023
Oct 9, 2023
Feb 14, 2022
Mar 31, 2023
Nov 24, 2021
Nov 9, 2021
Jan 21, 2022
Feb 23, 2023
Sep 23, 2022
Jul 25, 2022
Mar 9, 2021
Feb 22, 2023
Mar 27, 2023
Apr 7, 2022
Oct 17, 2022
Oct 9, 2023
Oct 9, 2023
Jul 20, 2022

Repository files navigation

RHOAS CLI

Apache Go Go reference

Logo

rhoas is a command-line client for managing Red Hat application services

Installing RHOAS

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 Container Image

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

Guides

See our Guides for installation and usage instructions.

Commands

See the Command-Line Reference section for details of all available commands and options.