You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tiny issue but there seems to be something missing in the help docs. -v prints node ID in addition so that should
usage: tsh ls [<flags>] [<labels>]
List remote SSH nodes
Flags:
-l, --login Remote host login
--proxy SSH proxy address
--user SSH proxy user [heather]
--ttl Minutes to live for a SSH session
-i, --identity Identity file
--cert-format SSH certificate format
--insecure Do not verify server's certificate and host name. Use only in test environments
--auth Specify the type of authentication connector to use.
--skip-version-check Skip version checking between server and client.
-d, --debug Verbose logging to stdout
--cluster Specify the cluster to connect
- -v, --verbose Specify the cluster to connect+ -v, --verbose Print Node ID in addition
Args:
[<labels>] List of labels to filter node list
Aliases:
The text was updated successfully, but these errors were encountered:
one000mph
changed the title
tsh ls --help typotsh ls -v is incorrectly documented in tsh helpOct 11, 2019
tiny issue but there seems to be something missing in the help docs. -v prints node ID in addition so that should
The text was updated successfully, but these errors were encountered: