4 releases

0.9.1 Aug 17, 2023
0.9.0 Aug 16, 2023
0.1.5 Jul 13, 2023
0.1.4 Jul 13, 2023

#7 in #env-file

MIT license

12KB
225 lines

概要 Overview

.env を操作する CLI ユーティリティです。CLI utility for .env or something like this.

始め方 Getting Started

cargo を使用してインストールします。Try cargo install.

cargo install --git https://github.com/mass10/r-env --branch main

もしくは、単独で実行可能なバイナリファイルをダウンロードできます。Or executable file available.

wget https://github.com/mass10/r-env/releases/latest/download/r-env

凡例 Examples

環境変数を表示する Print environment variables

r-env cmd.exe /C SET

.env をダンプする Dump .env

r-env --dump

ファイルを指定してダンプする Dump specified .env file

r-env --dump --file .env.development

Dependencies

~2.3–3.5MB
~56K SLoC