package commands import ( "errors" ) func upgradeCommand(c CommandLine) error { return errors.New("Not yet Implemented") }