8000 feat: add agent exec pkg by sreya · Pull Request #15577 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: add agent exec pkg #15577

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Nov 25, 2024
Prev Previous commit
Next Next commit
stray deletion
  • Loading branch information
sreya committed Nov 20, 2024
commit 471ea8d6d599d3237ee6d1d9ed5dfcff6902a053
1 change: 1 addition & 0 deletions cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ func (r *RootCmd) CoreSubcommands() []*serpent.Command {
r.update(),
r.whoami(),

// Hidden
r.expCmd(),
r.gitssh(),
r.support(),
Expand Down
Loading
0