-
Task
-
Resolution: Done
-
Undefined
-
None
The currently used default roxctl help formatting is not optimal, as it requires patches for boolean flags which have default false value, and also the long flag description messages may be wrapped making the output harder to read.
Consider the following output:
Flags: --ca string Path to a custom CA certificate to use (PEM format). Alternatively pass the file pa th using the ROX_CA_CERT_FILE environment variable --direct-grpc Use direct gRPC (advanced; only use if you encounter connection issues). Alternately , enable by setting the ROX_DIRECT_GRPC_CLIENT environment variable to true (default false) -e, --endpoint string Endpoint for service to contact. Alternatively, set the endpoint via the ROX_ENDPOIN T environment variable (default "localhost:8443")
Please format output similarly to kubectl.