We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d07ff commit d499416Copy full SHA for d499416
cli/root.go
@@ -105,7 +105,7 @@ func Root(subcommands []*cobra.Command) *cobra.Command {
105
Use: "coder",
106
SilenceErrors: true,
107
SilenceUsage: true,
108
- Long: `Coder — A tool for provisioning self-hosted development environments.
+ Long: `Coder — A tool for provisioning self-hosted development environments with Terraform.
109
`,
110
PersistentPreRun: func(cmd *cobra.Command, args []string) {
111
if cliflag.IsSetBool(cmd, varNoVersionCheck) &&
0 commit comments