Environment variables: reloaded

env var post 1

After all these years, our Web console’s codebase needed some technical updates. We chose new libraries to build our UI (templating, components…) and decided to introduce them progressively, feature by feature.

In order to test this new stack, we chose to improve an existing feature: the environment variables.

We’ll get into the “under the hood” details in another article. For now, let’s focus on what’s new from the user’s perspective.

What’s new?

Multiline support

There was no real/official multiline support for your environement variables.

Now you can press the enter key in the value field: (it also works with copy/paste)





In expert mode, your multiline variables need to be quoted:



Edits then update

The update mechanism has changed. First, you make your modifications (new vars, edits, deletions…) in simple or expert mode. Then you click on “update changes”.



Input validation

We improved the client-side validation and tried to display detailed errors.

New variable names are checked against conventions:



Expert mode also gets its real-time error report:





Small UX improvements

We also improved some small user-experience details:

  • The design of the focus ring has been improved.
    It should be more visible for any keyboard user that needs it.



  • We’re introducing a skeleton screen when data is loading:



  • We use a loader animation when data is updating:



  • For add-ons, we reuse the same component but in read-only mode:



  • For add-ons, you still have the expert mode so you can copy/paste easily from it:



What’s next?

We hope these improvements will help you in your usage of the Clever Cloud console. Please give us feedbacks.

We’ll be back with details about how we changed our stack using Web Components…

Blog

À lire également

The audit as a weapon: compliance, another battlefield of economic warfare

I recently read the Flash ingérence published by the DGSI in May 2026 on the risks associated with foreign audits. It concerns three French companies confronted, under cover of regulatory procedures, with practices that end up weakening them. One of these examples struck me in particular, because it shows the extent to which the compliance reflex can sometimes turn against the party who believes they are doing the right thing.
Company

Managed Kubernetes: benefits, limitations and selection criteria

A managed Kubernetes service is an offering in which the cloud provider manages the Kubernetes control plane on the user’s behalf. Provisioning, updates, availability and certificate rotation are handled by the provider. The user retains control over their workloads and node pools but does not administer the cluster’s critical infrastructure.
Engineering Features

Kubernetes Cloud: What It Is, How It Works, and the Main Types of Offerings

People often talk about "Kubernetes cloud" as if it were a single product, or set Kubernetes and the cloud against each other as competing choices. Neither is accurate.
Engineering