mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore(cli): unhide netcheck
command (#8412)
This commit is contained in:
@ -79,13 +79,14 @@ func (r *RootCmd) Core() []*clibase.Cmd {
|
||||
r.dotfiles(),
|
||||
r.login(),
|
||||
r.logout(),
|
||||
r.netcheck(),
|
||||
r.portForward(),
|
||||
r.publickey(),
|
||||
r.resetPassword(),
|
||||
r.state(),
|
||||
r.templates(),
|
||||
r.users(),
|
||||
r.tokens(),
|
||||
r.users(),
|
||||
r.version(defaultVersionInfo),
|
||||
|
||||
// Workspace Commands
|
||||
@ -107,7 +108,6 @@ func (r *RootCmd) Core() []*clibase.Cmd {
|
||||
|
||||
// Hidden
|
||||
r.gitssh(),
|
||||
r.netcheck(),
|
||||
r.vscodeSSH(),
|
||||
r.workspaceAgent(),
|
||||
r.expCmd(),
|
||||
|
Reference in New Issue
Block a user