File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696command -v localstack > /dev/null 2>&1 || { echo >&2 " localstack CLI is required but not installed. Aborting." ; exit 1; }
9797command -v az > /dev/null 2>&1 || { echo >&2 " az CLI is required but not installed. Aborting." ; exit 1; }
9898command -v azlocal > /dev/null 2>&1 || { echo >&2 " azlocal is required but not installed. Run 'pip install azlocal'. Aborting." ; exit 1; }
99- command -v funclocal > /dev/null 2>&1 || { echo >&2 " funclocal is required but not installed. Run 'pip install azlocal'. Aborting." ; exit 1; }
99+ # command -v funclocal >/dev/null 2>&1 || { echo >&2 "funclocal is required but not installed. Run 'pip install azlocal'. Aborting."; exit 1; }
100100# command -v tflocal >/dev/null 2>&1 || { echo >&2 "tflocal is required but not installed. Run 'pip install terraform-local'. Aborting."; exit 1; }
101101command -v terraform > /dev/null 2>&1 || { echo >&2 " terraform CLI is required but not installed. Aborting." ; exit 1; }
102102command -v func > /dev/null 2>&1 || { echo >&2 " Azure Functions Core Tools (func) is required but not installed. Aborting." ; exit 1; }
You can’t perform that action at this time.
0 commit comments