Skip to content

Commit

Permalink
Merge branch 'main' into spelling-quickstart-marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
cnivolle authored Dec 20, 2024
2 parents f4d3a11 + 595f9c0 commit baa7c6f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
34 changes: 34 additions & 0 deletions content/changelog/2024-12-18-clever-tools-3.11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: 'Clever Tools 3.11 is available with features flags and KV native support'
date: 2024-12-18
tags:
- clever-tools
- cli
authors:
- name: David Legrand
link: https://github.com/davlgd
image: https://github.com/davlgd.png?size=40
- name: Hubert Sablonnière
link: https://github.com/hsablonniere
image: https://github.com/hsablonniere.png?size=40
description: Some tiny changes, before the huge ones
excludeSearch: true
---

[Clever Tools 3.11](https://github.com/CleverCloud/clever-tools/releases/tag/3.11.0) is available. It includes some bug fixes and `clever profile open` commands. Most importantly, it introduces feature flags and KV native support. Thus, you can now enable some commands in alpha/beta status. First is `clever kv` which allows you to manage a Materia KV or Redis® database and send it commands without any dependencies:

```bash
clever addon create kv myKV
clever features enable kv
clever kv myKV SET myKey myValue
clever kv myKV GET myKey
```

You can learn more about `clever kv` in [Clever Tools documentation](https://github.com/CleverCloud/clever-tools/blob/master/docs/kv.md) or using `clever features info kv`. Next year we'll introduce more experimental commands through features flags. Next to come is `clever ng` to manage our [wireguard](https://www.wireguard.com/) based Network Groups.

To upgrade Clever Tools, [use your favorite package manager](https://github.com/CleverCloud/clever-tools/blob/master/docs/setup-systems.md#how-to-install-clever-tools). For example with `npm`:

```
npm update -g clever-tools
clever version
```
1 change: 1 addition & 0 deletions content/doc/addons/mysql/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@ Here is the list of actions that you won't be able to perform:
- Plugins installation.
- Replica creation.
- Backup frequency or retention control.
- Create Trigger or Function (Only on DEV plan)

Ask Clever Cloud support if you want to perform one of these actions.
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL: https://stagingv6.cleverapps.io/developers
baseURL: https://www.clever-cloud.com/developers
languageCode: en-us
title: Clever Cloud Documentation
publishDir: public/developers
Expand Down

0 comments on commit baa7c6f

Please sign in to comment.