app-services-cli icon indicating copy to clipboard operation
app-services-cli copied to clipboard

Command Line Interface for RHOAS

Results 47 app-services-cli issues
Sort by recently updated
recently updated
newest added

## Description ❌ 409 Conflict. Run the command in verbose mode using the -v flag to see more information Actual error: ``` {"id":"13","kind":"Error","href":"/api/serviceregistry_mgmt/v1/errors/13","code":"SRS-MGMT-13","reason":"User already has the maximum number of allowed...

bug
needs-triage

## Description Command suggestions not working when Access Token gets outdated. ## Steps 1. Login 2. Wait 5 minutes 3. `rhoas connector build --type=` Notice suggestions failing

bug

## Description **Version**: 0.46.1 When connecting a service registry instance to an OpenShift namespace using `rhoas cluster connect`, the resulting ServiceRegistryConnection CR uses an incorrect URL for the oauthTokenUrl ###...

bug

In some commands, we are re-creating the same connections over and over even though these could be cached to improve performance. [Creating a connection example](https://github.com/redhat-developer/app-services-cli/blob/main/pkg/cmd/kafka/topic/consume/consume.go#L107)

Tech debt

Command `rhoas autoken` fails to deliver functional token if rhoas cli haven't been used in the last 5 min. We should create connection as part of that command

bug

## Description Login as different user/org will cause context to be invalid.

enhancement

Testing the 0.44 alpha, using kas-installler (fleet-manager `registered_users_per_organisation config` configured with `max_allowed_instances` 2). ``` rhoas kafka create --bypass-checks --provider aws --name penguin --size=x2 ``` is accepted, but an x1 results....

needs-triage

Should the CLI have a way of displaying the release notes? * There are certain CLIs that have additional command to print the release notes. * Else we can log...

enhancement
question
needs-triage

### Feature or problem description - As a service owner I would like to provide a sub command for a service I'm contributing without having to bake my code in...

enhancement

Add rhoas support for streampipe: https://steampipe.io/ Docs: https://steampipe.io/docs/develop/writing-plugins

enhancement
community