# CLI Commands

### Command list

All commands are identical to the API.

{% hint style="warning" %}
While commands are automatically synced **with the API version you downloaded**, it is recommended that you update Dubnium to get the newest commands & API.
{% endhint %}

### Example

```bash
dubnium get ./data record
```

### Breakdown

<table data-header-hidden><thead><tr><th>Part</th><th>About</th><th data-hidden></th></tr></thead><tbody><tr><td>dubnium</td><td>Command prefix</td><td></td></tr><tr><td>get</td><td>The API method to call</td><td></td></tr><tr><td>./data</td><td>The directory of Records</td><td></td></tr><tr><td>record</td><td>The API method's argument</td><td></td></tr></tbody></table>
