Skip to content

tlr.dev

Cloud native secrets management for developers - never leave your command line for secrets.

Package Information

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

Installation

bash
# Install with launchpad
launchpad install teller

Programs

This package provides the following executable programs:

  • teller

Aliases

This package can also be accessed using these aliases:

  • teller

Available Versions

Show all 5 versions
  • 2.0.7, 2.0.6, 2.0.5, 2.0.4, 1.5.6

Latest Version: 2.0.7

Install Specific Version

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

Dependencies

This package depends on:

  • openssl.org^1.1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.tlrdev

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.