-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
This release finishes up the cli package integration.
--version,--helpare command line options now. What they do should be obvious.db:pushanddb:pullare no longer valid commands.databaseis now the main command, andpushorpullare now arguments to the command. So for instance,wpkit database push productionis now the valid command.- Better error message when a mysql command fails on a remote environment. It was giving a simple
ERRORmessage, so I expanded that to include some possible problems. Will need to look into getting the actual error from mysql instead of just giving some possible errors.
Reactions are currently unavailable