Add deprecation notice

This commit is contained in:
Jose Diaz-Gonzalez
2017-02-20 21:34:59 -07:00
committed by Jose Diaz-Gonzalez
parent f5cce3c3a3
commit d9ff7c218d

View File

@@ -6,6 +6,7 @@ source "$PLUGIN_AVAILABLE_PATH/docker-options/functions"
docker_options_main_cmd() {
declare desc="Display applications docker options"
local cmd="docker-options"
dokku_log_warn "Deprecated: Please use docker-options:report"
verify_app_name "$2" && local APP="$2"
read -ra passed_phases <<< "$(get_phases "$3")"