- Removed superflous option aliases
- `outPath` => `outpath`
- `configPaths`, `configPath`, `c` => `config`
- `environment`, `e` => `env`
- `logLevel` => `log`
- `render --out`, `render -o` => `render --output`
- Removed `offline` option, it can be re-added later if anyone uses it
- Removed the last bits of docpad cloud helper functionality
- Removed skeleton functionality, just clone the repo from github instead
- `docpad skeleton` => `docpad init` (same functionality as selecting no sekleton)
- Removed version check
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
- This will bring a massive performance boost to DocPad, especially with [Caterpillar](https://github.com/bevry/caterpillar) v6 which allows DocPad to disable fetching line information (a very expensive process) for log messages we don't care about
- Minimum required node version changed from `node: >=6` to `node: >=10` to keep up with mandatory ecosystem changes