rushdeploy 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/index.js +1 -1
- package/package.json +1 -1
package/bin/index.js
CHANGED
|
@@ -1193,7 +1193,7 @@ async function cmdWorkspace() {
|
|
|
1193
1193
|
|
|
1194
1194
|
function printHelp() {
|
|
1195
1195
|
console.log(`
|
|
1196
|
-
${colors.bold}${colors.brightWhite}RushDeploy CLI${colors.reset} ${colors.gray}v1.0.
|
|
1196
|
+
${colors.bold}${colors.brightWhite}RushDeploy CLI${colors.reset} ${colors.gray}v1.0.9${colors.reset} - Modern PaaS Command Line Interface
|
|
1197
1197
|
|
|
1198
1198
|
${colors.bold}USAGE:${colors.reset}
|
|
1199
1199
|
${colors.brightCyan}rushdeploy${colors.reset} <command> [arguments] [options]
|