Skip to content

Commit 854e957

Browse files
committed
fix: "cli" dashboard command should specify outputOnly: true, too
1 parent 0caf069 commit 854e957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugin-codeflare/src/controller/dashboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function registerDashboardCommands(registrar: Registrar) {
5050
alias: { follow: ["f"] },
5151
}
5252

53-
registrar.listen("/dashboard", dashboardcli, { flags })
53+
registrar.listen("/dashboard", dashboardcli, { flags, outputOnly: true })
5454
registrar.listen("/codeflare/dashboardui", dashboardui, {
5555
needsUI: true,
5656
outputOnly: true,

0 commit comments

Comments
 (0)