# Command Reference

For ease of reference, the pages are sorted in lexicographic order. If you are new to the docs, you should read [dunebox-configure](/command-reference/dunebox-configure.md), [dunebox-cred-check](/command-reference/dunebox-cred-check.md) and [dunebox-status](/command-reference/dunebox-status.md) before the others.&#x20;

Our platform, and the CLI, are new and continually evolving. Therefore there may be times when the documentation is out of sync with the product. In these cases the final source of truth is the help that has been built into the CLI binary.

To view a list of all subcommands, call the binary with the `--help` flag. &#x20;

<figure><img src="/files/G9uII0DdTg4eJBQeiSQ3" alt=""><figcaption></figcaption></figure>

For help with a subcommand, call the subcommand with the `--help` flag

<figure><img src="/files/LmyZi93bViWwA1XbxI1F" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://oda.moreficent.com/command-reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
