Files
dokku/docs/appendices/0.20.0-migration-guide.md

20 lines
602 B
Markdown
Raw Normal View History

# 0.20.0 Migration Guide
## Removals
The following commands were previously 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.
## Deprecations
- `nginx:show-conf` has been deprecated in favor of `nginx:show-config`.