# dunebox-image-list

### Arguments

<table><thead><tr><th width="175">Argument</th><th width="99" align="center">Type</th><th width="99" align="center">Optional</th><th>Interpretation</th></tr></thead><tbody><tr><td><code>--server</code></td><td align="center"><code>String</code></td><td align="center">Yes</td><td>URL of Dunebox server. Overrides the configured value if provided. </td></tr><tr><td><code>--access-key</code></td><td align="center"><code>String</code></td><td align="center">Yes</td><td>Your access key. Overrides configured value if provided. </td></tr><tr><td><code>--secret-key</code></td><td align="center"><code>String</code></td><td align="center">Yes</td><td>Your secret key. Overrides configured value if provided.</td></tr><tr><td><code>--pretty</code></td><td align="center"><code>flag</code></td><td align="center">Yes</td><td>Pretty print output</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="149" align="center">Field</th><th width="186" align="center">Type</th><th>Interpretation</th></tr></thead><tbody><tr><td align="center"><code>name</code></td><td align="center"><code>String</code></td><td>Name of the image</td></tr><tr><td align="center"><code>created</code></td><td align="center"><code>Option&#x3C;String></code></td><td>Date of creation of the image</td></tr></tbody></table>

The result is pretty printed when called with the `--pretty` flag.&#x20;

<figure><img src="https://4034637363-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrI8NUZMhW6UeKFQAglAX%2Fuploads%2FYqQ6lQK0AsHbEBnMZs1x%2Fdunebox-image-create.png?alt=media&#x26;token=4ef11eb7-c608-4005-b64e-aa474f38cc68" alt=""><figcaption></figcaption></figure>
