logs:failed
without either a <name>
or the --all
flag is deprecated.common.GetDeployingAppImageName()
function now returns an error
as the second return argument instead of calling common.LogFail()
internally.DOKKU_DISABLE_ANSI_PREFIX_REMOVAL
is deprecated; Dokku 0.23.0 will avoid removing the remote:
ansi prefix entirely. No warning will be added in this release.The ps
command has had a few removals as a result of a rewrite to Golang:
ps:set-restart-policy
command has been removed in favor the ps:set
command.ps:restart-policy
command has been removed in favor of the ps:report
command.ps:rebuildall
command has been removed in favor of calling the ps:rebuild
with the --all
flag instead of an app name.ps:restartall
command has been removed in favor of calling the ps:restart
with the --all
flag instead of an app name.ps:stopall
command has been removed in favor of calling the ps:stop
with the --all
flag instead of an app name.ps:startall
command has been removed in favor of calling the ps:start
with the --all
flag instead of an app name.DOKKU_PROCFILE
file is no longer located in the git directory for a given app on the server. It's location is currently not exposed.procfile-get-command
plugin trigger no longer takes a procfile path
as the final argument.ps
functions have been removed. Please us a trigger as appropriate or file a PR to have a new trigger/wrapper function added.