New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

drizzle-lab

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drizzle-lab

Drizzle Lab CLI

latest
Source
npmnpm
Version
0.11.0
Version published
Weekly downloads
1.3K
28.43%
Maintainers
1
Weekly downloads
 
Created
Source

Drizzle Lab CLI

Commands

npx drizzle-lab visualizer

Usage:
  Drizzle Lab CLI visualizer [flags]

Flags:
  -c, --config string       Path to drizzle config file
      --debug               Enable log output (default: false)
      --save-dir string     Directory to save the visualizer data (default: ".drizzle")
      --project-id string   A unique identifier for the current visualized project. It is used as filename to save the visualizer state. (default: "visualizer")
      --ts-config string    Path to tsconfig.json. It is used to resolve TypeScript paths aliases. (default: "./tsconfig.json")
  -p, --port number         Port to run visualizer on (default: 64738)
  -e, --env-path string     Path to a .env file

Global flags:
  -h, --help      help for visualizer
  -v, --version   version for Drizzle Lab CLI

npx drizzle-lab generate

Usage:
  Drizzle Lab CLI generate [command]

Available Commands:
  snapshot   Generate the snapshot for the current schema
  sql        Generate the SQL for the current schema

Flags:
  -c, --config string   Path to drizzle config file
      --debug           Enable log output (default: false)

Global flags:
  -h, --help      help for generate
  -v, --version   version for Drizzle Lab CLI

npx drizzle-lab

Usage:
  Drizzle Lab CLI [command]

Available Commands:
  visualizer   
  generate     

Flags:
  -h, --help      help for Drizzle Lab CLI
  -v, --version   version for Drizzle Lab CLI

FAQs

Package last updated on 19 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts