import

Imports a serialized access grant into the configuration.

Usage

./uplink.exe import [flags] NAME (ACCESS | FILE)
./uplink.exe import [flags] NAME (ACCESS | FILE)

Flags

FlagDescription
--help, -hhelp for import
--force, -foverwrite the existing access grant

Examples

Import access grant from a file

./uplink.exe import cheesecake cheesecake.access
./uplink.exe import cheesecake cheesecake.access

Import access grant with a key

./uplink.exe import cheesecake 13df....qa
./uplink.exe import cheesecake 13df....qa

These two commands will have the same output:

Previous
cp
Next
ls