Skip to content

rspm rerun#

Advanced

Command to rerun git-builders

rspm rerun git-builder [flags]

Examples#

  rspm rerun git-builder --name=[git package name] --source=[source name]
  rspm rerun git-builder --name=[git package name] --source=[source name] --tag=[tag]
  rspm rerun git-builder --name=[git package name] --source=[source name] --commit-sha=[SHA of commit]

Options#

      --commit-sha string   The commit SHA to rerun against.
  -h, --help                help for rerun
      --name string         The name of the git-builder to rerun.
      --no-wait             Do not wait for initial build(s).
      --source string       The name of the source of the git-builder to rerun.
      --tag string          The tag to rerun against.
      --wait                Waits for the build(s) and prints helpful information. (default)

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