mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
feat: add coder ping
(#6161)
This commit is contained in:
@ -85,10 +85,12 @@ func Core() []*cobra.Command {
|
||||
login(),
|
||||
logout(),
|
||||
parameters(),
|
||||
ping(),
|
||||
portForward(),
|
||||
publickey(),
|
||||
rename(),
|
||||
resetPassword(),
|
||||
restart(),
|
||||
scaletest(),
|
||||
schedules(),
|
||||
show(),
|
||||
@ -97,7 +99,6 @@ func Core() []*cobra.Command {
|
||||
start(),
|
||||
state(),
|
||||
stop(),
|
||||
restart(),
|
||||
templates(),
|
||||
tokens(),
|
||||
update(),
|
||||
|
Reference in New Issue
Block a user