Skip to content

bytebase.com

World's most advanced database DevSecOps solution for Developer, Security, DBA and Platform Engineering teams. The GitHub/GitLab for database DevSecOps.

Package Information

  • Domain: bytebase.com
  • Name: bytebase.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install bytebase

Programs

This package provides the following executable programs:

  • bytebase

Aliases

This package can also be accessed using these aliases:

  • bytebase

Available Versions

Show all 32 versions
  • 3.7.1, 3.7.0, 3.6.2, 3.6.1, 3.6.0
  • 3.5.2, 3.5.1, 3.5.0, 3.4.1, 3.4.0
  • 3.3.1, 3.3.0, 3.2.0, 3.1.2, 3.1.1
  • 3.1.0, 3.0.1, 3.0.0, 2.23.1, 2.23.0
  • 2.22.3, 2.22.2, 2.22.1, 2.22.0, 2.21.0
  • 2.20.0, 2.19.0, 2.18.0, 2.17.0, 2.16.0
  • 2.15.0, 2.14.1

Latest Version: 3.7.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +bytebase.com@3.7.1 -- $SHELL -i

Dependencies

This package depends on:

  • nodejs.org>=23.11

These packages work well with bytebase.com:

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.bytebasecom

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.