Skip to content

Commit

Permalink
Set CreateBackend default to Developer Connect (#7039)
Browse files Browse the repository at this point in the history
* set dev connect flow as default

* comment
  • Loading branch information
tonyjhuang authored Apr 24, 2024
1 parent d55fc10 commit c483f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/apphosting-backends-create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export const command = new Command("apphosting:backends:create")
)
.option(
"-w, --with-dev-connect",
"use the Developer Connect flow insetad of Cloud Build Repositories (testing)",
false,
"use the Developer Connect flow instead of Cloud Build Repositories (testing)",
true,
)
.before(ensureApiEnabled)
.before(requireInteractive)
Expand Down

0 comments on commit c483f80

Please sign in to comment.