> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cosmosid.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Running the CLI

Each command must be submitted with your API Key (unless stored in a credential file) and a Base URL:

```
 cosmosid --api_key <YOUR_API_KEY> --base_url https://app.cosmosid.com <command>
```

There are several types of commands supported by the Cosmos-Hub CLI:

<Frame>
  <img src="https://mintcdn.com/cmbio/1_URKzklO7hYjRsk/images/docs/b504d1ca3ff65afc5467db1b57b46a2f6d92bac9df32bc9520b5ed43468e837a-Screenshot_2024-12-04_at_3.05.56_PM.png?fit=max&auto=format&n=1_URKzklO7hYjRsk&q=85&s=24c0d59765204544578373a3c3cbb97d" alt="CosmosID CLI" width="2114" height="1092" data-path="images/docs/b504d1ca3ff65afc5467db1b57b46a2f6d92bac9df32bc9520b5ed43468e837a-Screenshot_2024-12-04_at_3.05.56_PM.png" />
</Frame>

### Each command has options

To get usage information for each Cosmos-Hub CLI command, the user can simply run:

```bash theme={null}
cosmosid --api_key <YOUR_API_KEY> --base_url https://app.cosmosid.com  <command> --help
```

<Frame>
  <img src="https://mintcdn.com/cmbio/1_URKzklO7hYjRsk/images/docs/7d43a286cb19adaf500247855744a7c9e894edbcda114261243403e85227263f-Screenshot_2024-12-04_at_3.06.55_PM.png?fit=max&auto=format&n=1_URKzklO7hYjRsk&q=85&s=cd6bec03b74687eddc2d1abedbcaf34d" alt="CosmosID CLI" width="2182" height="1568" data-path="images/docs/7d43a286cb19adaf500247855744a7c9e894edbcda114261243403e85227263f-Screenshot_2024-12-04_at_3.06.55_PM.png" />
</Frame>
