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.
coder agent
1 parent ce49966 commit 595cb66Copy full SHA for 595cb66
cli/root.go
@@ -73,6 +73,7 @@ func Root() *cobra.Command {
73
workspaceTunnel(),
74
gitssh(),
75
publickey(),
76
+ workspaceAgent(),
77
)
78
79
cmd.PersistentFlags().String(varGlobalConfig, configdir.LocalConfig("coderv2"), "Path to the global `coder` config directory")
0 commit comments