Amazon EventBridge Schema Registries support [giving read access to other AWS accounts](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-resource-based-schemas.html) and browsing those by passing the complete ARN. However, registries in other AWS accounts don't appear with the [listRegistries](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Schemas.html#listRegistries-property) operation, thus [will not appear in the evb cli](https://github.com/mhlabs/evb-cli/blob/4146589a2acc3ead566ac1b9a0c6b40c7d526126/src/commands/shared/input-util.js#L153). One way to support this would be to add a `--registry-name` option to explicitly specify a registry name or ARN.