Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.48 KB

rhoas.adoc

File metadata and controls

46 lines (31 loc) · 1.48 KB

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 my-kafka-cluster

# create a service account and save credentials to a JSON file
$ rhoas serviceaccount create -o json

# connect your Kubernetes/OpenShift cluster to a service
$ rhoas cluster connect

Options

  -d, --debug   Enable debug mode
  -h, --help    Show help for a command

SEE ALSO