Skip to content
guilleJB edited this page Sep 13, 2018 · 3 revisions

USAGE

$> status_pr --help
Usage: status_pr [OPTIONS]

Options:
  --deploy-id TEXT                Deploy id to mark
  --status [success|error|failure]
                                  Status to set  [default: success]
  --owner TEXT                    GitHub owner name  [default: gisce]
  --repository TEXT               GitHub repository name  [default: erp]
  --help                          Show this message and exit.

NOTE: The Deploy ID required for this command to work may be copied from apply_pr command, or from an API call (check get_deploys from fabric script on this repository).

Clone this wiki locally