rspm list git-builds#
Command to list Git builds
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.