Add download command. Plus some cleanup.
diff --git a/test/serverInfo.js b/test/serverInfo.js
index c9a5741..9960d1d 100644
--- a/test/serverInfo.js
+++ b/test/serverInfo.js
@@ -27,16 +27,16 @@
  */
 
 // default Sling port
-// const server = 'http://localhost:8080';
+const server = 'http://localhost:8080';
 
 // default AEM author port
-const server = 'http://localhost:6602';
+// const server = 'http://localhost:4502';
 
 // Composum package name
-// const packServerName = '/slingpackager/testContent-1.0-SNAPSHOT.zip';
+const packServerName = '/slingpackager/testContent-1.0-SNAPSHOT.zip';
 
 // AEM package name
-const packServerName = 'testContent';
+// const packServerName = 'testContent';
 
 const packServerPath = '/etc/packages/slingpackager/testContent-1%2E0-SNAPSHOT.zip';
 const testInstallPath = '/content/slingpackager/test.json';