#!/usr/bin/env node export interface CommonArgs { baseDir: string; auth?: string; config?: string; yes?: boolean; }