upbound / up

The @upbound CLI
Apache License 2.0
52 stars 41 forks source link

Add ctp get command, to show a single control plane. #277

Closed AlainRoy closed 1 year ago

AlainRoy commented 1 year ago

Description

This adds a new command: "ctp get", which shows details of a single control plane. It shows the details as a table with a single row, similar to kubectl.

I have:

How has this code been tested

Tested manually. I didn't see tests for most commands, so I followed suit.

Sample output:

up alpha ctp get demo-ucp-idp
NAME           ID                                     STATUS
demo-ucp-idp   ffa9da67-8439-4b7d-a466-e1fb635f6ebe   ready 

Future Work