Skip to content

keephq.dev

The open-source AIOps and alert management platform

Package Information

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

Installation

bash
# Install with launchpad
launchpad install keep

Programs

This package provides the following executable programs:

  • keep

Aliases

This package can also be accessed using these aliases:

  • keep

Available Versions

Show all 1 versions
  • 0.0.0

Latest Version: 0.0.0

Install Specific Version

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

Dependencies

This package depends on:

  • python.org>=3<3.12

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.keephqdev

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.