Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.7 KB

File metadata and controls

41 lines (30 loc) · 1.7 KB

cre secrets execute

Executes a previously prepared MSIG bundle (.json): verifies allowlist and POSTs the exact saved request.

cre secrets execute [BUNDLE_PATH] [flags]

Examples

cre secrets execute 157364...af4d5.json

Options

  -h, --help       help for execute
      --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-insecure-rpc     Allow non-localhost HTTP RPC URLs (insecure)
      --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
      --secrets-auth string    Authentication mode: onchain uses a wallet key for secrets on the on-chain registry; browser uses account credentials for secrets on the private registry. (default "onchain")
  -T, --target string          Use target settings from YAML config
      --timeout duration       Timeout for secrets operations (e.g. 30m, 2h, 48h). (default 48h0m0s)
  -v, --verbose                Run command in VERBOSE mode

SEE ALSO