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

Create CLI command `hyperlane ism deploy`

Open tkporter opened this issue 1 year ago • 0 comments

Blocked by:

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

Scope:

  • Implement a command for the case of applying an ISM: hyperlane ism deploy
  • CLI args:
    • --config <path> - A path to the full ChainMap<IsmConfig>. - means to read from stdin
    • --artifacts <path> - A path to the artifact file to read and update
    • --chain <chain-name> (optional): the name of a single chain to apply to
  • Deploy means to create and update
  • To begin with, we'll likely only have the "create" logic implemented on the SDK side. We can update this later to be a true "update"

tkporter avatar Apr 03 '24 14:04 tkporter