Skip to content

Convert Spring configuration property names to environment variable names.

License

Notifications You must be signed in to change notification settings

helpermethod/p2e

Folders and files

NameName
Last commit message
Last commit date
Apr 30, 2025
Aug 3, 2022
Mar 24, 2025
May 25, 2022
May 17, 2023
Mar 29, 2023
Mar 29, 2023
Mar 29, 2023
Aug 8, 2022
Apr 19, 2025
Sep 19, 2024

Repository files navigation

🔄 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