- Previous
 - access import
 - Next
 - access list
 
Inspect allows you to explode a serialized access into its constituent parts.
./uplink.exe access inspect [ACCESS-GRANT] [flags]
./uplink.exe access inspect [ACCESS-GRANT] [flags]
| Flag | Description | 
|---|---|
--help, -h | help for inspect | 
./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": "..."
  }
}