You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2018. It is now read-only.
The getting started info needs to mention how to build and install in case there is no prebuilt tarball:
mvn clean package
cd assembly/target
#note which jclouds-cli-* you will expand for installation in another directory
After expanding the tar or zip or jar, cd to the directory created and run one of the scripts with bin as the relative path, example:
bin/jclouds-cli
These commands are documented, but do not work ("not found") in bin/shell:
features:list
features:install jclouds-api-cloudstack
Later I found that these are in bin/jclouds-cli and that should be clarified.