Description
bin/whirr is looking for the cli jar in the wrong location: the following change works, but would not be forwards compatible:
-java -jar $bin/../whirr-cli-*.jar "$@" +java -jar $bin/../cli/target/whirr-cli-*-incubating-SNAPSHOT.jar "$@"
Note that the naive forwards compatible approach grabs the source jar instead.