We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
outputOnly: true
1 parent 0caf069 commit 854e957Copy full SHA for 854e957
plugins/plugin-codeflare/src/controller/dashboard.ts
@@ -50,7 +50,7 @@ export default function registerDashboardCommands(registrar: Registrar) {
50
alias: { follow: ["f"] },
51
}
52
53
- registrar.listen("/dashboard", dashboardcli, { flags })
+ registrar.listen("/dashboard", dashboardcli, { flags, outputOnly: true })
54
registrar.listen("/codeflare/dashboardui", dashboardui, {
55
needsUI: true,
56
outputOnly: true,
0 commit comments