From 91395a5f8e0f4d818a8c47247e111c6db57adaa6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 8 Sep 2020 09:19:03 +0200 Subject: [PATCH] Add stuff for fooling around with yq --- Makefile | 5 +++++ test/abra.yml | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 test/abra.yml diff --git a/Makefile b/Makefile index 00e60c5..ca5ff19 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,9 @@ dev_install: install: install abra $(HOME)/.local/bin/abra +get_yq: + wget https://github.com/mikefarah/yq/releases/download/3.3.2/yq_linux_amd64 && \ + chmod +x yq_linux_amd64 && \ + mv yq_linux_amd64 yq + .PHONY: dev_install install diff --git a/test/abra.yml b/test/abra.yml new file mode 100644 index 0000000..d90aa35 --- /dev/null +++ b/test/abra.yml @@ -0,0 +1,7 @@ +--- +name: mystack +secrets: + foo: + bar: + baz: + length: 128