chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# Running the CLI from source
|
||||
|
||||
1. Run the CLI and watch for changes
|
||||
|
||||
```sh
|
||||
cd packages/cli-v3
|
||||
pnpm run dev
|
||||
```
|
||||
|
||||
2. Test the local CLI using the job-catalogs located in the `/references` directory
|
||||
|
||||
```sh
|
||||
pnpm i
|
||||
pnpm exec trigger <command>
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
If you want to use it in a new folder, you need to first add it as a dev dependency in package.json:
|
||||
|
||||
```json
|
||||
//...
|
||||
"devDependencies": {
|
||||
"trigger.dev": "workspace:*",
|
||||
//...
|
||||
}
|
||||
//...
|
||||
```
|
||||
Reference in New Issue
Block a user