eigenlayer icon indicating copy to clipboard operation
eigenlayer copied to clipboard

Support `--home` argument

Open rootwarp opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

By default, this CLI application uses $HOME/.eigenlayer directory as a home so keys are stored under this directory. But in some operators who would like to manage their keys explicitly, using the hidden directory could be the choice to be avoided.

To resolve this issue, many CLI tools (like Cosmos SDK) support --home argument to support user's variable tastes.

Describe the solution you'd like A clear and concise description of what you want to happen.

Support --home argument for all CLI subcommand. If a user does not use --home argument, the CLI should work like the current behavior.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

rootwarp avatar Nov 19 '23 14:11 rootwarp