From 131656a2372d858a061ca30fef78bdf419fe3707 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 6 Sep 2019 14:32:23 -0700 Subject: [PATCH] main: Temporarily disable "terraform login" as a command We're not ready to ship this in a release yet because there's still some remaining work to do on the Terraform Cloud side, but we want to get the implementation work behind this into the master branch so it's easier to maintain it in the mean time, rather than letting this long-lived branch live even longer. We'll continue to iterate on UX polish and other details in subsequent commits, and eventually enable this. --- commands.go | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/commands.go b/commands.go index 9ea02c49c..7acc05c4f 100644 --- a/commands.go +++ b/commands.go @@ -180,11 +180,15 @@ func initCommands(config *Config, services *disco.Disco) { }, nil }, - "login": func() (cli.Command, error) { - return &command.LoginCommand{ - Meta: meta, - }, nil - }, + // "terraform login" is disabled until Terraform Cloud is ready to + // support it. + /* + "login": func() (cli.Command, error) { + return &command.LoginCommand{ + Meta: meta, + }, nil + }, + */ "output": func() (cli.Command, error) { return &command.OutputCommand{