YAML
YAML is a human friendly data serialization standard for all programming languages. YAML is a recursive acronym which stands for "YAML Ain't Markup Language". It is commonly used for configurations.
Here are 3,608 public repositories matching this topic...
A simple, fast, and fun package for building command line apps in Go
-
Updated
Mar 15, 2022 - Go
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
-
Updated
Apr 8, 2022 - PHP
A list of command line tools for manipulating structured text data
-
Updated
Nov 1, 2021
A Swift command line tool for generating your Xcode project
-
Updated
Apr 5, 2022 - Swift
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
-
Updated
Apr 11, 2022 - C++
The Yaml component loads and dumps YAML files.
-
Updated
Feb 25, 2022 - PHP
-
Updated
Apr 10, 2022 - Python
-
Updated
Apr 2, 2022 - PHP
Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.
-
Updated
Apr 4, 2022 - Go
Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, vuejs vitepress, TinaCMS, Shopify Polaris, Ant Design, Astro, hashicorp, garden, slidev, saber, sourcegraph, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers. Please follow gray-matter's author: https://github.com/jonschlinkert
-
Updated
Mar 6, 2022 - JavaScript
Kestra is an infinitely scalable orchestration and scheduling platform, creating, running, scheduling, and monitoring millions of complex pipelines.
-
Updated
Apr 11, 2022 - Java
Universal Operator Lifecycle Manager (OLM) for Kubernetes operators, and operators for traditional Linux and Windows apps, with declarative integration between operators for automated microservice integration.
-
Updated
Apr 11, 2022 - Go
Record Query - A tool for doing record analysis and transformation
-
Updated
Nov 12, 2021 - Rust
-
Updated
Mar 29, 2022 - JavaScript
Generic templated configuration management for Kubernetes, Terraform and other things
-
Updated
Apr 2, 2022 - Python
Describe the bug
The section on creating a service account in the Google Cloud console is out of date
Free and Open Source GUI to Visualize Kubernetes Applications.
-
Updated
Jul 25, 2019 - Clojure
Add the missing docstrings to the testing_node.py file
Here you can find instructions of how we create the docstrings.
Home Assistant config files, rewritten to use the latest features, 100+ documented automations, automatically generated ToC
-
Updated
Feb 22, 2022 - Python


On lines
https://github.com/rochacbruno/dynaconf/blob/master/dynaconf/validator.py#L202-L205
validators.validateis callingfrom_envand it makes the variables to be reloaded from source files.This is not good for testing.
Solution:
reload=Falsethat will cause those lines to pass