Skip to main content

astroctl_integrations_github_validate-path

astroctl integrations github validate-path

Validate repository path access via GitHub App installation

astroctl integrations github validate-path [flags]

Examples


# Validate Helm chart path in repo
astroctl integrations github validate-path \
--repo-url https://github.com/astropulseinc/mcp-server-astroplatform.git \
--branch main \
--path helm/mcp-server-astroplatform

Options

--branch string Branch or revision (default "main")
-h, --help help for validate-path
-o, --output string Output format (json|yaml) (default "yaml")
--path string Path inside repository
--repo-url string Repository URL

SEE ALSO