Open in app
Abdennour Toumi
136 Followers
About

Sign in

136 Followers
About
Open in app

Convert YAML file to Properties file or key Value Pair

Abdennour Toumi

Abdennour Toumi

Jul 26, 2020·1 min read

install yq CLI then :

yq r application.yaml --printMode pv "**" | sed 's/: /=/' > application.properties

Details ? check ; https://stackoverflow.com/a/63098014/747579

Done!

Thanks

Written by

Abdennour Toumi

Software engineer, Cloud Architect, 5/5 AWS|GCP|PSM Certified, Owner of kubernetes.tn

  • Yaml
  • Properties File
  • Vault

More from Abdennour Toumi

Software engineer, Cloud Architect, 5/5 AWS|GCP|PSM Certified, Owner of kubernetes.tn

More From Medium

Where can you find useful resources to help you with JavaScript?

Trung Anh Dang in JavaScript In Plain English

Binary Search Trees with JavaScript

Chad Murobayashi in JavaScript In Plain English

Unit testing your API in Laravel

Mark Scherrenberg

Best Practices for Building JavaScript SDKs With TypeScript

Cesar William Alvarenga in The Startup

Reacting to Observables with MobX-React

John Au-Yeung in JavaScript In Plain English

Why You Need to Learn ReactJS for Your Next Interview

Shane Shown in The Startup

Building Modern BackendUsing Nest JS and MongoDB

Pritam Banerjee in Weekly Webtips

Five reasons why Web Components could complement JavaScript frameworks

Chris Kitson in JavaScript In Plain English

About

Help

Legal

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store