We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfb61b commit de9f7a7Copy full SHA for de9f7a7
src/commands/apphosting-backends-list.ts
@@ -7,7 +7,7 @@ import { Options } from "../options";
7
import * as apphosting from "../gcp/apphosting";
8
import * as Table from "cli-table3";
9
10
-const TABLE_HEAD = ["Backend", "Repository", "URL", "Location", "Updated Date"];
+const TABLE_HEAD = ["Backend", "Repository", "URL", "Primary Region", "Updated Date"];
11
12
export const command = new Command("apphosting:backends:list")
13
.description("list Firebase App Hosting backends")
0 commit comments