Skip to content

rspm list git-builds#

Command to list Git builds

rspm list git-builds [flags]

Examples#

  rspm list git-builds --source=[source name] --name=[git package name]
    - List the latest Git package build for a specified source and package
  rspm list git-builds --source=[source name] --name=[git package name] --count=1 --page=1
    - List all the Git package builds for a specified source and package

Options#

      --count int       The number of git-builds to list per page. (default 100)
  -h, --help            help for git-builds
      --name string     The name of the git package to search for.
      --page int        The page or offset to use. (default 1)
      --source string   The name of the source.

Options inherited from parent commands#

  -c, --config string          Path to config file
  -o, --output-format string   Specify the output format 'human' for human-readable output or 'json' for JSON-encoded output. (default "human")
  -v, --verbose                Provide additional output