-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename key-store-path command line option #586
Labels
Comments
2 tasks
siladu
added
the
doc-change-required
Indicates an issue or PR that requires doc to be updated
label
Jun 13, 2022
was there some info on what it would be changed to ? |
@james-prysm No decision has been made on what the name would change to. Was thinking --key-config-path would work well but that's not locked in yet. Will update this ticket once we decide on the new command line option name. |
23 tasks
This was referenced Jun 27, 2023
@james-prysm we went with --key-config-path but --key-store-path still works |
awesome thanks for letting me know |
alexandratran
removed
the
doc-change-required
Indicates an issue or PR that requires doc to be updated
label
Jul 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Rename the command line option --key-store-path as it is confusing since it implies that it is related to key stores. This is the key config directory and is for more than just keystore files. It is also similar in name the recently added keystore bulk loading command line options https://docs.web3signer.consensys.net/en/latest/Reference/CLI/CLI-Subcommands/#keystores-path.
Tasks
Note to dev: Make sure to specify the new cli option as the first option so that any error reporting by PicoCli mentions new option, for example:
The AT should test
key-config-path
andkey-store-path
i.e. both the new and deprecated value and make sure that the config file AT picks them up.The text was updated successfully, but these errors were encountered: