# CLI Reference

## dsdt -h

Find all of your commands wiith -h.  &#x20;

```
usage: dsdt [-h] [--profile AWS_PROFILE] [--verbose] [--version]
            {init,dockerize,run,apply,context,switch,commit,rm,ls,cat,status,remote,push,pull,add,lineage}
            ...

DisDat (dsdt) -- distributed data science management

positional arguments:
  {init,dockerize,run,apply,context,switch,commit,rm,ls,cat,status,remote,push,pull,add,lineage}

optional arguments:
  -h, --help            show this help message and exit
  --profile AWS_PROFILE
                        An AWS credential profile to use when performing AWS
                        operations (default is to use the 'default' profile)
  --verbose             Be verbose: Show extra debugging information
  --version             show program's version number and exit
```

{% hint style="info" %}
Pro Tip:  All commands have a `-h` flag if you forget how to use them.&#x20;
{% endhint %}

##


---

# 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://disdat.gitbook.io/disdat-documentation/reference/dsdt-the-cli.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.
