Skip to content

Commit

Permalink
ref(status): remove status command in favor of custom action support
Browse files Browse the repository at this point in the history
  • Loading branch information
vdice committed Aug 19, 2019
1 parent ce98907 commit 0dc48e9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 162 deletions.
3 changes: 2 additions & 1 deletion cmd/terraform/invoke.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package main

import (
"github.com/deislabs/porter-terraform/pkg/terraform"
"github.com/spf13/cobra"

"github.com/deislabs/porter-terraform/pkg/terraform"
)

func buildInvokeCommand(mixin *terraform.Mixin) *cobra.Command {
Expand Down
1 change: 0 additions & 1 deletion cmd/terraform/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func buildRootCommand(in io.Reader) *cobra.Command {
cmd.AddCommand(buildInvokeCommand(m))
cmd.AddCommand(buildUninstallCommand(m))
cmd.AddCommand(buildUpgradeCommand(m))
cmd.AddCommand(buildStatusCommand(m))

return cmd
}
17 changes: 0 additions & 17 deletions cmd/terraform/status.go

This file was deleted.

81 changes: 0 additions & 81 deletions pkg/terraform/status.go

This file was deleted.

62 changes: 0 additions & 62 deletions pkg/terraform/status_test.go

This file was deleted.

0 comments on commit 0dc48e9

Please sign in to comment.