PROJECT_PROFILE=${1:-default} deploy_label() { local service=$1 printf "%s-%s\n" "$PROJECT_PROFILE" "$service" }