access remove #
This command allows you to remove the access from local store of Uplink.
Usage #
./uplink.exe access remove <name>
uplink access remove <name>
uplink access remove <name>
Arguments #
Argument | Description |
---|---|
<name> | Access name to delete |
Global flags #
Global flags | Description |
---|---|
--config-dir string | Directory that stores the configuration |
--help , -h | prints help for the command |
--advanced | when used with -h, prints advanced flags help |
Example #
You need to have an access in the local store of Uplink before proceeding. See
uplink access create
,
uplink access import
and
uplink setup
commands for information how to create/import/setup an access.
If you want to remove the current access, you need to switch to another before proceeding, using the
uplink access use
command.
./uplink.exe access remove us2
uplink access remove us2
uplink access remove us2
Removed access "us2" from "/home/user/.config/storj/uplink/access.json"