feat: bun patch (#11470)

Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: zackradisic <zackradisic@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
Zack Radisic
2024-06-06 17:48:05 -07:00
committed by GitHub
parent 12f070d1a0
commit c85dd4e3bf
31 changed files with 6273 additions and 1420 deletions

7
docs/cli/patch-commit.md Normal file
View File

@@ -0,0 +1,7 @@
After having prepared a package for patching with [`bun patch`](/docs/cli/patch), you can install with `bun patch-commit <temp-directory_path>`.
### `--patches-dir`
By default, `bun patch-commit` will use the `patches` directory in the temporary directory.
You can specify a different directory with the `--patches-dir` flag.