hyperlane-monorepo
hyperlane-monorepo copied to clipboard
Create CLI command `hyperlane ism deploy`
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 fullChainMap<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"