Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tuladhar/env2json

Unix style command-line tool to transform environment variables into JSON structure.
https://github.com/tuladhar/env2json

devops hacktoberfest hacktoberfest-accepted python unix

Last synced: about 1 month ago
JSON representation

Unix style command-line tool to transform environment variables into JSON structure.

Awesome Lists containing this project

README

        

# env2json
Unix style command-line tool to transform environment variables into JSON structure.

## Installation
```
$ wget https://raw.githubusercontent.com/tuladhar/env2json/main/env2json
$ sudo install -m 755 env2json /usr/local/bin
```

## Usage
```
$ env | env2json
```