Comparing version 1.3.3 to 1.3.4
@@ -15,4 +15,4 @@ 'use strict'; | ||
const HAWKFLY_VERSIONS = ['latest', '0.24.2', '0.24.1', '0.24.0', '0.22.0']; | ||
const HAWKULAR_VERSIONS = ['latest', '0.30.0.Final', '0.22.0.Final', '0.21.0.Final']; | ||
const HAWKFLY_VERSIONS = ['latest', '0.24.2', '0.24.1']; | ||
const HAWKULAR_VERSIONS = ['latest', '0.31.0.Final', '0.30.0.Final', '0.22.0.Final']; | ||
const CASSANDRA_VERSIONS = ['latest', '3.9', '3.7', '3.5', '3.4', '3.3', '3.2', '3.2.1', '3.1', '3.0.9', '3.0', '2.2', | ||
@@ -80,3 +80,3 @@ '2.1']; | ||
} | ||
console.log(chalk.green('\nYou can find your hawkular-services listening on ') + | ||
console.log(chalk.green('\nLater, you can find your hawkular-services listening on ') + | ||
chalk.green.bold('http://localhost:8080')); | ||
@@ -125,3 +125,3 @@ dc.up(directory); | ||
message: 'What version of hawkular services do you want to run?', | ||
default: '0.30.0.Final', | ||
default: 'latest', | ||
choices: HAWKULAR_VERSIONS | ||
@@ -155,3 +155,3 @@ }, | ||
message: 'What version of standalone WF (hawkfly) do you want to run?', | ||
default: '0.24.1', | ||
default: 'latest', | ||
choices: HAWKFLY_VERSIONS, | ||
@@ -173,3 +173,3 @@ when: answers => answers.wfType === 'Standalone' | ||
message: 'What version of domain WF (hawkfly-domain) do you want to run?', | ||
default: '0.24.1', | ||
default: 'latest', | ||
choices: HAWKFLY_VERSIONS, | ||
@@ -176,0 +176,0 @@ when: answers => answers.wfType === 'Domain' |
{ | ||
"name": "hawkinit", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "This CLI tool sets up the Hawkular Services together with couple of servers to monitor.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38395