Adding ONOS Segment Routing CLI files to new repo
diff --git a/cli/documentation/en_US/copy/copy b/cli/documentation/en_US/copy/copy
new file mode 100755
index 0000000..2031b80
--- /dev/null
+++ b/cli/documentation/en_US/copy/copy
@@ -0,0 +1,5 @@
+The copy command with one parameters copies the contents
+of the configuraion file out for display.
+
+The copy command with two parameters copies the contents
+of the requested source into the dessination.
diff --git a/cli/documentation/en_US/copy/copy-dest b/cli/documentation/en_US/copy/copy-dest
new file mode 100755
index 0000000..9dc2cbc
--- /dev/null
+++ b/cli/documentation/en_US/copy/copy-dest
@@ -0,0 +1,14 @@
+Destination specifier for the copy
+
+The keyword 'running-config' can be used to specify the controller's
+current state (that is, overwrite the running state).
+
+The 'config://' URI scheme can be used to save config files
+to the local controller's disk.
+
+The 'http://' and 'ftp://' URI schemes can be used to reference remote
+resources.
+
+If the destination specifier is omitted, the resource referenced
+by the source specifier is sent to the Cli console.
+
diff --git a/cli/documentation/en_US/copy/copy-example b/cli/documentation/en_US/copy/copy-example
new file mode 100755
index 0000000..bde5c90
--- /dev/null
+++ b/cli/documentation/en_US/copy/copy-example
@@ -0,0 +1,6 @@
+ copy running-config
+   Variation of the 'show running-config' command
+
+ copy running-config config://xyz
+  Copy the current running config into the configuration 
+  target named config://xyz
diff --git a/cli/documentation/en_US/copy/copy-source b/cli/documentation/en_US/copy/copy-source
new file mode 100755
index 0000000..dc9bbd5
--- /dev/null
+++ b/cli/documentation/en_US/copy/copy-source
@@ -0,0 +1,11 @@
+Source specifier for the copy
+
+The keyword 'running-config' can be used to specify the controller's
+current state.
+
+The 'config://' URI scheme can be used to reference saved config files
+from a previous 'copy' command.
+
+The 'http://' and 'ftp://' URI schemes can be used to reference remote
+resources.
+