|
@@ -15,8 +15,8 @@ cdk_init :: cdk init app --language typescript
|
|
|
cdk_boot_def :: cdk bootstrap
|
|
cdk_boot_def :: cdk bootstrap
|
|
|
cdk_boot_nodef :x: $(printf "cdk bootstrap --qualifier '%s'" "${1}" )
|
|
cdk_boot_nodef :x: $(printf "cdk bootstrap --qualifier '%s'" "${1}" )
|
|
|
cdk_boot_imprt :: cdk bootstrap aws://%s/%s
|
|
cdk_boot_imprt :: cdk bootstrap aws://%s/%s
|
|
|
-cdk_synth :: NO_COLOR=1 cdk synth 2>&1 | tee cdk_synth.txt
|
|
|
|
|
-cdk_synth_sgl :: NO_COLOR=1 cdk synth '%s' 2>&1 | tee cdk_synth.txt
|
|
|
|
|
|
|
+cdk_synth :: NO_COLOR=1 cdk synth 2>&1 | tee cdk_synth.txt
|
|
|
|
|
+cdk_synth_sgl :: NO_COLOR=1 cdk synth '%s' 2>&1 | tee cdk_synth.txt
|
|
|
cdk_diff :: NO_COLOR=1 cdk diff 2>&1 | tee cdk_diff.txt
|
|
cdk_diff :: NO_COLOR=1 cdk diff 2>&1 | tee cdk_diff.txt
|
|
|
cdk_diff_sglstg :: NO_COLOR=1 cdk diff '%s' 2>&1 | tee cdk_diff.txt
|
|
cdk_diff_sglstg :: NO_COLOR=1 cdk diff '%s' 2>&1 | tee cdk_diff.txt
|
|
|
cdk_diff_sglstk :: NO_COLOR=1 cdk diff '%s' 2>&1 | tee cdk_diff.txt
|
|
cdk_diff_sglstk :: NO_COLOR=1 cdk diff '%s' 2>&1 | tee cdk_diff.txt
|