Skip to content

edgedb

The EdgeDB CLI

Package Information

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

Installation

bash
# Install with launchpad
launchpad install edgedb

Programs

This package provides the following executable programs:

  • edgedb

Available Versions

Show all 38 versions
  • 7.7.0, 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.7.0

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.edgedb

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.