Files
dokku/docs/appendices/0.20.0-migration-guide.md
Jose Diaz-Gonzalez 848373def5 chore: remove all deprecated commands
This change removes all deprecated commands. In many cases, users have been warned for a number of releases before the commands have been removed. All commands that were removed have existing alternatives.
2020-02-12 02:03:03 -05:00

523 B

0.20.0 Migration Guide

Deprecated command removal

The following commands have been deprecated and were removed in this release.

  • apps: Use apps:list instead.
  • certs: Use certs:report instead.
  • certs:info: Use certs:report instead.
  • checks: Use checks:report instead.
  • docker-options: Use docker-options:report instead.
  • domains: Use domains:report instead.
  • plugin: Use plugin:list instead.
  • proxy: Use proxy:report instead.
  • trace: Use trace:on or trace:off instead.