helpermethod / p2e

Convert Spring configuration property names to environment variable names.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔄 p2e

Convert Spring configuration property names to environment variable names.

Usage

The easiest way to use p2e is via JBang.

$ jbang p2e@helpermethod spring.application.name
# outputs SPRING_APPLICATION_NAME

Alternatively, you can install p2e as a native image with Homebrew.

$ brew tap helpermethod/tap
$ brew install p2e

$ p2e spring.application.name
# outputs SPRING_APPLICATION_NAME

About

Convert Spring configuration property names to environment variable names.

License:Apache License 2.0


Languages

Language:PowerShell 41.6%Language:Shell 35.0%Language:Batchfile 15.4%Language:Java 8.0%