About 3,930,000 results
Open links in new tab
  1. Setting file path location in yaml - Stack Overflow

    Jan 14, 2019 · So far I have the following in my yaml file, but it is an absolute path. If someone else was to use my code, they would need to change the file path to meet their User profile …

  2. Processing YAML Content With yq | Baeldung on Linux

    Mar 18, 2024 · In the Bash shell, we need tools to deal with YAML content from the command line or script. In this tutorial, we’re going to learn about the yq utility. The yq command is usually …

  3. GitHub - Esl1h/parse_yaml-with-bash: How to parse and use yaml file

    The config.yaml is on the same path that the .sh, you can create or modify the function to another yaml file (or put in a variable) and change the prefix. Each value from yml will be separated by …

  4. Passing bash script variables to .yml file for use as child and ...

    Apr 26, 2022 · I'm trying to write a bash script test-bash.sh that will pass arguments from a txt file test-text.txt to a .yml file test-yaml.yml, to be used as child and subdirectory arguments (by …

  5. Reference shell Script within a shell Script in YAML

    Jul 2, 2023 · You could put anything inside that multi-line string (YAML block scalar). If this is in a Helm context, I might tell you the actual right answer is to COPY the script into the image …

  6. Azure Devops Piepeline - Yaml Powershell Script Path

    Oct 5, 2020 · I would like to ask you if someone knows how to create a correct path to powershell in Azure Devops Pipeline Yaml Syntax. It's not that PS can't find your script, instead the error …

  7. How can I parse a YAML file from a Linux shell script?

    Feb 16, 2011 · I wish to provide a structured configuration file which is as easy as possible for a non-technical user to edit (unfortunately it has to be a file) and so I wanted to use YAML.

  8. Howto lint a bash script inside a YAML file - Stack Overflow

    Mar 22, 2019 · Here's an expression to get the shell script out of your file: The result is the actual script. Now, you just need to pipe it to a bash linter. I looked through this site for you, but I …

  9. How to correctly add a path to PATH? - Unix & Linux Stack …

    Feb 21, 2016 · The bottom line is that to add a new directory to the path, you must append or prepend the directory to the $PATH environment variable within a script included in the shell, …

  10. Handling File Paths and Special Characters in YAML for - snippset

    When writing YAML scripts for CI/CD pipelines, it's important to use the correct file path format and handle special characters properly. A common issue developers face is using Windows …