diff --git a/cmd/incus/admin_sql.go b/cmd/incus/admin_sql.go index 46865499fec..d19e6ec35c2 100644 --- a/cmd/incus/admin_sql.go +++ b/cmd/incus/admin_sql.go @@ -54,7 +54,6 @@ func (c *cmdAdminSQL) Command() *cobra.Command { This command targets the global database and works in both local and cluster mode.`)) cmd.RunE = c.Run - cmd.Hidden = true return cmd }