tuan

Crates.iotuan
lib.rstuan
version0.1.0
sourcesrc
created_at2023-10-15 14:40:41.284594
updated_at2023-10-15 14:40:41.284594
descriptionCLI Program to help manage env
homepage
repository
max_upload_size
id1003808
size33,162
Wicaksana Pratama (wypratama)

documentation

README

Tuan CLI

A Rust-based command-line interface (CLI) program to manage your environment variables efficiently.

Features

  • Minta Command: Use the minta command to ask for help from Tuan.
    • Env Subcommand: Retrieve environment variables from a remote source.

Usage

Installation

To use the Tuan CLI, you can install it via Cargo, the Rust package manager. Ensure that you have Rust installed. Then, run the following command:

bashCopy code

cargo install tuan

Commands

  • minta env: Retrieve environment variables from a remote source.

    bashCopy code

    tuan minta env --SOURCE <remote_source>

    Replace <remote_source> with the desired remote source.

Author

Created by Wicaksana Pratama.

For any questions or feedback, please reach out to wicaksanapratama@gmail.com.

Commit count: 0

cargo fmt