Skip to content

mass10/r-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview 概要

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

Getting Started 始め方

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

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

Dump .env. .env をダンプする

r-env --dump

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

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