This is an internal CLI utils package, not a CLI itself. It is used by the following admin CLIs across our code bases:
serverctl-- Server APIusersctl-- Users APIspinectl-- Mycelium Spinehyphctl-- Hyphae
- CLI Skeleton: Cobra-based CLI skeleton with default global options
- gRPC Client: Enforce local, named Unix named socket based gRPC access
- UI: Provide a uniform UI module that supports
--format default|json|shellwhere: a.defaultshows human friendly, eye candy ladden, bubbletea based outputs b.jsonshows output in json format c.shellshows output in non-interactive shell format meant to be able to be piped to other commands (tsv for tables, etc)