access revoke

This command allows you to revoke the access.

Usage

./uplink.exe access [flags] <revokee>
./uplink.exe access [flags] <revokee>

Arguments

ArgumentDescription
<revokee>Access name or value to revoke

Flags

FlagDescription
--access stringAccess name or value performing the revoke

Global flags

Global flagsDescription
--config-dir stringDirectory that stores the configuration
--help, -hprints help for the command
--advancedwhen used with -h, prints advanced flags help

Examples

Revoke a stored access

If you want to revoke the current access, you need to switch to a different access with the access use command before proceeding.

./uplink.exe access revoke us1-ro
./uplink.exe access revoke us1-ro
Revoked access "us1-ro"
Revoked access "us1-ro"

Revoke an access grant

./uplink.exe access revoke 19hFrjmsi...
./uplink.exe access revoke 19hFrjmsi...
Revoked access "19hFrjmsi..."
Revoked access "19hFrjmsi..."
Previous
access restrict