Skip to content

Commit

Permalink
docs(domain): add overview command details
Browse files Browse the repository at this point in the history
  • Loading branch information
davlgd authored and hsablonniere committed Oct 16, 2024
1 parent bb1905b commit cb9c386
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/applications-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,18 @@ By default, a Clever Cloud application gets `app_id.cleverapps.io` as fully qual
clever domain
```

To add/remove domains through these commands, use:
To get an overview of domains linked to any of your applications and organizations, use:

```
clever domain overview
clever domain overview -f domain.tld
clever domain overview --filter .tld --format json
```

To add/remove a domain to an application, use:

```
add Add a domain name to a Clever Cloud application
favourite Manage Clever Cloud application favourite domain name
rm Remove a domain name from a Clever Cloud application
```

Expand Down

0 comments on commit cb9c386

Please sign in to comment.