Skip to content

Commit 8e3b8d9

Browse files
committed
Update development instructions for cli-v3
1 parent 6feb158 commit 8e3b8d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cli-v3/DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ cd packages/cli-v3
77
pnpm run dev
88
```
99

10-
2. In the job-catalog folder you can use the CLI
10+
2. Test the local CLI using the job-catalogs located in the `/references` directory
1111

1212
```sh
1313
pnpm i
14-
pnpm exec trigger-v3-cli
14+
pnpm exec trigger <command>
1515
```
1616

1717
---

0 commit comments

Comments
 (0)