frostfs-node/cmd/neofs-adm/internal/modules/morph
Evgenii Stratonikov 751147793f [#927] neofs-adm: provide better error message if endpoint is missing
Note that we cannot mark `--rpc-endpoint` flag as required because
it can be taken from config.

Before:
```
Error: can't create N3 client: failed to get network magic: Post "": unsupported protocol scheme ""
```

Now:
```
Error: can't create N3 client: missing endpoint
```

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2021-10-19 17:47:29 +03:00
..
container.go [#755] neofs-adm: allow to filter containers by ID 2021-08-24 12:35:52 +03:00
dump.go [#927] neofs-adm: fix dump-config command 2021-10-19 17:47:29 +03:00
epoch.go neofs-adm: use nnsResolveHash instead of custom code 2021-08-24 12:35:52 +03:00
generate.go [#758] cmd/neofs-adm: Implement command to refill storage node's GAS 2021-08-25 17:07:23 +03:00
generate_test.go [#684] neofs-adm: add labels to multisig accounts 2021-07-21 15:23:16 +03:00
initialize.go [#834] neofs-adm: Update NNS contract during contract update 2021-09-22 18:23:59 +03:00
initialize_deploy.go [#927] neofs-adm: provide container alias fee on deploy 2021-10-19 17:47:29 +03:00
initialize_nns.go [#888] neofs-adm: allow to work with multiple NNS versions 2021-10-12 15:50:22 +03:00
initialize_register.go [#732] neofs-adm: fetch single accounts during the initialization 2021-08-02 14:28:23 +03:00
initialize_roles.go [#732] neofs-adm: fetch single accounts during the initialization 2021-08-02 14:28:23 +03:00
initialize_transfer.go [#888] neofs-adm: set contract hashes on read 2021-10-12 15:50:22 +03:00
n3client.go [#927] neofs-adm: provide better error message if endpoint is missing 2021-10-19 17:47:29 +03:00
root.go [#927] neofs-adm: add fee flags to morph init 2021-10-19 17:47:29 +03:00
update.go [#888] neofs-adm: deploy NNS contract first 2021-10-12 15:50:22 +03:00