Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.07 KB

File metadata and controls

41 lines (28 loc) · 1.07 KB

cre workflow limits export

Export default simulation limits as JSON

Synopsis

Exports the default production simulation limits as JSON. The output can be redirected to a file and customized.

cre workflow limits export [optional flags]

Examples

cre workflow limits export > my-limits.json

Options

  -h, --help   help for export

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