BAEL-456: Introduction to Spring Cloud CLI - Bash Scripts (#2745)

* BAEL-456: Introduction to Spring Cloud CLI - Bash Scripts

* Readme added

* Removed batch script artifacts
This commit is contained in:
Adam InTae Gerard
2017-10-15 19:05:55 -07:00
committed by Zeger Hendrikse
parent 4aaaf4cea5
commit 0bfe811063
10 changed files with 143 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
echo Decrypting my_value as key my_key
spring decrypt --key my_key
echo
echo You should see: \"my_value\"
echo