diff --git a/docs/reference/cli.mdx b/docs/reference/cli.mdx index b3d991e9..a027b3ba 100644 --- a/docs/reference/cli.mdx +++ b/docs/reference/cli.mdx @@ -39,11 +39,11 @@ To view a list of the available commands and their arguments, run `hyperlane --h A few common command options include: - `--version`: Display your current installed version of the CLI - `--registry`: Set the registry URI to use for chain metadata and contract addresses -- `--overrides`: Set an additional path for overrides to the canonical registry data +- `--overrides`: Set list of additional paths or Github urls for overrides to the canonical registry data, later override takes priority over previous - `log`: Set the log format for the CLI (defaults to pretty) - `verbosity`: Set the log level for the CLI (defaults to info) - `key`: Set the key to use for signing transactions (defaults to the HYP_KEY env var) ## Registries -By default, the CLI will pull chain metadata and contract addresses from the [canonical Hyperlane Registry](https://github.com/hyperlane-xyz/hyperlane-registry) but will write new configs and deployments to your local filesystem. For more information see the [Registries page](/docs/reference/registries.mdx). \ No newline at end of file +By default, the CLI will pull chain metadata and contract addresses from the [canonical Hyperlane Registry](https://github.com/hyperlane-xyz/hyperlane-registry) but will write new configs and deployments to your local filesystem. For more information see the [Registries page](/docs/reference/registries.mdx). diff --git a/docs/reference/registries.mdx b/docs/reference/registries.mdx index 481ee1c8..7be52813 100644 --- a/docs/reference/registries.mdx +++ b/docs/reference/registries.mdx @@ -23,7 +23,7 @@ As long as the registry conforms to the same layout and file schemas as the cano The CLI has two command line arguments for configuring the registry it uses: - The `--registry` flag sets the primary registry and uses the default Github registry if not set -- The `--overrides` flag sets an optional additional path which can be useful for forcing specific overrides of the default data, for example to use a different RPC URL in a chain's metadata. +- The `--overrides` flag sets an optional additional list of paths or Github URLs which can be useful for forcing specific overrides of the default data, for example to use a different RPC URL in a chain's metadata. Once your custom registry additions/updates are complete and tested, consider opening a pull request to the canonical registry so that others can benefit from your deployments.