#cli #env #retrieve #store #local #manager #command

app storagenv

storagenv is a utility to store and retrieve multiple env's

3 releases

0.1.2 Feb 21, 2021
0.1.1 Feb 21, 2021
0.1.0 Feb 20, 2021

#35 in #retrieve

25 downloads per month

MIT license

11KB
238 lines

storagenv - v0.1.2

Description

storagenv is a simple .env file manager, which you can retrieve env's to clipboard
or simply print them in order to make life for local development, easier.

How to install ? ( using Rust )

    git clone https://github.com/edicury/storagenv
    cd storagenv
    cargo build --release
    ./target/release/storagenv

Available Commands

  • help
    • lists all available commands inside binary
  • list
    • lists all stored environments
  • show ENV_NAME
    • prints specified env on console
  • add ENV_NAME ENV_STR
    • stores new env inside binary
  • pick ENV_NAME
    • copies env to clipboard

Dependencies

~3.5MB
~66K SLoC