Forráskód Böngészése

BAK ##2026-05-12T13:05:52+0200

Diller, Jan 1 hónapja
szülő
commit
3ea0df8135
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      clouddk

+ 2 - 2
clouddk

@@ -15,8 +15,8 @@ cdk_init         ::   cdk init app --language typescript
 cdk_boot_def     ::   cdk bootstrap
 cdk_boot_nodef   :x:  $(printf  "cdk bootstrap --qualifier '%s'" "${1}" )
 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_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