ts-pkgx
Version:
A library & CLI for managing packages
66 lines • 2.99 kB
TypeScript
/**
* **google.com/gcloud** - pkgx package
*
* @domain `google.com/gcloud`
* @programs `gcloud`, `gsutil`, `bq`
* @version `535.0.0` (84 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install google.com/gcloud`
* @dependencies `python.org^3.11`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.googlecomgcloud
* console.log(pkg.name) // "google.com/gcloud"
* console.log(pkg.programs) // ["gcloud", "gsutil", ...]
* console.log(pkg.versions[0]) // "535.0.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/google-com/gcloud.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const googlecomgcloudPackage: {
/**
* The display name of this package.
*/
name: 'google.com/gcloud';
/**
* The canonical domain name for this package.
*/
domain: 'google.com/gcloud';
/**
* Brief description of what this package does.
*/
description: '';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/google.com/gcloud/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install google.com/gcloud';
/**
* Executable programs provided by this package.
* These can be run after installation.
*/
programs: readonly ['gcloud', 'gsutil', 'bq'];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['python.org^3.11'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['535.0.0', '534.0.0', '533.0.0', '532.0.0', '531.0.0', '530.0.0', '529.0.0', '528.0.0', '527.0.0', '526.0.1', '526.0.0', '525.0.0', '524.0.0', '523.0.1', '523.0.0', '522.0.0', '521.0.0', '520.0.0', '519.0.0', '518.0.0', '517.0.0', '516.0.0', '515.0.0', '514.0.0', '513.0.0', '512.0.0', '511.0.0', '510.0.0', '509.0.0', '508.0.0', '507.0.0', '506.0.0', '505.0.0', '504.0.1', '504.0.0', '503.0.0', '502.0.0', '501.0.0', '500.0.0', '499.0.0', '498.0.0', '497.0.0', '496.0.0', '495.0.0', '494.0.0', '493.0.0', '492.0.0', '491.0.0', '490.0.0', '489.0.0', '488.0.0', '487.0.0', '486.0.0', '485.0.0', '484.0.0', '483.0.0', '482.0.0', '481.0.0', '480.0.0', '479.0.0', '478.0.0', '477.0.0', '476.0.0', '475.0.0', '474.0.0', '473.0.0', '472.0.0', '471.0.0', '470.0.0', '469.0.0', '468.0.0', '467.0.0', '466.0.0', '465.0.0', '464.0.0', '463.0.0', '462.0.1', '462.0.0', '461.0.0', '460.0.0', '459.0.0', '458.0.1', '458.0.0', '457.0.0'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +google.com/gcloud -- $SHELL -i';
launchpadInstallCommand: 'launchpad install google.com/gcloud'
};
export type GooglecomgcloudPackage = typeof googlecomgcloudPackage