Skip to main content

astroctl_integrations_github_repositories

astroctl integrations github repositories

List repositories accessible by an installation

Synopsis

List repositories accessible via the GitHub App installation.

If the org has only one installation, it is selected automatically. Otherwise, specify which one with --account.

astroctl integrations github repositories [flags]

Examples


# Auto-selects if only one installation
astroctl integrations github repositories

# List repos for a specific GitHub account
astroctl integrations github repos --account my-org

Options

--account string GitHub account/organization name
-h, --help help for repositories
-o, --output string Output format (table|json|yaml) (default "table")

SEE ALSO