@riventa/cli 1.1.0 → 1.1.1
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1235,7 +1235,7 @@ async function healthCommand() {
|
|
|
1235
1235
|
|
|
1236
1236
|
// src/index.ts
|
|
1237
1237
|
var program = new Command();
|
|
1238
|
-
program.name("riventa").description(chalk14.cyan("Riventa.Dev CLI") + chalk14.gray(" \u2014 AI-powered DevOps automation")).version("1.1.
|
|
1238
|
+
program.name("riventa").description(chalk14.cyan("Riventa.Dev CLI") + chalk14.gray(" \u2014 AI-powered DevOps automation")).version("1.1.1").addHelpText("after", `
|
|
1239
1239
|
${chalk14.bold("Quick Start:")}
|
|
1240
1240
|
${chalk14.gray("$")} riventa login Authenticate with your API key
|
|
1241
1241
|
${chalk14.gray("$")} riventa init Initialize a project
|