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 year ago
JSON representation
Unix style command-line tool to transform environment variables into JSON structure.
- Host: GitHub
- URL: https://github.com/tuladhar/env2json
- Owner: tuladhar
- Created: 2021-10-01T06:40:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T06:51:06.000Z (over 4 years ago)
- Last Synced: 2025-02-05T19:43:09.251Z (over 1 year ago)
- Topics: devops, hacktoberfest, hacktoberfest-accepted, python, unix
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```