Skip to content

nomad

Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.

Package Information

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

Installation

bash
# Install with launchpad
launchpad install nomad

Programs

This package provides the following executable programs:

  • nomad

Available Versions

Show all 16 versions
  • 1.10.4, 1.10.3, 1.10.2, 1.10.1, 1.10.0
  • 1.9.7, 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

Latest Version: 1.10.4

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) nomad -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.nomad

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.