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.
Options inherited from parent commands#
-a, --address string The address of the remote server. If not specified, the PACKAGEMANAGER_ADDRESS environment variable is used.
-c, --config string Path to config file
--insecure-ssl-skip-verify If true, skip SSL certificate validation. This reduces the security that SSL normally provides.
-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