From 1de84f041771b37e625cad3bbd82c7a3bd4e5525 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 21 Sep 2018 09:57:34 -0400 Subject: [PATCH] Add missing nodesupport man page --- confluent_client/doc/man/nodesupport.ronn | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 confluent_client/doc/man/nodesupport.ronn diff --git a/confluent_client/doc/man/nodesupport.ronn b/confluent_client/doc/man/nodesupport.ronn new file mode 100644 index 00000000..31b1facc --- /dev/null +++ b/confluent_client/doc/man/nodesupport.ronn @@ -0,0 +1,25 @@ +nodesupport(8) -- Utilities for interacting with vendor support +================================================================= + +## SYNOPSIS + +`nodesupport servicedata ` + +## DESCRIPTION + +`nodesupport` provides capabilities associated with interactiong with support. +Currently it only has the `servicedata` subcommand. `servicedata` takes +an argument that is either a directory name (that can be used for a single node +or multiple nodes) or a file name (only to be used with single node noderange) + +## EXAMPLES + +* Download support data from a single node to a specific filename +`# nodesupport d1 servicedata svcdata.out` +`d1:initializing: 15%` + +* Download support data from multiple nodes to a directory +`# nodesupport d1-d4 servicedata service/` +`d1:initializing: 0% d2:initializing: 0% d3:initializing: 0% d4:initializing: 0%` +`# ls service/` +`d1.svcdata d2.svcdata d3.svcdata d4.svcdata`