| Index: sdk/lib/_internal/pub/lib/src/command.dart
 | 
| diff --git a/sdk/lib/_internal/pub/lib/src/command.dart b/sdk/lib/_internal/pub/lib/src/command.dart
 | 
| index 8e3f9b5b2542ecb75834eed42c4d7ea56461e4e4..97ad11ced5fcad13ea684cd5ef5dbef75fc62090 100644
 | 
| --- a/sdk/lib/_internal/pub/lib/src/command.dart
 | 
| +++ b/sdk/lib/_internal/pub/lib/src/command.dart
 | 
| @@ -15,6 +15,7 @@ import 'command/deploy.dart';
 | 
|  import 'command/help.dart';
 | 
|  import 'command/install.dart';
 | 
|  import 'command/lish.dart';
 | 
| +import 'command/serve.dart';
 | 
|  import 'command/update.dart';
 | 
|  import 'command/uploader.dart';
 | 
|  import 'command/version.dart';
 | 
| @@ -193,6 +194,7 @@ _initCommands() {
 | 
|      'help': new HelpCommand(),
 | 
|      'install': new InstallCommand(),
 | 
|      'publish': new LishCommand(),
 | 
| +    'serve': new ServeCommand(),
 | 
|      'update': new UpdateCommand(),
 | 
|      'uploader': new UploaderCommand(),
 | 
|      'version': new VersionCommand()
 | 
| 
 |