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