Skip to content

velero.io

Backup and migrate Kubernetes applications and their persistent volumes

Package Information

  • Domain: velero.io
  • Name: velero.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install velero

Programs

This package provides the following executable programs:

  • velero

Aliases

This package can also be accessed using these aliases:

  • velero

Available Versions

Show all 1 versions
  • 1.16.1

Latest Version: 1.16.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +velero.io@1.16.1 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.veleroio

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.