# dunebox-port-map

### Arguments

<table><thead><tr><th width="175">Argument</th><th align="center">Type</th><th width="104" align="center">Optional</th><th>Interpretation</th></tr></thead><tbody><tr><td><code>--pretty</code></td><td align="center"><code>flag</code></td><td align="center">Yes</td><td>Pretty prints output. Default is JSON.</td></tr></tbody></table>

### Successful Output

When called without the --pretty flag, the result is a JSON array in which each entry is an object with the following fields:

<table><thead><tr><th width="208" align="center">Field</th><th width="113" align="center">Type</th><th>Intepretation</th></tr></thead><tbody><tr><td align="center"><code>port</code></td><td align="center"><code>uint16</code></td><td>Local port for proxy connection. </td></tr><tr><td align="center"><code>tag</code></td><td align="center"><code>String</code></td><td>Connection parameter, depending on how the connection was made. Can be the <code>asid</code> (if it was specified with <code>dunebox-connect</code> or if the connection was made with <code>dunebox-autoconnect</code>), <code>token</code> (if it was specified with <code>dunebox-connect</code>) or default (if nothing was specified during <code>dunebox-connect</code>)</td></tr><tr><td align="center"><code>status</code></td><td align="center"><code>String</code></td><td>One of <code>online</code>, <code>offline</code> or <code>unauthorized,</code> depending on the connection status.</td></tr></tbody></table>
