rhoas
rhoas#
RHOAS CLI
Synopsis#
Manage your application services directly from the command line.
Examples#
# authenticate securely through your web browser$ rhoas login
# create a Kafka instance$ rhoas kafka create --name my-kafka-instance
# create a service account and save credentials to a JSON file$ rhoas service-account create -o json
# connect your Kubernetes/OpenShift cluster to a service$ rhoas cluster connect
Options#
-h, --help Show help for a command -v, --verbose Enable verbose mode --version Show rhoas versionSEE ALSO#
- rhoas cluster - View and perform operations on your Kubernetes or OpenShift cluster
- rhoas completion - Outputs command completion for the given shell (bash, zsh, or fish)
- rhoas kafka - Create, view, use, and manage your Kafka instances
- rhoas login - Log in to RHOAS
- rhoas logout - Log out from RHOAS
- rhoas service-account - Create, list, describe, delete and update service accounts
- rhoas service-registry - [beta] Service Registry commands
- rhoas status - View the status of all currently used services
- rhoas whoami - Print current username