chore(cli): unhide netcheck command (#8412)

This commit is contained in:
Colin Adler
2023-07-10 21:38:02 -05:00
committed by GitHub
parent d896b74fa2
commit 9df80530d7
7 changed files with 28 additions and 5 deletions

View File

@ -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(),