access inspect

Inspect allows you to explode a serialized access into its constituent parts.

Usage

./uplink.exe access inspect [ACCESS-GRANT] [flags]
./uplink.exe access inspect [ACCESS-GRANT] [flags]

Flags

FlagDescription
--help, -hhelp for inspect

Examples

./uplink.exe access inspect cheesecake
./uplink.exe access inspect cheesecake

is equivalent to:

./uplink.exe access --access cheesecake inspect
./uplink.exe access --access cheesecake inspect

and will output something like:

{
"satellite_addr": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S@us1.storj.io:7777",
"encryption_access": {
"default_path_cipher": "ENC_AESGCM"
},
"api_key": "...",
"macaroon": {
"head": "...",
"caveats": [],
"tail": "..."
}
}
{
"satellite_addr": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S@us1.storj.io:7777",
"encryption_access": {
"default_path_cipher": "ENC_AESGCM"
},
"api_key": "...",
"macaroon": {
"head": "...",
"caveats": [],
"tail": "..."
}
}
Previous
access import