diff --git a/dk b/dk index 9d0606e..985f50c 100755 --- a/dk +++ b/dk @@ -10,6 +10,8 @@ USAGE $scriptname CMDs... COMMANDES + get-profile + Afficher le profil courant b|build [SERVICE] Construire les images p|push @@ -1464,6 +1466,10 @@ while [ $# -gt 0 ]; do [ "$1" == -- ] && { shift; continue; } cmd="$1"; shift case "$cmd" in + get-profile|get_profile|profile) + echo "$PROFILE" + exit 0 + ;; b|build) build_set_options "$update_apps_mode" "$update_apps_origin" "$update_apps_branch" [ -f .build.scripts.sh ] && source ./.build.scripts.sh