You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Use scriptsrun: | echo "Use scripts" # old /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/lctech-tw/util_scripts/main/proto/compile.sh)" # new COMPILE_MODE="Multi" /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/lctech-tw/util_scripts/main/proto/compile2.sh)"
yq.sh
- name: Use scriptsrun: | echo "Use scripts" curl -LJO https://raw.githubusercontent.com/lctech-tw/util_scripts/main/yq.sh # get cat a.yaml | bash yq.sh e '.metadata.name' - # edit cat a.yaml | bash yq.sh e '.metadata.name'="123" -
scan.sh
- name: Use scriptsrun: | echo "Use scripts" curl -LJO https://raw.githubusercontent.com/lctech-tw/util_scripts/main/scan.sh # use sh scan.sh --type go