Adding ONOS Segment Routing CLI files to new repo
diff --git a/cli/documentation/en_US/running-config/show b/cli/documentation/en_US/running-config/show
new file mode 100755
index 0000000..fc0fa35
--- /dev/null
+++ b/cli/documentation/en_US/running-config/show
@@ -0,0 +1,15 @@
+The 'show running-config' command displays the complete
+configuration for the controller.   When the controller
+is operating with HA enabled, 'show running-config' displays
+the configuraion of the HA cluster.
+
+The running-config is intended to show the configuration
+necessary to update a default configuration to the current
+configuration.  The running-config then displays deviations
+from the default configuration; configuration whice arises
+from the default configuration will not be shown in the
+running-config
+
+While operating with HA enabled, a replay of the running
+config will not cause a slave to be (re)configured into
+HA-enabled if it is not already operating as HA-enabled.
diff --git a/cli/documentation/en_US/running-config/show-address-space b/cli/documentation/en_US/running-config/show-address-space
new file mode 100755
index 0000000..b17c20f
--- /dev/null
+++ b/cli/documentation/en_US/running-config/show-address-space
@@ -0,0 +1,2 @@
+The 'address-space' keyword filters the running-config output
+to only display the address-space related configuration.
diff --git a/cli/documentation/en_US/running-config/show-controller-node b/cli/documentation/en_US/running-config/show-controller-node
new file mode 100755
index 0000000..c312ffa
--- /dev/null
+++ b/cli/documentation/en_US/running-config/show-controller-node
@@ -0,0 +1,3 @@
+The 'controller-node' keyword filter the running config
+to only display controller-node configuration.  This includes
+descriptions for the controller node interfaces, and firewall rules.
diff --git a/cli/documentation/en_US/running-config/show-example b/cli/documentation/en_US/running-config/show-example
new file mode 100755
index 0000000..32b5e13
--- /dev/null
+++ b/cli/documentation/en_US/running-config/show-example
@@ -0,0 +1,10 @@
+show running-config
+    Show the complete running-config
+
+show running-config swtich 00:00:00:00:00:73:28:03 
+    Show the running cofig details for a particular switch
+
+    !
+    switch 00:00:00:00:00:73:28:03
+      switch-alias ntgr-7328-3
+
diff --git a/cli/documentation/en_US/running-config/show-feature b/cli/documentation/en_US/running-config/show-feature
new file mode 100755
index 0000000..b24fa35
--- /dev/null
+++ b/cli/documentation/en_US/running-config/show-feature
@@ -0,0 +1,3 @@
+The 'feature' keyword filters the running-config output
+to display the features enabled or disabled which differ
+from the default features.
diff --git a/cli/documentation/en_US/running-config/show-host b/cli/documentation/en_US/running-config/show-host
new file mode 100755
index 0000000..1625048
--- /dev/null
+++ b/cli/documentation/en_US/running-config/show-host
@@ -0,0 +1,3 @@
+The 'host' keyword filters the running-config output to only display
+the host related configuration.  This includes host aliases, and
+any host security associations.
diff --git a/cli/documentation/en_US/running-config/show-network-service b/cli/documentation/en_US/running-config/show-network-service
new file mode 100755
index 0000000..683aeb6
--- /dev/null
+++ b/cli/documentation/en_US/running-config/show-network-service
@@ -0,0 +1,2 @@
+The 'network-service' keyword filter the running-config output
+to only display the network-service related configuration.
diff --git a/cli/documentation/en_US/running-config/show-snmp b/cli/documentation/en_US/running-config/show-snmp
new file mode 100755
index 0000000..ea90fae
--- /dev/null
+++ b/cli/documentation/en_US/running-config/show-snmp
@@ -0,0 +1,2 @@
+The 'snmp' keyword filters the running-config output to only
+display the snmp configuration.
diff --git a/cli/documentation/en_US/running-config/show-switch b/cli/documentation/en_US/running-config/show-switch
new file mode 100755
index 0000000..0b66c12
--- /dev/null
+++ b/cli/documentation/en_US/running-config/show-switch
@@ -0,0 +1,2 @@
+The 'switch' keyword filters the running-config output to
+only display switch related configuration.
diff --git a/cli/documentation/en_US/running-config/show-tag b/cli/documentation/en_US/running-config/show-tag
new file mode 100755
index 0000000..accf6af
--- /dev/null
+++ b/cli/documentation/en_US/running-config/show-tag
@@ -0,0 +1,4 @@
+The 'tag' keyword filters the running-config to only
+display the tag submode related configuration.  Uses
+of the tag within vns, address-space, or other submodes
+is not included.
diff --git a/cli/documentation/en_US/running-config/show-vcenter b/cli/documentation/en_US/running-config/show-vcenter
new file mode 100755
index 0000000..d494f6c
--- /dev/null
+++ b/cli/documentation/en_US/running-config/show-vcenter
@@ -0,0 +1,3 @@
+The 'vcenter' keyword filters the runnig-config output to
+only vcenter related configuration, including the dvs
+and dvs-port-groups.
diff --git a/cli/documentation/en_US/running-config/show-vns b/cli/documentation/en_US/running-config/show-vns
new file mode 100755
index 0000000..b77baea
--- /dev/null
+++ b/cli/documentation/en_US/running-config/show-vns
@@ -0,0 +1,2 @@
+The 'vns' keyword filters the running-config output to
+only display the vns configuration.