Move auto_deploy status command into its own class
Summary
The Chatops::Commands::AutoDeploy class is now too large.
Proposal
Move the code for the auto_deploy status
command into its own class in order to reduce the size of the Chatops::Commands::AutoDeploy
class.