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

Command Line Interface for RHOAS

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

## Description Update CI/CD to use Golang 1.18

bug
needs-triage

### Feature or problem description Some teams use SSO service accounts which can be authenticated against sso.redhat.com but cannot be used for any "web page" loging and cannot obtain a...

enhancement

Additional helpers introduced by RHOC team that could be part of the RHOAS: - custom dumper with colors https://github.com/bf2fc6cc711aee1a0c2a/cos-tools/blob/main/rhoc/pkg/util/dumper/dumper_table.go - use generic to generate the table data with colors https://github.com/bf2fc6cc711aee1a0c2a/cos-tools/blob/main/rhoc/pkg/cmd/namespaces/list/list_dumper.go

enhancement
priority/backlog

## Description **Version**: 0.42.2 After context commands, the contexts are stored in `contexts.json`. The `services` field in config file can be deprecated.

priority/important-longterm

### Description `rhoas generate-config` command currently prints success message along with the ID of the service account created. It should give subsequent instructions like the ones given by service-account commands...

feedback
needs-triage

If the CLI gets updated while `rhoas version` command is being run, the older version gets printed. ### Log ``` rhoas version                         ? RHOAS CLI can be updated to 0.42.0....

feedback

### Feature or problem description When creating suggestion we can use opts.ruleType value to determine what rule we deal with

enhancement
feature/service-registry

Ordering of yaml by keys. ``` kafka: bootstrapserverhost: kannan-ins-c--do--k-b-d-r-ig-ig.bf2.kafka.rhcloud.com:443 failedreason: "" id: c91do42k8b3d6r1ig6ig name: kannan-instance status: ready location: /home/rkpattnaik780/.config/rhoas/contexts.json name: harari registry: id: cc8a243a-feed-4a4c-9394-5a35ce83cca5 name: prod registryurl: https://bu98.serviceregistry.rhcloud.com/t/cc8a243a-feed-4a4c-9394-5a35ce83cca5 status: ready...

good first issue

## Description YAML format printing empty fields where json keeps them removed. We need to be consistent ``` {   "id": "c95uk5s6eg3sq0ib86u0",   "owner": "lburgazz_kafka_supporting",   "created_at": "2022-04-05T07:04:55.100582Z",   "modified_at": "2022-04-05T14:47:59.850304Z",   "name": "lb-dbz",   "connector_type_id":...

bug
priority/important-longterm

## Description **Version**: 0.39.0 The user that I am logged in as can either create eval Kafka instances or standard ones. Not all regions are available for all instance types....

bug
good first issue