4 个版本
0.9.1 | 2023 年 8 月 17 日 |
---|---|
0.9.0 | 2023 年 8 月 16 日 |
0.1.5 | 2023 年 7 月 13 日 |
0.1.4 | 2023 年 7 月 13 日 |
#1351 在 命令行工具 中
36 次每月下载
12KB
225 行
概述 Overview
.env 文件的操作 CLI 工具。CLI utility for .env or something like this.
入门 Getting Started
使用 cargo 进行安装。尝试 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
指定文件转储指定的 .env 文件 Dump specified .env file
r-env --dump --file .env.development
依赖项 Dependencies
~2.5–3.5MB
~56K SLoC