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

#2168 in Command line utilities

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

~3.5–4.5MB
~75K SLoC