Skip to content

oras.land

OCI registry client - managing content like artifacts, images, packages

Package Information

  • Domain: oras.land
  • Name: oras.land
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install oras

Programs

This package provides the following executable programs:

  • oras

Aliases

This package can also be accessed using these aliases:

  • oras

Available Versions

Show all 4 versions
  • 1.2.3, 1.2.2, 1.2.1, 1.2.0

Latest Version: 1.2.3

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +oras.land@1.2.3 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.orasland

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.