Use this tag for questions about the YAML data serialization format only, not for questions about programs (or examples) that happen to have their configuration in a YAML format.
I have a Python program that uses YAML. I attempted to install it on a new server using pip install …
python python-2.7 yaml pip pyyamlI want to do something like this where I can run multiple commands in order. db: image: postgres web: build: . …
docker yaml docker-composeWhat are the differences between YAML and JSON, specifically considering the following things? Performance (encode/decode time) Memory consumption Expression …
json yamlI have a command line script that I run with a lot of arguments. I have now come to a …
python parsing configuration yaml settingsI have a spring boot application. I have three profiles in my application-> development, staging and production. So I …
java spring gradle spring-boot yamlIn a config file, I have a key to which I wish to assign a URL. The problem is that …
escaping yaml delimiterI wish to provide a structured configuration file which is as easy as possible for a non-technical user to edit (…
shell yaml