storj/cmd
Ivan Fraixedes 69cf6caa62
cmd/uplink: Fix error on interactive setup when --config-dir flag is used. (#2033)
Uplink CLI was returning an error when the `--config-dir` flag was
used with interactive `setup` command because the directory used for
storing the encryption key file was the default configuration directory
rather than the value set in the flag.

This changes make the setup process to use the same directory, than the
one informed by the `--config-dir` flag value, for storing encryption
key file.

On the other hand, the default value for the encryption key file path
which was set with the purpose of showing it in the help message has
been removed because the cfgstruct doesn't show it unless that the flag
is set to the Cobra root CMD, so it was useless.

Also show the absolute path where the encryption key file has been saved when
the interactive setup command ends satisfactorily as it's equally done
with the configuration file.
2019-05-23 16:49:28 +02:00
..
bootstrap Give the bootstrap image the business. (#2005) 2019-05-21 13:57:20 +02:00
certificates Show all of the claims (#2009) 2019-05-22 23:31:32 +02:00
gateway Change where the encryption key is being stored for uplink (#1967) 2019-05-22 15:57:12 +02:00
identity expose identity version flag on relevant identity cli commands (#1776) 2019-04-22 13:58:57 +03:00
inspector Inspector draw routing table (#1732) 2019-04-22 11:34:11 +03:00
overlay wired up online config (#1827) 2019-04-26 08:15:06 -04:00
s3-benchmark Storage node and upload/download protocol refactor (#1422) 2019-03-18 12:55:06 +02:00
satellite Refactor accountingdb interface (#1897) 2019-05-10 15:05:42 -04:00
statreceiver cmd/statreceiver: allow for packet filtering to packet destinations (#2019) 2019-05-22 16:19:32 -06:00
storagenode cmd/storagenode: pull more things into releaseDefaults (#1980) 2019-05-21 13:48:47 +02:00
storj-sim Change where the encryption key is being stored for uplink (#1967) 2019-05-22 15:57:12 +02:00
uplink cmd/uplink: Fix error on interactive setup when --config-dir flag is used. (#2033) 2019-05-23 16:49:28 +02:00
versioncontrol Add image for versioncontrol server (#1875) 2019-05-02 23:25:04 +02:00