Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update development instructions for cli-v3
  • Loading branch information
amuwal committed Oct 18, 2024
commit 3a712295146b1ea3cece43f4f2ad262187c962c7
4 changes: 2 additions & 2 deletions packages/cli-v3/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ cd packages/cli-v3
pnpm run dev
```

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

```sh
pnpm i
pnpm exec trigger-v3-cli
pnpm exec trigger <command>
```

---
Expand Down