Skip to content

CLI ​

Pergel CLI is a command-line tool that helps you manage your projects. It is a tool that allows you to manage your projects in a more organized way.

sh
$ pnpm pergel select
sh
$ npm pergel select
sh
$ yarn pergel select
sh
$ bun pergel select

This command will prompt you to select the project you want to work on.


┌  Oku Pergel Select CLI!
│
◇  Select Project?
│  ● changeName 
│  ○ book 
│
◇  Select Module?
│  ● drizzle
│  ○ ...others 
│
◇  Select a cli command?
│  ● migrate 
│  ○ push 
│  ○ drop 
│  ○ up 
│  ○ generate 
│  ○ studio 
│  ○ dev:migration 
│  ○ dev:drop 
│  ○ dev:seed 
│  ○ dev:drop:push:seed 
└

Select a cli command

The commands here come from pergel/README.json

Released under the MIT License.