OpenZeppelin CLI `regular` deploy doesn't offer `initialization`

Hi @lil,

Thanks for trying out the OpenZeppelin CLI 2.8 Release Candidate. :pray:

When deploying regular contracts there isn’t a need to run initialization.
Any initialization could be done in the constructor of the regular contract. Though appreciate that means that a contract is different depending on whether it is upgradeable (constructor) or regular (initializer)

Automatic initializers are part of the plans for OpenZeppelin SDK 3.0 (see the SDK 3.0 Design Document)

Feedback on the Release Candidate is greatly appreciated.