diff --git a/command/remote_config.go b/command/remote_config.go index 7c06ac19a4..46ab3e13b1 100644 --- a/command/remote_config.go +++ b/command/remote_config.go @@ -44,12 +44,6 @@ func (c *RemoteConfigCommand) Run(args []string) int { return 1 } - // Show help if given no inputs - if !c.conf.disableRemote && c.remoteConf.Type == "atlas" && len(config) == 0 { - cmdFlags.Usage() - return 1 - } - // Set the local state path c.statePath = c.conf.statePath