Skip to content

Commit 6bce126

Browse files
committed
Merge branch 'feature/dev-3093-create-a-cli-command-core-library' of https://github.com/cloudposse/atmos into feature/dev-3093-create-a-cli-command-core-library
2 parents f0e04ab + dd06513 commit 6bce126

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

cmd/helmfile.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ func helmfileCommandConfig() {
5454
config.DefaultConfigHandler.BindEnv("components.helmfile.kubeconfig_path", "ATMOS_COMPONENTS_HELMFILE_KUBECONFIG_PATH")
5555
config.DefaultConfigHandler.BindEnv("components.helmfile.helm_aws_profile_pattern", "ATMOS_COMPONENTS_HELMFILE_HELM_AWS_PROFILE_PATTERN")
5656
config.DefaultConfigHandler.BindEnv("components.helmfile.cluster_name_pattern", "ATMOS_COMPONENTS_HELMFILE_CLUSTER_NAME_PATTERN")
57-
5857
}
5958

6059
func helmfileRun(cmd *cobra.Command, commandName string, args []string) {

cmd/terraform_commands.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ Arguments:
268268

269269
// attachTerraformCommands attaches static Terraform commands to a provided parent command
270270
func attachTerraformCommands(parentCmd *cobra.Command) {
271-
272271
commands := getTerraformCommands()
273272

274273
for _, cmd := range commands {

cmd/validate_component.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,4 @@ func validateComponentCommandConfig() {
6565
Key: "schemas.opa.base_path",
6666
DefaultValue: "",
6767
})
68-
6968
}

pkg/config/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import (
2323
//
2424
//nolint:gocritic
2525
func InitCliConfig(configAndStacksInfo schema.ConfigAndStacksInfo, processStacks bool) (schema.AtmosConfiguration, error) {
26-
2726
if err := DefaultConfigHandler.load(); err != nil {
2827
return schema.AtmosConfiguration{}, err
2928
}

0 commit comments

Comments
 (0)