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