Add stuff for fooling around with yq
This commit is contained in:
parent
9c89834d20
commit
91395a5f8e
5
Makefile
5
Makefile
@ -6,4 +6,9 @@ dev_install:
|
|||||||
install:
|
install:
|
||||||
install abra $(HOME)/.local/bin/abra
|
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
|
.PHONY: dev_install install
|
||||||
|
7
test/abra.yml
Normal file
7
test/abra.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: mystack
|
||||||
|
secrets:
|
||||||
|
foo:
|
||||||
|
bar:
|
||||||
|
baz:
|
||||||
|
length: 128
|
Loading…
Reference in New Issue
Block a user