/** * **azcopy** - The new Azure Storage data transfer utility - AzCopy v10 * * @domain `microsoft.com/azure-storage-azcopy` * @programs `azcopy` * @version `10.31.0` (15 versions available) * @versions From newest version to oldest. * * @install `launchpad install microsoft.com/azure-storage-azcopy` * @buildDependencies `go.dev@>=1.19` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.microsoftcomazurestorageazcopy * console.log(pkg.name) // "azcopy" * console.log(pkg.description) // "The new Azure Storage data transfer utility - A..." * console.log(pkg.programs) // ["azcopy"] * console.log(pkg.versions[0]) // "10.31.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/microsoft-com/azure-storage-azcopy.md * @see https://ts-pkgx.netlify.app/usage */ export declare const microsoftcomazurestorageazcopyPackage: { /** * The display name of this package. */ name: 'azcopy'; /** * The canonical domain name for this package. */ domain: 'microsoft.com/azure-storage-azcopy'; /** * Brief description of what this package does. */ description: 'The new Azure Storage data transfer utility - AzCopy v10'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/microsoft.com/azure-storage-azcopy/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/Azure/azure-storage-azcopy'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install microsoft.com/azure-storage-azcopy'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +microsoft.com/azure-storage-azcopy -- $SHELL -i'; launchpadInstallCommand: 'launchpad install microsoft.com/azure-storage-azcopy'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['azcopy']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@>=1.19']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['10.31.0', '10.30.1', '10.30.0', '10.29.1', '10.29.0', '10.28.1', '10.28.0', '10.27.1', '10.27.0', '10.26.0', '10.25.1', '10.25.0', '10.24.0', '10.23.0', '10.22.2']; aliases: readonly [] }; export type MicrosoftcomazurestorageazcopyPackage = typeof microsoftcomazurestorageazcopyPackage