-
I can run `pulumi preview` on one machine and see that there will be no changes, but if I move the project to a different directory and run `pulumi preview` again, I see that Pulumi wants to update a …
-
Hey there.
I can't get 2 simple yaml files merged with this error thrown:
ERROR: Impossible to add Scalar value, , to a Hash without a key. Change the value to a 'key: value' pair, a '{key: value…
-
## Summary
Is there a method to extract the xpath for any given line within a yaml file?
For example
```
top:
first:
- name: myname
attr1: val1
attr2: val2
- value…
-
## Operating System
1. Name/Distribution: Ubuntu
2. Version: 20.10
## Version of Python and packages in use at the time of the issue.
1. [Distribution](https://wiki.python.org/moin/PythonDis…
-
Hello! i'm trying to use this library to read a yaml file and update some values in it.
tbh I'm struggling a bit with the doc, (would love to have a really simple example with no logger, console, etc…
-
Currently the `.gitops.config.yaml` file looks like this:
```yaml
deploymentConfig:
# The organisation name of your deployment repo
org: deployments
# The repostiory name of your deployment…
niiku updated
3 years ago
-
Does this package let me include specific components from other yamls? For cases where I don't want to include the entire content of the yaml file. E.g something like
a.yaml
```
param:
- na…
-
Hi, I am trying to change a value in YAML file, but cannot figure out how to do it with YAMLPath.
The original attempt without YAMLPath was:
`dynamic.yml:`
```yaml
http:
services:
websit…
-
**Is your feature request related to a problem? Please describe.**
[YAML Merge Keys](https://yaml.org/type/merge.html) are extremely useful for eliminating structure and data duplication within YAML …
-
The only way to delete nodes now is with `yaml-set` command line. Would be really nice to have the functionality in a `yamlpath` function somehow. Maybe from the node itself, so we could write:
```
…