hyperlane-monorepo icon indicating copy to clipboard operation
hyperlane-monorepo copied to clipboard

Create CLI command `hyperlane hook deploy`

Open tkporter opened this issue 1 year ago • 0 comments

Blocked by:

  • https://github.com/hyperlane-xyz/issues/issues/1153

Scope:

  • Implement a command for the use case of applying a hook config: hyperlane hook apply
  • CLI args:
    • --config <path> - A path to the full ChainMap<HookConfig> to apply. - means to read from stdin
    • --artifacts <path> - A path to the artifact file to read / write to in the artifacts
    • --chain <chain-name> (optional): the name of a single chain to apply to
  • Deploy means to create and update

tkporter avatar Apr 03 '24 14:04 tkporter