This commit provides an alternative and lighter-weight way to interact with blobstores from the command-line. The really-executable-jar is 6 MB instead of jclouds-cli 30 MB and starts up in 2.5 vs. 3.0 seconds. Further it gives better control over configuration and logging. You can merge this Pull Request by running:
git pull https://github.com/andrewgaul/jclouds blobstore-cli Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/487 -- Commit Summary -- * Introduce BlobstoreCli -- File Changes -- M pom.xml (1) A tools/blobstore-cli/pom.xml (205) A tools/blobstore-cli/src/main/java/org/jclouds/blobstore/cli/BlobStoreCli.java (372) A tools/blobstore-cli/src/main/resources/logback.xml (36) A tools/pom.xml (35) -- Patch Links -- https://github.com/jclouds/jclouds/pull/487.patch https://github.com/jclouds/jclouds/pull/487.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/487
