> For the complete documentation index, see [llms.txt](https://oiadocs.cloudfabrix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oiadocs.cloudfabrix.io/implementer-guide/platform-installation/macaw-cli/macaw-cli-status.md).

# macaw status

## cfxDimensions services operational management:

macaw CLI provides option to view currently deployed cfxDimensions services (Infra, Platform and Application Services)

```
macaw status
```

Run the below command to view currently deployed cfxDimensions infrastructure services.

```
macaw infra status
```

Run the below command to view currently deployed cfxDimensions platform services.

```
macaw platform status
```

Run the below command to view currently deployed cfxDimensions applications services.

```
macaw services status
```

Run the below command to view additional options or help

```
macaw status --help
macaw platform status --help
macaw services status --help
```
