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

Create CLI command `hyperlane warp deploy`

Open tkporter opened this issue 1 year ago • 0 comments

Blocked by:

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

Scope:

  • Implement a command for the case of applying a hook config: hyperlane warp apply
    • CLI args:
      • --config <path> - A path to the full ChainMap<TokenConfig>. - means to read from stdin
      • --artifacts <path> - A path to the artifact file to read and update in the registry
      • --chain <chain-name> (optional): the name of a single chain to apply to
  • As this is a deploy command, it'll first create and then update
  • This takes in a ChainMap of warp configs (I guess ChainMap<TokenConfig> ?)

This could be done along with https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/3479

tkporter avatar Apr 03 '24 14:04 tkporter