Skip to content

Commit dffaa72

Browse files
authored
Added apphosting and dataconnect links (#8235)
* Added apphosting and dataconnect links * Added extensions to open command
1 parent 253ada1 commit dffaa72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/commands/open.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@ interface Link {
2020

2121
const LINKS: Link[] = [
2222
{ name: "Analytics", arg: "analytics", consolePath: "/analytics" },
23+
{ name: "App Hosting", arg: "apphosting", consolePath: "/apphosting" },
2324
{ name: "Authentication: Providers", arg: "auth", consolePath: "/authentication/providers" },
2425
{ name: "Authentication: Users", arg: "auth:users", consolePath: "/authentication/users" },
2526
{ name: "Crash Reporting", arg: "crash", consolePath: "/crashlytics" },
2627
{ name: "Database: Data", arg: "database", consolePath: "/database/data" },
2728
{ name: "Database: Rules", arg: "database:rules", consolePath: "/database/rules" },
29+
{ name: "Data Connect", arg: "dataconnect", consolePath: "/dataconnect" },
2830
{ name: "Docs", arg: "docs", url: "https://firebase.google.com/docs" },
2931
{ name: "Dynamic Links", arg: "links", consolePath: "/durablelinks" },
32+
{ name: "Extensions", arg: "extensions", consolePath: "/extensions" },
3033
{ name: "Firestore: Data", arg: "firestore", consolePath: "/firestore/data" },
3134
{ name: "Firestore: Rules", arg: "firestore:rules", consolePath: "/firestore/rules" },
3235
{ name: "Firestore: Indexes", arg: "firestore:indexes", consolePath: "/firestore/indexes" },

0 commit comments

Comments
 (0)