Skip to content

Lab

pipeleek gh renovate lab

Set up a Renovate Bot testing lab on GitHub

Synopsis

Creates a GitHub repository with Renovate Bot autodiscovery configuration enabled.

pipeleek gh renovate lab [flags]

Examples

# Create a Renovate testing lab repository
pipeleek gh renovate lab --token ghp_xxxxx --github https://api.github.com --repo-name renovate-lab

Options

  -h, --help               help for lab
  -r, --repo-name string   Name for the Renovate testing lab repository

Options inherited from parent commands

1
2
3
4
5
6
7
8
9
      --color              Enable colored log output (auto-disabled when using --logfile) (default true)
      --config string      Config file path. Example: ~/.config/pipeleek/pipeleek.yaml
  -g, --github string      GitHub API base URL (default "https://api.github.com")
      --ignore-proxy       Ignore HTTP_PROXY environment variable
      --json               Use JSON as log output format
      --log-level string   Set log level globally (debug, info, warn, error). Example: --log-level=warn
  -l, --logfile string     Log output to a file
  -t, --token string       GitHub Personal Access Token
  -v, --verbose            Enable debug logging (shortcut for --log-level=debug)

SEE ALSO