# 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
```
