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 7dd7e08Copy full SHA for 7dd7e08
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