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:
committed by
Zeger Hendrikse
parent
4aaaf4cea5
commit
0bfe811063
@@ -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
|
||||
Reference in New Issue
Block a user