Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.
/ bash-yaml Public archive
forked from jasperes/bash-yaml

Read a yaml file and create variables in bash

License

Notifications You must be signed in to change notification settings

osrf/bash-yaml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash-yaml

Build Status

Bash script to read a Yaml file and create variables.

Getting Started

Usage

Copy yaml.sh file and import on your script: source yaml.sh

Then two functions are viable:

  • parse_yaml: Output result from the readed yaml file.
  • create_variables: Read and create variables based on yaml file passed by argument.

Look at test folder, found on this project, to see more.

Testing

You can test if your yaml file will be readed correctly based on test folder.

Known issues

  • Can't parse a object list with first attribute like "- name: MyName". Must be down.
  • Object lists must be informed all attributes. Null must be "attr: ".

Credits

This project was started based on @pkuczynski gist. Found it here

About

Read a yaml file and create variables in bash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%