Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.36 KB

File metadata and controls

42 lines (29 loc) · 1.36 KB

cre workflow pause

Pauses workflow on the Workflow Registry contract

Synopsis

Changes workflow status to paused on the Workflow Registry contract

cre workflow pause <workflow-folder-path> [optional flags]

Examples

cre workflow pause ./my-workflow

Options

  -h, --help       help for pause
      --unsigned   If set, the command will either return the raw transaction instead of sending it to the network or execute the second step of secrets operations using a previously generated raw transaction
      --yes        If set, the command will skip the confirmation prompt and proceed with the operation even if it is potentially destructive

Options inherited from parent commands

      --allow-unknown-chains   Skip chain-name validation against the chain-selectors registry (for experimental chains)
  -e, --env string             Path to .env file which contains sensitive info
      --non-interactive        Fail instead of prompting; requires all inputs via flags
  -R, --project-root string    Path to the project root
  -E, --public-env string      Path to .env.public file which contains shared, non-sensitive build config
  -T, --target string          Use target settings from YAML config
  -v, --verbose                Run command in VERBOSE mode

SEE ALSO