rsnext/test/e2e/app-dir/app
Sam Ko 47f73cd8ec
refactor(cli): refactor cli to commander (#61877)
## Description
Refactor the [Next.js
CLI](https://nextjs.org/docs/app/api-reference/next-cli) to use
[commander](https://github.com/tj/commander.js) instead of
[arg](https://github.com/vercel/arg).

## Why?
- Auto-generated, properly formatted help command + output. With `arg`,
much of the help commands were manually added via a single
`console.log`, causing deviations over time.
- Ergonomic, ease of adding new subcommands and rules

## Breaking Changes
- Update the experimental `next experimental-compile` and `next
experimental-generate` build commands in favor of `next build
--experimental-build-mode=compile/generate`

---------

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2024-03-01 23:12:47 +00:00
..
app Add param to debug PPR skeleton in dev (#62703) 2024-02-29 16:30:56 -08:00
pages Fix SSG query with experimental-compile (#56680) 2023-10-11 01:52:36 +00:00
public fix: <Script> with beforeInteractive strategy ignores additional attributes in App Router (#59779) 2024-01-03 20:48:55 +01:00
styles Leverage mini css plugin hmr for app dir (#38830) 2022-07-21 14:38:04 +02:00
experimental-compile.test.ts Add additional handling for experimental-compile (#56224) 2023-09-29 22:11:45 +00:00
index.test.ts refactor(cli): refactor cli to commander (#61877) 2024-03-01 23:12:47 +00:00
middleware.js add test case for CSP with bootstrap scripts and preinit modules (#54348) 2023-08-21 18:49:21 +00:00
next.config.js Add experimental options for more parallelization in webpack builds (#60177) 2024-01-10 17:11:33 -08:00
standalone-gsp.test.ts fix gsp tracing issue (#57766) 2023-10-30 18:24:51 +01:00
standalone.test.ts Redesign nextjs logging (#54713) 2023-09-05 11:40:00 +00:00
useReportWebVitals.test.ts Fix flaky css test and remove unused tests deps (#47806) 2023-04-01 16:58:32 -07:00
vercel-speed-insights.test.ts Deprecation warning for config.analyticsId (#60677) 2024-01-19 14:45:05 +01:00