Skip to content

Commit

Permalink
Bump version to 0.3.0, Add backend build arg to valid args and help msg
Browse files Browse the repository at this point in the history
  • Loading branch information
S48-Mo committed Aug 27, 2021
1 parent 746f1ca commit bd4123d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions cli/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const cmdBuild: cliCommand = (argv) => {
"--region": String,
"--env": String,
"--out-dir": String,
"--backend": String,

// Aliases
"-h": "--help",
Expand All @@ -40,6 +41,7 @@ export const cmdBuild: cliCommand = (argv) => {
--region=[region] Set a valid region (defaults to europe-west2 for GCP)
--env=[env] Set an environment eg: production, staging, dev, uat
--out-dir=[dir] Set the dir for the build files
--backend=[path] Path to a remote backend Terraform state
--help, -h Displays this message
--debug, -d Outputs debug logging
For more information run a command with the --help flag
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@space48/cloud-seed",
"version": "0.2.13",
"version": "0.3.0",
"description": "Cloud infrastructure automation tool that uses Terraform CDK.",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit bd4123d

Please sign in to comment.