envfetch 2.1.1

Lightweight cross-platform CLI tool for working with environment variables
envfetch-2.1.1 is not a library.

Features

  • Print list of all environment variables
  • Get value of variable by name
    • Show similar variables if given variable not found
  • Set variable (temporary and permanent)
  • Delete variable (temporary and permanent)
  • Load variables from dotenv-style file (temporary and permanent)
  • Add string to the end of variable (temporary and permanent)
  • Set and delete multiple variables at once
  • Interactive mode
  • Export variables
  • Configuration support

Get started

Installing

Read about installing envfetch in the Wiki.

Using

Read in Wiki.

Configuration

Read in this Wiki page

Contributing and building from source

Read in this Wiki page

See Also