@afroze9/terrastudio-cli 0.48.4 → 0.49.0
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
|
@@ -29855,7 +29855,7 @@ function makeTerraformCommand() {
|
|
|
29855
29855
|
}
|
|
29856
29856
|
|
|
29857
29857
|
// dist/cli.js
|
|
29858
|
-
var version = true ? "0.
|
|
29858
|
+
var version = true ? "0.49.0" : "0.0.0-dev";
|
|
29859
29859
|
var program2 = new Command();
|
|
29860
29860
|
program2.name("tstudio").description("TerraStudio CLI \u2014 headless project manipulation and HCL generation").version(version);
|
|
29861
29861
|
program2.addCommand(makeProjectCommand());
|