Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tuladhar/env2json
- Owner: tuladhar
- Created: 2021-10-01T06:40:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T06:51:06.000Z (over 3 years ago)
- Last Synced: 2024-10-24T22:14:34.219Z (3 months 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
```