Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add developer connect debug commands #7007

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mathu97
Copy link
Contributor

@mathu97 mathu97 commented Apr 16, 2024

Description

Adds apphosting:connections:list and apphosting:connections:delete commands for debug purposes. These would be really helpful as we continue to test the developer connect integration since the developer connect UI is not ready yet.

These commands are gated by the internaltesting flag.

Sample Commands

  • To list all dev connect apphosting connections in a region: firebase apphosting:connections:list --location="us-central1" --project="<project>"
  • To delete a dev connect apphosting connection: firebase apphosting:connections:delete --location="us-central1" --connectionId="some-id" --project=<project>
  • To delete all dev connect apphosting connections: firebase apphosting:connections:list --location="us-central1" --project=<project> --all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant