Skip to content

Commit 448559a

Browse files
author
Brandon Clark
committed
demo
1 parent 9465108 commit 448559a

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

sample/cli-demo.gif

-125 KB
Loading

sample/sample.params-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
2+
echo "Script a params file for current content."
33
echo "{" > ./sample/sample.params
44
echo "\"has_value\": \""${HAS_THIS}"\"" >> ./sample/sample.params
55
echo "}" >> ./sample/sample.params

sample/sample.post-script

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/sh
2-
3-
printf "Want to assign your deployment to an endpoint or clean it all up? You can do it here."
2+
printf "Test and release."
43

54
exit 0

sample/sample.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The template set its stuff up with {{has_value}}!
1+
The template has been given a {{has_value}}!

sample/sample.template-out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The template set its stuff up with true!
1+
The template has been given a dollar please!

0 commit comments

Comments
 (0)