D

dotCLI

CLI discovered

Details
Command
dotcli
Docs
https://www.dotcms.com/docs/cli
Authentication
dotCMS API token bearer discovered Get token ↗
$ dotcli config

Use the dotCMS admin UI or API token endpoint documented at API Authentication. Easiest path: in the dotCMS admin panel go to System → Users, select the user, open API Access Tokens, and request a new token. Administrators can also mint one programmatically by POSTing user credentials to /api/v1/authentication/api-token as shown in the docs. The returned token is then sent as Authorization: Bearer <token>.