lenra-io/lenra_cli

[Task] Create project volumes to save databases data

Aberta

#386 aberto em 18 de fev. de 2024

 (1 comentário) (0 reação) (0 responsável)Rust (2 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (16 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

What should be done

When using the Lenra CLI we might want to keep the development data between two tests. When creating many apps we also want to separate one app data from another one.

Add the possibility to keep the data when wanted by the user. It should be a new option to add this to the terminal context.

A shortcut should be added to the dev mode (K as keep ?).

Technical recommandation

Create two folders in the .lenra forder to keep the data only for the given app.

Ecological concerns

By default the stop command remove de volumes.

Guia do colaborador