frostfs-node/cmd/neofs-cli
Evgenii Stratonikov 759421ebbf [#1083] neofs-cli: use single flag for key and wallet
Currently have static priority of what key is used irregardless of
whether a flag was provided via CLI or in config. This makes it
impossible to override some of the config settings. While we could try
to check if the key is provided by CLI by binding CLI flag under to
viper under a different name the same problem would occur for config/environment
variables. Fixing all of this with current set of keys is too complicate.
In this commit we revert changes from #610 and use a single flag for all types of keys.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-01-21 10:46:53 +03:00
..
internal/client [#1087] *: Adopt SDK changes 2022-01-14 17:29:03 +03:00
modules [#1083] neofs-cli: use single flag for key and wallet 2022-01-21 10:46:53 +03:00
main.go cli: Add empty neofs-cli app structure 2020-10-02 11:25:35 +03:00