Noodle Seed
ReferenceCLI reference

noodle github

Connect, inspect, or disconnect the GitHub repository behind GitHub-native deploys.

Connect, inspect, or disconnect the GitHub repository behind GitHub-native deploys.

Usage

noodle github connect|status|disconnect|runs

Subcommands

  • connect — Install the Noodle Seed Deploys GitHub App and bind a repository to this app.
    • --repo <owner/name> — GitHub repository to bind.
  • status — Show the app GitHub connection.
  • disconnect — Stop GitHub-triggered deploys for this app.
    • --yes — Confirm non-interactively.
  • runs — List webhook-triggered deploy runs for this app.
    • --json — Emit JSON output. (conflicts: --watch)
    • --limit <n> — Maximum deploy runs to return.
    • --watch — Live-refresh the human-readable view. (conflicts: --json)
    • --interval <seconds> — Set the live-refresh interval. (default 5; minimum 2)

Options

  • --org <slug> — Organization slug.
  • --app <slug> — Application slug.
  • --service <url> — Control-plane service URL.
  • --auth-token <token> — Control-plane authentication token.
  • --json — Emit JSON output.

Run noodle github --help for the latest options and details.

On this page