Resolve #8: Implement "upgrade" command and "auto-check" for the latest version

This commit is contained in:
Ivan Kravets
2014-08-03 18:40:20 +03:00
parent a287d53520
commit 8b056efe64
5 changed files with 82 additions and 4 deletions
+5
View File
@@ -100,3 +100,8 @@ class UnknownEnvNames(PlatformioException):
class GetSerialPortsError(PlatformioException):
MESSAGE = "No implementation for your platform ('%s') available"
class GetLatestVersionError(PlatformioException):
MESSAGE = "Can't retrieve latest PlatformIO version"