return yargs
  .pkgConf('shep', process.cwd())
  .describe('region', 'AWS region')
  .require('region')
  .alias('region', 'r')