@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.0").addHelpText("after", `
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riventa/cli",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Riventa.Dev CLI - Command line tools for DevOps automation",
5
5
  "type": "module",
6
6
  "bin": {