r-env

Crates.ior-env
lib.rsr-env
version0.9.1
sourcesrc
created_at2023-07-13 12:18:09.491226
updated_at2023-08-17 23:49:40.762203
descriptionCLI utility for .env file
homepage
repositoryhttps://github.com/mass10/r-env/
max_upload_size
id915261
size14,503
Masaru Irisawa 入澤 賢 (mass10)

documentation

https://docs.rs/crate/r-env/

README

概要 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
Commit count: 42

cargo fmt