datawire / kubernaut

Instant ephemeral Kubernetes clusters for development and testing
Apache License 2.0
117 stars 8 forks source link

Support listing all claims and retrieving claim detail #23

Open plombardi89 opened 6 years ago

plombardi89 commented 6 years ago

Once we have multiple claims in the backend and CLI there needs to be a way to actually see all the active claims that a user has.

There should also be a way to get detailed information about a claim such as duration, kubernetes version, and the URL. It would be nice if this information could also be formatted in either text or JSON format for easy consumption from tooling.

plombardi89 commented 6 years ago

@kflynn also would like a mechanism to just check if a claim exists. I might add this via kubernaut get-claim <id> --check or something (CLI naming still TBD)