PublishCommand constructor

PublishCommand()

Implementation

PublishCommand() {
  argParser.addFlag(
    'dry-run',
    negatable: false,
    help: 'Build the bundle and show what would upload, without writing.',
  );
}