Adding ONOS Segment Routing CLI files to new repo
diff --git a/cli/documentation/en_US/connect/connect b/cli/documentation/en_US/connect/connect
new file mode 100755
index 0000000..dcac00d
--- /dev/null
+++ b/cli/documentation/en_US/connect/connect
@@ -0,0 +1,21 @@
+The connect command directs the CLI to issue REST API requests to the
+selected controller.  The CLI uses the controller's REST API to
+perform all configuration, retrieve all the data for show commands,
+and also to generate the running config.  The CLI is an application
+which presents the controller's REST API to the user, and can also
+provide some limited aid to an application write trying to use the
+REST API, since the requests issued by the CLI can be viewed with the
+'debug rest' command (use 'help debug rest' for more details)
+
+When the controller is running as a HA slave, many commands will not
+be available.  If the master has configured port 80 to be available
+(controller-node interface submode's firewall command), then by using
+the connect command to use the master's REST API, ssh can be avoided.
+This would preserve the command history, allowing an easy way to
+re-issue failed commands.
+
+The REST API for the controller is typically configured at port 80.
+
+Completion for the command will display all the currently known
+controllers.  If the connect succeeds, the list of known controllers
+will very likely be different.
diff --git a/cli/documentation/en_US/connect/connect-example b/cli/documentation/en_US/connect/connect-example
new file mode 100755
index 0000000..6151b9d
--- /dev/null
+++ b/cli/documentation/en_US/connect/connect-example
@@ -0,0 +1,8 @@
+connect localhost
+    Connect to the current controller (really a no-op)
+
+connect controller-node-b
+    Connect to the controller identified by an alias
+
+connect 192.168.2.129 port 8000
+    Connect to the identified ip address
diff --git a/cli/documentation/en_US/connect/connect-id b/cli/documentation/en_US/connect/connect-id
new file mode 100755
index 0000000..1f35806
--- /dev/null
+++ b/cli/documentation/en_US/connect/connect-id
@@ -0,0 +1 @@
+The alias or UUID to identfy the controller
diff --git a/cli/documentation/en_US/connect/connect-ip b/cli/documentation/en_US/connect/connect-ip
new file mode 100755
index 0000000..ef2df59
--- /dev/null
+++ b/cli/documentation/en_US/connect/connect-ip
@@ -0,0 +1 @@
+An ip address to identify the controller's REST API
diff --git a/cli/documentation/en_US/connect/connect-port b/cli/documentation/en_US/connect/connect-port
new file mode 100755
index 0000000..dd5e3b4
--- /dev/null
+++ b/cli/documentation/en_US/connect/connect-port
@@ -0,0 +1 @@
+Identify the tcp port number of the REST API