/** * **edgedb** - The EdgeDB CLI * * @domain `edgedb.com` * @programs `edgedb` * @version `7.10.2` (44 versions available) * @versions From newest version to oldest. * * @install `launchpad install edgedb.com` * @homepage https://www.edgedb.com/docs/cli/index * @buildDependencies `perl.org@^5` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.edgedbcom * console.log(pkg.name) // "edgedb" * console.log(pkg.description) // "The EdgeDB CLI" * console.log(pkg.programs) // ["edgedb"] * console.log(pkg.versions[0]) // "7.10.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/edgedb-com.md * @see https://ts-pkgx.netlify.app/usage */ export declare const edgedbcomPackage: { /** * The display name of this package. */ name: 'edgedb'; /** * The canonical domain name for this package. */ domain: 'edgedb.com'; /** * Brief description of what this package does. */ description: 'The EdgeDB CLI'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/edgedb.com/package.yml'; homepageUrl: 'https://www.edgedb.com/docs/cli/index'; githubUrl: 'https://github.com/edgedb/edgedb-cli'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install edgedb.com'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +edgedb.com -- $SHELL -i'; launchpadInstallCommand: 'launchpad install edgedb.com'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['edgedb']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['perl.org@^5']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['7.10.2', '7.10.1', '7.10.0', '7.9.0', '7.8.1', '7.8.0', '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']; aliases: readonly [] }; export type EdgedbcomPackage = typeof edgedbcomPackage