Skip to content

talos.dev

CLI for out-of-band management of Kubernetes nodes created by Talos

Package Information

  • Domain: talos.dev
  • Name: talos.dev
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install talosctl

Programs

This package provides the following executable programs:

  • talosctl

Aliases

This package can also be accessed using these aliases:

  • talosctl

Available Versions

Show all 28 versions
  • 1.10.4, 1.10.3, 1.10.2, 1.10.1, 1.10.0
  • 1.9.6, 1.9.5, 1.9.4, 1.9.3, 1.9.2
  • 1.9.1, 1.9.0, 1.8.4, 1.8.3, 1.8.2
  • 1.8.1, 1.8.0, 1.7.7, 1.7.6, 1.7.5
  • 1.7.4, 1.7.3, 1.7.2, 1.7.1, 1.7.0
  • 1.6.8, 1.6.7, 1.6.6

Latest Version: 1.10.4

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +talos.dev@1.10.4 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.talosdev

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.