Clever Tools 3.9, with domain diagnostics and overview
Clever Tools 3.9 is available. It’s the first minor release since our Big Summer Update. Over the past few months, we’ve revamped many things under the hood, to clean the code and prepare next big changes we’re working on.
List and diagnose your domains
This new version brings two new features to manage domains. First is clever domain overview
, allowing you to list domains linked to your account, across all the organizations you manage. List only domains containing a specific text string in their name thanks to the --filter
option. Use the json
output (--format
/-F
) and tools such as jless to navigate through long lists easily.
This feature uses a new “short” link for the Console, which doesn’t require organization or user ID:
# The id can be an app_id, an addon_id or a real_id
https://console.clever-cloud.com/goto/id
The clever domain diag
command allows you to check domains’ configuration for an application, locally linked or targeted with the --app
option. If some DNS records are wrong or missing, it will help you to know how to fix them. There is a --filter
option to get only domains containing a specific text string in their name and a --format
/-F
option to output the result in human
or json
.
Post-creation instructions for add-ons and fixes
This release also provides bug fixes, the token expiry date/time in clever profile
and a better experience with add-ons like Keycloak, Matomo or Metabase. Once created, you get post-creation instructions such as management/Console URL, temporary credentials and a link to the add-on’s documentation.
To upgrade Clever Tools, use your favorite package manager. For example with npm
:
npm update -g clever-tools
clever version