Skip to content

getsops.io

Simple and flexible tool for managing secrets

Package Information

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

Installation

bash
# Install with launchpad
launchpad install sops

Programs

This package provides the following executable programs:

  • sops

Aliases

This package can also be accessed using these aliases:

  • sops

Available Versions

Show all 9 versions
  • 3.10.2, 3.10.1, 3.10.0, 3.9.4, 3.9.3
  • 3.9.2, 3.9.1, 3.9.0, 3.8.1

Latest Version: 3.10.2

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.getsopsio

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.