Skip to content

Commit 7945de5

Browse files
committed
changelog: Clever Tools 4.5
1 parent f7bd99c commit 7945de5

File tree

3 files changed

+1331
-1406
lines changed

3 files changed

+1331
-1406
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Clever Tools 4.5 is available
3+
date: 2026-01-14
4+
description: Clever Tools 4.5 comes with a rework of the file structure paving the way for future improvements
5+
tags:
6+
- clever-tools
7+
- cli
8+
authors:
9+
- name: David Legrand
10+
link: https://github.com/davlgd
11+
image: https://github.com/davlgd.png?size=40
12+
- name: Hubert Sablonnière
13+
link: https://github.com/hsablonniere
14+
image: https://github.com/hsablonniere.png?size=40
15+
excludeSearch: true
16+
---
17+
18+
[Clever Tools 4.5.1](https://github.com/CleverCloud/clever-tools/releases/tag/4.5.1) is available, with everything [from 4.5.0](https://github.com/CleverCloud/clever-tools/releases/tag/4.5.0) plus a bug fix for Arch Linux users. This release is a big step forward in our CLI redesign, with major changes under the hood to the way commands are structured and implemented.
19+
20+
- [Learn more about Clever Tools file structure rework in our ADR](https://github.com/CleverCloud/clever-tools/blob/master/docs/adr/adr-0001-rework-file-structure.md)
21+
22+
## Better help our users
23+
24+
From a user perspective, this release mainly brings clearer `--help` outputs:
25+
26+
![Clever Tools help output example](/images/clever-tools-4.5-help.webp)
27+
28+
It also allows us to automatically generate [reference documentation](/doc/reference/cli/) during the release process with an [LLM-ready version](/doc/reference/cli/index.html.md).
29+
30+
## Pave the way for future improvements
31+
32+
These changes were an essential building block for the next major step: redesigning the Clever Tools commands and options. An effort that will be carried out gradually over the coming months.
33+
34+
## How to upgrade
35+
36+
To upgrade Clever Tools, [use your favorite package manager](/doc/cli/install/). For example with `npm`:
37+
38+
```
39+
npm update -g clever-tools
40+
clever version
41+
```

0 commit comments

Comments
 (0)