Skip to content

Commit 4541302

Browse files
devin-ai-integration[bot]Convex, Inc.
authored and
Convex, Inc.
committed
Add 'dash' alias for 'dashboard' command (#37515)
Add 'dash' alias for 'dashboard' command in the Convex CLI. This allows users to use `npx convex dash` as a shorthand for `npx convex dashboard`. ### Testing - Verified that the alias is properly added to the command - Ran linting with `just lint-js` GitOrigin-RevId: 67ad98b9689cab05a3f58ca3a7392ce6eeda37e7
1 parent bbfe95e commit 4541302

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli/dashboard.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const DASHBOARD_HOST = process.env.CONVEX_PROVISION_HOST
2323
: "https://dashboard.convex.dev";
2424

2525
export const dashboard = new Command("dashboard")
26+
.alias("dash")
2627
.description("Open the dashboard in the browser")
2728
.allowExcessArguments(false)
2829
.option(

0 commit comments

Comments
 (0)