Skip to content

edgedb.com

The EdgeDB CLI

Package Information

  • Domain: edgedb.com
  • Name: edgedb.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install edgedb

Programs

This package provides the following executable programs:

  • edgedb

Aliases

This package can also be accessed using these aliases:

  • edgedb

Available Versions

Show all 37 versions
  • 7.6.0, 7.5.1, 7.5.0, 7.4.0, 7.3.0
  • 7.2.0, 7.1.1, 7.1.0, 7.0.3, 7.0.2
  • 7.0.1, 7.0.0, 6.1.2, 6.1.1, 6.1.0
  • 6.0.3, 6.0.2, 6.0.1, 6.0.0, 5.5.2
  • 5.5.1, 5.5.0, 5.4.1, 5.4.0, 5.3.0
  • 5.2.3, 5.2.2, 5.2.1, 5.2.0, 5.1.0
  • 5.0.0, 4.1.1, 4.1.0, 4.0.2, 4.0.1
  • 4.0.0, 3.5.0

Latest Version: 7.6.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +edgedb.com@7.6.0 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.edgedbcom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.