Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
unhide IAAS flag
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Jones <[email protected]>
  • Loading branch information
Panagiotis Xynos authored and Daniel Jones committed Feb 4, 2019
1 parent 1a3e12e commit 20b8d64
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion commands/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ var deployFlags = []cli.Flag{
Usage: "(optional) IAAS, can be AWS or GCP",
EnvVar: "IAAS",
Value: "AWS",
Hidden: true,
Destination: &initialDeployArgs.IAAS,
},
cli.BoolFlag{
Expand Down
1 change: 0 additions & 1 deletion commands/destroy.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ var destroyFlags = []cli.Flag{
Usage: "(optional) IAAS, can be AWS or GCP",
EnvVar: "IAAS",
Value: "AWS",
Hidden: true,
Destination: &initialDestroyArgs.IAAS,
},
cli.StringFlag{
Expand Down
1 change: 0 additions & 1 deletion commands/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ var infoFlags = []cli.Flag{
Usage: "(optional) IAAS, can be AWS or GCP",
EnvVar: "IAAS",
Value: "AWS",
Hidden: true,
Destination: &initialInfoArgs.IAAS,
},
cli.StringFlag{
Expand Down
1 change: 0 additions & 1 deletion commands/maintain.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ var maintainFlags = []cli.Flag{
Usage: "(optional) IAAS, can be AWS or GCP",
EnvVar: "IAAS",
Value: "AWS",
Hidden: true,
Destination: &initialMaintainArgs.IAAS,
},
cli.StringFlag{
Expand Down

0 comments on commit 20b8d64

Please sign in to comment.