New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

github.com/redhat-developer/app-services-cli

Package Overview
Dependencies
Versions
394
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/redhat-developer/app-services-cli

Source
Go Modules
Version
v0.53.0
Version published
Created
Source

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.

FAQs

Package last updated on 23 Feb 2023

Did you know?

Socket

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.

Install

Related posts