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

# Work with the ddlctl command line

```
Command line utility for interacting with the Domino Data Lab platform operator, which reconciles
the state of a Domino cluster against the root configuration, manages installations
and upgrades, and provides an interface to monitor the overall health of the cluster.
Usage:
  ddlctl [command]
Available Commands:
  bootstrap   Bootstrap the domino-operator
  completion  Generates ddlctl completion scripts for supported shells
  create      Create or update Kubernetes resources and required artifacts for applying a valid Domino
  diff        Diff Domino platform resources
  get         Get Domino platform resources
  help        Help about any command
  logs        Display logs for Domino platform resources
  reconcile   Reconcile a Domino platform resource
  resume      Resume a suspended platform resource
  suspend     Suspend reconciliation of Domino platform resource
  upgrade     Upgrade a Domino resource
  version     Print the client and server-side components version information
```

For help text on specific commands and subcommands, just add the `--help` flag.

## Next steps

* [Install the ddlctl command line](/6.3/admin/installation/platform-operator/ddlctl/install)

* [Upgrade the ddlctl command line](/6.3/admin/installation/platform-operator/ddlctl/upgrade)

* [Configure the Docker Engine API](/6.3/admin/installation/platform-operator/ddlctl/docker-engine)
