Skip to content

FEAT: Ability to pass profile as a parameter when running otdfctl #316

@jp-ayyappan

Description

@jp-ayyappan

Use case:
I want to see if the kas-registry on qa env is the same as my local setup. Currently I have to go through:

jp.ayyappan@jpayyappan % otdfctl policy kas-registry list Using profile [qa] ERROR Failed to list KAS registry entries: rpc error: code = Internal desc = resource list retrieval failed jp.ayyappan@jpayyappan % otdfctl profile set-default local Using profile [qa] Setting profile local as default... ok jp.ayyappan@jpayyappan % otdfctl policy kas-registry list Using profile [local] ERROR Failed to list KAS registry entries: rpc error: code = Internal desc = resource list retrieval failed jp.ayyappan@jpayyappan %

I would love to be able to just:
otdfctl policy kas-registry list --profile local

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions