lenra-io/lenra_cli

[Task] Create project volumes to save databases data

開放

#386 建立於 2024年2月18日

 (1 則留言) (0 個反應) (0 位負責人)Rust (2 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (16 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南