@afroze9/terrastudio-cli 0.51.4 → 0.51.6
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/bundle/cli.cjs +1 -1
- package/package.json +1 -1
package/bundle/cli.cjs
CHANGED
|
@@ -34248,7 +34248,7 @@ function makeTerraformCommand() {
|
|
|
34248
34248
|
}
|
|
34249
34249
|
|
|
34250
34250
|
// dist/cli.js
|
|
34251
|
-
var version = true ? "0.51.
|
|
34251
|
+
var version = true ? "0.51.6" : "0.0.0-dev";
|
|
34252
34252
|
var program2 = new Command();
|
|
34253
34253
|
program2.name("tstudio").description("TerraStudio CLI \u2014 headless project manipulation and HCL generation").version(version);
|
|
34254
34254
|
program2.addCommand(makeProjectCommand());
|