Add git aliases

This commit is contained in:
Martin Blazik
2020-09-14 10:07:24 +02:00
parent d42eb0859b
commit f09dc48e30
2 changed files with 29 additions and 7 deletions

15
bin/tiger-env.sh Normal file
View File

@@ -0,0 +1,15 @@
# must be included
# TODO add test for running or include
if [[ $_ = $0 ]]; then
echo "Must be sourced!"
else
echo "Sourcing ok"
fi
alias dcm='docker-compose -f docker-compose.yaml -f docker-compose-monitoring.yaml'
alias dcfilter="sed -r 's/^[^|]+\| //g'"
export MIN_SERVICES="pulsar-create-namespace postgres redis jaeger router"
export SERVICES="afm-exec-api sql-executor scan-model router data-loader"