Adding ONOS Segment Routing CLI files to new repo
diff --git a/cli/documentation/en_US/controller/alias b/cli/documentation/en_US/controller/alias
new file mode 100755
index 0000000..d988d03
--- /dev/null
+++ b/cli/documentation/en_US/controller/alias
@@ -0,0 +1 @@
+Configure an alias for the controller node.
diff --git a/cli/documentation/en_US/controller/alias-name b/cli/documentation/en_US/controller/alias-name
new file mode 100755
index 0000000..60ac861
--- /dev/null
+++ b/cli/documentation/en_US/controller/alias-name
@@ -0,0 +1 @@
+Specify the name of the alias for the controller node.
diff --git a/cli/documentation/en_US/controller/clock-example b/cli/documentation/en_US/controller/clock-example
new file mode 100755
index 0000000..e9f8fe7
--- /dev/null
+++ b/cli/documentation/en_US/controller/clock-example
@@ -0,0 +1,8 @@
+clock timezone America/Los_Angeles
+  Configure a specific timezone for this controller
+
+no clock timezone
+  Remove any timezone setting; the default is to use UTC.
+
+clock set 17:30:00 1 January 1970
+  Set the clock manually
diff --git a/cli/documentation/en_US/controller/clock-set b/cli/documentation/en_US/controller/clock-set
new file mode 100755
index 0000000..3bd1832
--- /dev/null
+++ b/cli/documentation/en_US/controller/clock-set
@@ -0,0 +1,12 @@
+Configure the clock for a controller instance.
+Within the controller-node configuration sub-mode, the user can
+configure set the clock.
+
+When operating in HA mode with multiple controllers, setting the clock
+of the controllers to different values will have an effect on database
+reconciliation.   Since time stamps are used to determine which of the
+shared items are more up-to-date, if the time between controllers is
+very skewed, the any database updates applied may or may no be aplied
+correctly.   It is better to try to deal with time skew in the multiple
+controller enviromenment by using ntpdate.
+
diff --git a/cli/documentation/en_US/controller/clock-set-example b/cli/documentation/en_US/controller/clock-set-example
new file mode 100755
index 0000000..38ab142
--- /dev/null
+++ b/cli/documentation/en_US/controller/clock-set-example
@@ -0,0 +1,2 @@
+clock set 17:30:00 1 January 1970
+  Set the clock manually
diff --git a/cli/documentation/en_US/controller/clock-timezone b/cli/documentation/en_US/controller/clock-timezone
new file mode 100755
index 0000000..0a78822
--- /dev/null
+++ b/cli/documentation/en_US/controller/clock-timezone
@@ -0,0 +1,3 @@
+Configure the timezone for a controller instance's clock.
+Within the controller-node configuration sub-mode, the user can
+configure the local timezone for the node.
diff --git a/cli/documentation/en_US/controller/clock-timezone-example b/cli/documentation/en_US/controller/clock-timezone-example
new file mode 100755
index 0000000..b428119
--- /dev/null
+++ b/cli/documentation/en_US/controller/clock-timezone-example
@@ -0,0 +1,5 @@
+clock timezone America/Los_Angeles
+  Configure a specific timezone for this controller
+
+no clock timezone
+  Remove any timezone setting; the default is to use UTC.
diff --git a/cli/documentation/en_US/controller/controller-node b/cli/documentation/en_US/controller/controller-node
new file mode 100755
index 0000000..a866a76
--- /dev/null
+++ b/cli/documentation/en_US/controller/controller-node
@@ -0,0 +1 @@
+Enter a submode to configure the settings for the controller node.
diff --git a/cli/documentation/en_US/controller/controller-node-example b/cli/documentation/en_US/controller/controller-node-example
new file mode 100755
index 0000000..f11978a
--- /dev/null
+++ b/cli/documentation/en_US/controller/controller-node-example
@@ -0,0 +1,5 @@
+controller-node localhost
+  Enter configuration sub-mode for the current controller
+
+controller-node 39df9a30-0ce7-423b-98ba-86d543aecf05
+  Enter configuration sub-mode for a specific (possibly remote) controller
diff --git a/cli/documentation/en_US/controller/controller-node-name b/cli/documentation/en_US/controller/controller-node-name
new file mode 100755
index 0000000..e3fffd1
--- /dev/null
+++ b/cli/documentation/en_US/controller/controller-node-name
@@ -0,0 +1 @@
+Specify the name of one of the nodes in the controller cluster.
diff --git a/cli/documentation/en_US/controller/firewall b/cli/documentation/en_US/controller/firewall
new file mode 100755
index 0000000..a2f65ee
--- /dev/null
+++ b/cli/documentation/en_US/controller/firewall
@@ -0,0 +1,2 @@
+Configure a firewall rule to allow traffic to the specified port number
+and protocol (tcp, udp, or vrrp) of the controller node.
diff --git a/cli/documentation/en_US/controller/firewall-allow b/cli/documentation/en_US/controller/firewall-allow
new file mode 100755
index 0000000..2e9e96a
--- /dev/null
+++ b/cli/documentation/en_US/controller/firewall-allow
@@ -0,0 +1,3 @@
+The 'allow' keyword configures a firewall rule which
+describes a match condition for traffic.  When the condition
+is satisfied, the traffic is allowed.
diff --git a/cli/documentation/en_US/controller/firewall-local-ip b/cli/documentation/en_US/controller/firewall-local-ip
new file mode 100755
index 0000000..809b09f
--- /dev/null
+++ b/cli/documentation/en_US/controller/firewall-local-ip
@@ -0,0 +1,2 @@
+Associate the firewall rule with a specific destination ip address.
+The rule will apply only to ip frames for this destination ip address.
diff --git a/cli/documentation/en_US/controller/firewall-openflow b/cli/documentation/en_US/controller/firewall-openflow
new file mode 100755
index 0000000..182a200
--- /dev/null
+++ b/cli/documentation/en_US/controller/firewall-openflow
@@ -0,0 +1 @@
+The 'openflow' keyword identifies port 6633.
diff --git a/cli/documentation/en_US/controller/firewall-port b/cli/documentation/en_US/controller/firewall-port
new file mode 100755
index 0000000..4cc3892
--- /dev/null
+++ b/cli/documentation/en_US/controller/firewall-port
@@ -0,0 +1,4 @@
+Specify the port to which traffic is allowed in the firewall rule.
+The port can be an explicit port number or one of the following
+named ports: 'openflow' (port 6633), 'web' (port 80),
+'ssl' (port 443) or 'ssh' (port 22).
diff --git a/cli/documentation/en_US/controller/firewall-protocol b/cli/documentation/en_US/controller/firewall-protocol
new file mode 100755
index 0000000..ee8df4a
--- /dev/null
+++ b/cli/documentation/en_US/controller/firewall-protocol
@@ -0,0 +1,2 @@
+Specify the ip protocol for the firewall rule. The value can be
+either 'udp', 'tcp', or 'vrrp'.
diff --git a/cli/documentation/en_US/controller/firewall-src-ip b/cli/documentation/en_US/controller/firewall-src-ip
new file mode 100755
index 0000000..073cd11
--- /dev/null
+++ b/cli/documentation/en_US/controller/firewall-src-ip
@@ -0,0 +1,2 @@
+Associate the firewall rule with a specific source ip address.
+The rule will apply only to ip frames with this originating ip address.
diff --git a/cli/documentation/en_US/controller/firewall-ssh b/cli/documentation/en_US/controller/firewall-ssh
new file mode 100755
index 0000000..21bcac2
--- /dev/null
+++ b/cli/documentation/en_US/controller/firewall-ssh
@@ -0,0 +1 @@
+The 'ssh' keyword identified port 22.
diff --git a/cli/documentation/en_US/controller/firewall-ssl b/cli/documentation/en_US/controller/firewall-ssl
new file mode 100755
index 0000000..67896d4
--- /dev/null
+++ b/cli/documentation/en_US/controller/firewall-ssl
@@ -0,0 +1 @@
+The 'ssl' keyword identifies port 443.
diff --git a/cli/documentation/en_US/controller/firewall-tcp b/cli/documentation/en_US/controller/firewall-tcp
new file mode 100755
index 0000000..0c09a8d
--- /dev/null
+++ b/cli/documentation/en_US/controller/firewall-tcp
@@ -0,0 +1,2 @@
+By selecting the 'tcp' keyword, the matched ip protocol is tcp.  A port number
+must be included for this selection.
diff --git a/cli/documentation/en_US/controller/firewall-udp b/cli/documentation/en_US/controller/firewall-udp
new file mode 100755
index 0000000..e24915d
--- /dev/null
+++ b/cli/documentation/en_US/controller/firewall-udp
@@ -0,0 +1,2 @@
+By selecting the 'udp' keyword, the matched ip protocol is udp.  A port number
+must be included for this selection.
diff --git a/cli/documentation/en_US/controller/firewall-vrrp b/cli/documentation/en_US/controller/firewall-vrrp
new file mode 100755
index 0000000..5852f98
--- /dev/null
+++ b/cli/documentation/en_US/controller/firewall-vrrp
@@ -0,0 +1 @@
+The 'vrrp' keyword identifies the rule match for the vrrp ip protocol.
diff --git a/cli/documentation/en_US/controller/firewall-web b/cli/documentation/en_US/controller/firewall-web
new file mode 100755
index 0000000..2e58aee
--- /dev/null
+++ b/cli/documentation/en_US/controller/firewall-web
@@ -0,0 +1,2 @@
+The 'web' keyword identifies port 80.  This is not only the typical web interface,
+but also the port for REST API requests.
diff --git a/cli/documentation/en_US/controller/id b/cli/documentation/en_US/controller/id
new file mode 100755
index 0000000..24803c9
--- /dev/null
+++ b/cli/documentation/en_US/controller/id
@@ -0,0 +1 @@
+Specify the id or alias of the controller node.
diff --git a/cli/documentation/en_US/controller/interface b/cli/documentation/en_US/controller/interface
new file mode 100755
index 0000000..8168d8d
--- /dev/null
+++ b/cli/documentation/en_US/controller/interface
@@ -0,0 +1 @@
+Enter a submode to configure a network interface of the controller node.
diff --git a/cli/documentation/en_US/controller/interface-number b/cli/documentation/en_US/controller/interface-number
new file mode 100755
index 0000000..60e596c
--- /dev/null
+++ b/cli/documentation/en_US/controller/interface-number
@@ -0,0 +1 @@
+Specify the number of the network interface.
diff --git a/cli/documentation/en_US/controller/interface-type b/cli/documentation/en_US/controller/interface-type
new file mode 100755
index 0000000..de3aa87
--- /dev/null
+++ b/cli/documentation/en_US/controller/interface-type
@@ -0,0 +1 @@
+Specify the type of the network interface, e.g. Ethernet.
diff --git a/cli/documentation/en_US/controller/ip b/cli/documentation/en_US/controller/ip
new file mode 100755
index 0000000..e66b0b2
--- /dev/null
+++ b/cli/documentation/en_US/controller/ip
@@ -0,0 +1 @@
+Configure the IP-related settings of the controller node.
diff --git a/cli/documentation/en_US/controller/ip-address b/cli/documentation/en_US/controller/ip-address
new file mode 100755
index 0000000..b3327ec
--- /dev/null
+++ b/cli/documentation/en_US/controller/ip-address
@@ -0,0 +1,3 @@
+Specify the IP address as either an address and netmask pair
+(e.g. 192.168.1.1 255.255.255.0) or a CIDR address
+(e.g. 192.168.1.1/24). This value is only used if the ip mode is set to 'static'.
diff --git a/cli/documentation/en_US/controller/ip-address-cidr b/cli/documentation/en_US/controller/ip-address-cidr
new file mode 100755
index 0000000..f5cde13
--- /dev/null
+++ b/cli/documentation/en_US/controller/ip-address-cidr
@@ -0,0 +1,2 @@
+Specify the statically-configured CIDR address of the controller node
+(e.g. 192.168.1.1/24).
diff --git a/cli/documentation/en_US/controller/ip-address-netmask b/cli/documentation/en_US/controller/ip-address-netmask
new file mode 100755
index 0000000..3cc6596
--- /dev/null
+++ b/cli/documentation/en_US/controller/ip-address-netmask
@@ -0,0 +1,2 @@
+Specify the statically-configured IP netmask of the controller node
+(e.g. 255.255.255.0).
diff --git a/cli/documentation/en_US/controller/ip-address-value b/cli/documentation/en_US/controller/ip-address-value
new file mode 100755
index 0000000..29ca996
--- /dev/null
+++ b/cli/documentation/en_US/controller/ip-address-value
@@ -0,0 +1,2 @@
+Specify the statically-configured IP address of the controller node
+(e.g. 192.168.1.1).
diff --git a/cli/documentation/en_US/controller/ip-default-gateway b/cli/documentation/en_US/controller/ip-default-gateway
new file mode 100755
index 0000000..ce8e90c
--- /dev/null
+++ b/cli/documentation/en_US/controller/ip-default-gateway
@@ -0,0 +1 @@
+Configure the default gateway for the controller.
diff --git a/cli/documentation/en_US/controller/ip-default-gateway-value b/cli/documentation/en_US/controller/ip-default-gateway-value
new file mode 100755
index 0000000..4cd2a79
--- /dev/null
+++ b/cli/documentation/en_US/controller/ip-default-gateway-value
@@ -0,0 +1 @@
+Specify the IP address of the default gateway.
diff --git a/cli/documentation/en_US/controller/ip-domain b/cli/documentation/en_US/controller/ip-domain
new file mode 100755
index 0000000..9b4c932
--- /dev/null
+++ b/cli/documentation/en_US/controller/ip-domain
@@ -0,0 +1 @@
+Configure DNS-related settings for the controller node.
diff --git a/cli/documentation/en_US/controller/ip-domain-lookups b/cli/documentation/en_US/controller/ip-domain-lookups
new file mode 100755
index 0000000..ce8704a
--- /dev/null
+++ b/cli/documentation/en_US/controller/ip-domain-lookups
@@ -0,0 +1 @@
+Configure whether or not DNS lookups are enabled on the controller node.
diff --git a/cli/documentation/en_US/controller/ip-domain-name b/cli/documentation/en_US/controller/ip-domain-name
new file mode 100755
index 0000000..c933270
--- /dev/null
+++ b/cli/documentation/en_US/controller/ip-domain-name
@@ -0,0 +1 @@
+Specify the default domain name for the controller.
diff --git a/cli/documentation/en_US/controller/ip-mode b/cli/documentation/en_US/controller/ip-mode
new file mode 100755
index 0000000..029fbe4
--- /dev/null
+++ b/cli/documentation/en_US/controller/ip-mode
@@ -0,0 +1,3 @@
+Specify the mode for configuring the IP address, either 'static' to
+specify an explicit IP address or 'dhcp' to obtain the IP address
+from a DHCP server.
diff --git a/cli/documentation/en_US/controller/ip-name-server b/cli/documentation/en_US/controller/ip-name-server
new file mode 100755
index 0000000..7de39c5
--- /dev/null
+++ b/cli/documentation/en_US/controller/ip-name-server
@@ -0,0 +1,3 @@
+Configure a DNS server for the controller. The priority of the DNS
+servers is in the order they were entered, i.e. the first one
+entered is the primary DNS server.
diff --git a/cli/documentation/en_US/controller/ip-name-server-value b/cli/documentation/en_US/controller/ip-name-server-value
new file mode 100755
index 0000000..f68bc9d
--- /dev/null
+++ b/cli/documentation/en_US/controller/ip-name-server-value
@@ -0,0 +1 @@
+Specify the IP address of the DNS server.
diff --git a/cli/documentation/en_US/controller/logging b/cli/documentation/en_US/controller/logging
new file mode 100755
index 0000000..bdf856e
--- /dev/null
+++ b/cli/documentation/en_US/controller/logging
@@ -0,0 +1,3 @@
+The controller-node logging command allows configuration
+of outgoing syslog messages associated with the current
+controller
diff --git a/cli/documentation/en_US/controller/logging-enable b/cli/documentation/en_US/controller/logging-enable
new file mode 100755
index 0000000..b77793e
--- /dev/null
+++ b/cli/documentation/en_US/controller/logging-enable
@@ -0,0 +1 @@
+Using the 'on' keyword in this command enables syslog logging.
diff --git a/cli/documentation/en_US/controller/logging-example b/cli/documentation/en_US/controller/logging-example
new file mode 100755
index 0000000..0dd1ec6
--- /dev/null
+++ b/cli/documentation/en_US/controller/logging-example
@@ -0,0 +1,13 @@
+logging on
+  Enable logging
+
+no logging on
+  Disable logging
+
+logging server 1.2.3.4
+  Send syslog records to a specific server or domain name
+
+logging server 1.2.2.4 level warning
+  Send syslog messages at a specific level (numeric or symbolic)
+
+no logging server 1.2.3.4
diff --git a/cli/documentation/en_US/controller/logging-level b/cli/documentation/en_US/controller/logging-level
new file mode 100755
index 0000000..b59e11c
--- /dev/null
+++ b/cli/documentation/en_US/controller/logging-level
@@ -0,0 +1,4 @@
+The logging level allows configuration of the syslog logging level.
+The keywords provided directly map to the syslog levels, although
+the command keywords are abbreviated versions of the typical syslog
+levels.
diff --git a/cli/documentation/en_US/controller/logging-server b/cli/documentation/en_US/controller/logging-server
new file mode 100755
index 0000000..585788b
--- /dev/null
+++ b/cli/documentation/en_US/controller/logging-server
@@ -0,0 +1 @@
+The 'server' keyword prefixes the ip address of the syslog server.
diff --git a/cli/documentation/en_US/controller/ntp b/cli/documentation/en_US/controller/ntp
new file mode 100755
index 0000000..37e2f36
--- /dev/null
+++ b/cli/documentation/en_US/controller/ntp
@@ -0,0 +1 @@
+Configure the NTP server for the controller node.
diff --git a/cli/documentation/en_US/controller/ntp-example b/cli/documentation/en_US/controller/ntp-example
new file mode 100755
index 0000000..2cbf1c8
--- /dev/null
+++ b/cli/documentation/en_US/controller/ntp-example
@@ -0,0 +1,5 @@
+ntp server 1.2.3.4
+  Set the NTP server address
+
+no ntp server
+  Disable the NTP server
diff --git a/cli/documentation/en_US/controller/ntp-server b/cli/documentation/en_US/controller/ntp-server
new file mode 100755
index 0000000..3f92096
--- /dev/null
+++ b/cli/documentation/en_US/controller/ntp-server
@@ -0,0 +1 @@
+Specify the host name or ip address of the NTP server.
diff --git a/cli/documentation/en_US/controller/show b/cli/documentation/en_US/controller/show
new file mode 100755
index 0000000..dd114f1
--- /dev/null
+++ b/cli/documentation/en_US/controller/show
@@ -0,0 +1,5 @@
+Show controller-node displays operational details for 
+the identified controller nodes.  Among the items
+displayed are the controller-alias, the HA role,
+and also a column labeled '@' to identify the controller
+currently connected to the CLI
diff --git a/cli/documentation/en_US/controller/show-alias b/cli/documentation/en_US/controller/show-alias
new file mode 100755
index 0000000..a5f23d6
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-alias
@@ -0,0 +1 @@
+Show the alias for the specified controller node.
diff --git a/cli/documentation/en_US/controller/show-detail b/cli/documentation/en_US/controller/show-detail
new file mode 100755
index 0000000..69028c0
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-detail
@@ -0,0 +1 @@
+Specify the detail level for the show command. Value is either 'detail' or 'brief'.
diff --git a/cli/documentation/en_US/controller/show-details b/cli/documentation/en_US/controller/show-details
new file mode 100755
index 0000000..95d78b5
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-details
@@ -0,0 +1,2 @@
+Show controller node associated information, for example 
+the interfaces or switches related to a controller.
diff --git a/cli/documentation/en_US/controller/show-firewall b/cli/documentation/en_US/controller/show-firewall
new file mode 100755
index 0000000..a36b9c7
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-firewall
@@ -0,0 +1 @@
+Show the firewall rules for the specified controller node.
diff --git a/cli/documentation/en_US/controller/show-id b/cli/documentation/en_US/controller/show-id
new file mode 100755
index 0000000..24803c9
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-id
@@ -0,0 +1 @@
+Specify the id or alias of the controller node.
diff --git a/cli/documentation/en_US/controller/show-interfaces b/cli/documentation/en_US/controller/show-interfaces
new file mode 100755
index 0000000..1453853
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-interfaces
@@ -0,0 +1 @@
+Display all the interfaces associated with the specified controller-node.
diff --git a/cli/documentation/en_US/controller/show-interfaces-number b/cli/documentation/en_US/controller/show-interfaces-number
new file mode 100755
index 0000000..4f30750
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-interfaces-number
@@ -0,0 +1 @@
+Specify the number of the network interface to show.
diff --git a/cli/documentation/en_US/controller/show-interfaces-type b/cli/documentation/en_US/controller/show-interfaces-type
new file mode 100755
index 0000000..03ba698
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-interfaces-type
@@ -0,0 +1 @@
+Specify the type of the network interface to show, e.g. Ethernet.
diff --git a/cli/documentation/en_US/controller/show-stats b/cli/documentation/en_US/controller/show-stats
new file mode 100755
index 0000000..672208d
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-stats
@@ -0,0 +1 @@
+Show statistics for the specified controller node.
diff --git a/cli/documentation/en_US/controller/show-stats-data-format b/cli/documentation/en_US/controller/show-stats-data-format
new file mode 100755
index 0000000..4171d66
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-stats-data-format
@@ -0,0 +1 @@
+Show either the actual value or the rate of change of the value for the specified stats type.
diff --git a/cli/documentation/en_US/controller/show-stats-display b/cli/documentation/en_US/controller/show-stats-display
new file mode 100755
index 0000000..ff353f0
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-stats-display
@@ -0,0 +1 @@
+Show the specified stats as either the latest value, graph or table.
diff --git a/cli/documentation/en_US/controller/show-stats-duration b/cli/documentation/en_US/controller/show-stats-duration
new file mode 100755
index 0000000..5fcec00
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-stats-duration
@@ -0,0 +1,2 @@
+Specify the duration for which to display stats. If this value is specified
+you should specify either the start-time or end-time but not both.
diff --git a/cli/documentation/en_US/controller/show-stats-end-time b/cli/documentation/en_US/controller/show-stats-end-time
new file mode 100755
index 0000000..d171757
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-stats-end-time
@@ -0,0 +1 @@
+Specify the end time for displaying the controller stats.
diff --git a/cli/documentation/en_US/controller/show-stats-sample-count b/cli/documentation/en_US/controller/show-stats-sample-count
new file mode 100755
index 0000000..cbb1519
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-stats-sample-count
@@ -0,0 +1 @@
+Specify the number of data points to show across the specified time range.
diff --git a/cli/documentation/en_US/controller/show-stats-sample-interval b/cli/documentation/en_US/controller/show-stats-sample-interval
new file mode 100755
index 0000000..291a62b
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-stats-sample-interval
@@ -0,0 +1 @@
+Specify the interval between sample points.
diff --git a/cli/documentation/en_US/controller/show-stats-sample-window b/cli/documentation/en_US/controller/show-stats-sample-window
new file mode 100755
index 0000000..762c958
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-stats-sample-window
@@ -0,0 +1,2 @@
+Specify the sample window for showing the stats. The sample window is the
+number of raw stat values to average around a down-sampled data point.
diff --git a/cli/documentation/en_US/controller/show-stats-start-time b/cli/documentation/en_US/controller/show-stats-start-time
new file mode 100755
index 0000000..88b49cc
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-stats-start-time
@@ -0,0 +1 @@
+Specify the start time for displaying the stats.
diff --git a/cli/documentation/en_US/controller/show-stats-type b/cli/documentation/en_US/controller/show-stats-type
new file mode 100755
index 0000000..ad2d263
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-stats-type
@@ -0,0 +1 @@
+Specify the type of controller stats to show.
diff --git a/cli/documentation/en_US/controller/show-summary b/cli/documentation/en_US/controller/show-summary
new file mode 100755
index 0000000..2224a66
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-summary
@@ -0,0 +1 @@
+Show a summary of the configuration for the specified controller node.
diff --git a/cli/documentation/en_US/controller/show-switches b/cli/documentation/en_US/controller/show-switches
new file mode 100755
index 0000000..04267da
--- /dev/null
+++ b/cli/documentation/en_US/controller/show-switches
@@ -0,0 +1 @@
+Show the switches connected to the specified controller node.