{
  "version": 3,
  "sources": ["../../../../src/packages/plugin-commands-installation/ci.ts"],
  "sourcesContent": ["import { docsUrl } from '../cli-utils/index.ts';\nimport { PnpmError } from '../error/index.ts';\nimport renderHelp from 'render-help';\n\nexport const rcOptionsTypes = (): Record<string, unknown> => ({});\n\nexport const cliOptionsTypes = (): Record<string, unknown> => ({});\n\nexport const shorthands: Record<string, string> = {};\n\nexport const commandNames = ['ci', 'clean-install', 'ic', 'install-clean'];\n\nexport function help(): string {\n  return renderHelp({\n    aliases: ['clean-install', 'ic', 'install-clean'],\n    description: 'Clean install a project',\n    descriptionLists: [],\n    url: docsUrl('ci'),\n    usages: ['pnpm ci'],\n  });\n}\n\nexport async function handler(_opts: unknown): Promise<never> {\n  throw new PnpmError(\n    'CI_NOT_IMPLEMENTED',\n    'The ci command is not implemented yet'\n  );\n}\n"],
  "mappings": "AAAA,SAAS,eAAe;AACxB,SAAS,iBAAiB;AAC1B,OAAO,gBAAgB;AAEhB,MAAM,iBAAiB,OAAgC,CAAC;AAExD,MAAM,kBAAkB,OAAgC,CAAC;AAEzD,MAAM,aAAqC,CAAC;AAE5C,MAAM,eAAe,CAAC,MAAM,iBAAiB,MAAM,eAAe;AAElE,SAAS,OAAe;AAC7B,SAAO,WAAW;AAAA,IAChB,SAAS,CAAC,iBAAiB,MAAM,eAAe;AAAA,IAChD,aAAa;AAAA,IACb,kBAAkB,CAAC;AAAA,IACnB,KAAK,QAAQ,IAAI;AAAA,IACjB,QAAQ,CAAC,SAAS;AAAA,EACpB,CAAC;AACH;AAEA,eAAsB,QAAQ,OAAgC;AAC5D,QAAM,IAAI;AAAA,IACR;AAAA,IACA;AAAA,EACF;AACF;",
  "names": []
}
