Skip to main content

Generalized tool installer

Project description

cbdep - Generalized Tool Installer

cbdep is a command-line tool for installing and managing development dependencies and tools. It provides a simple interface to download and install various packages with automatic platform detection and caching.

Installation

The easiest way to install cbdep is using uv:

uv tool install cbdep

This will install cbdep to ~/.local/bin/ (or the equivalent on Windows). Make sure this directory is on your PATH.

Alternative: Using the Wrapper Script

For CI/CD environments or systems where you don't want to pre-install tools, you can use the wrapper script which automatically installs and updates cbdep via uv:

Linux/macOS:

curl -qLsSf https://packages.couchbase.com/cbdep/latest/cbdep -O
chmod +x cbdep
./cbdep install <package> <version>

Windows:

# Download cbdep.exe from packages.couchbase.com
.\cbdep.exe install <package> <version>

The wrapper script will automatically install uv if needed, then install/update cbdep itself.

Usage

List Available Packages

See all packages that can be installed:

cbdep list

Install a Package

Install a specific version of a package:

cbdep install <package> <version>

For example:

cbdep install golang 1.21.0
cbdep install cmake 3.25.0

By default, packages are installed to the ./install directory. You can specify a different location:

cbdep install golang 1.21.0 --dir /opt/tools

Cache Management

Cache a download without installing:

cbdep cache <url>

Get the cached filename:

cbdep cache <url> --report

Save a cached file locally:

cbdep cache <url> --output ./myfile.tar.gz

Platform Information

Display detected platform and architecture:

cbdep platform

Override platform or architecture detection:

cbdep --platform linux --arch arm64 install golang 1.21.0

Options

Global options:

  • --debug - Enable debug output
  • -p, --platform <platform> - Override detected platform
  • -a, --arch <arch> - Override detected architecture
  • -V, --version - Show version information

Install options:

  • -d, --dir <directory> - Installation directory (default: ./install)
  • -c, --config-file <file> - Use custom YAML configuration file
  • -n, --cache-only - Only download, don't install
  • -r, --report - Report cached filename
  • -o, --output <file> - Save cached file to local path
  • --recache - Re-download files, replacing cache

Configuration

cbdep includes a built-in configuration file that defines available packages and their download locations. You can also provide a custom configuration file with --config-file.

Downloaded files are cached in ~/.cbdepcache to avoid repeated downloads.

Contributing

See CONTRIBUTING.md for information about development, testing, and publishing.

License

See LICENSE.txt for license information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cbdep-1.3.6.tar.gz (59.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cbdep-1.3.6-py3-none-any.whl (26.3 kB view details)

Uploaded Python 3

File details

Details for the file cbdep-1.3.6.tar.gz.

File metadata

  • Download URL: cbdep-1.3.6.tar.gz
  • Upload date:
  • Size: 59.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.3

File hashes

Hashes for cbdep-1.3.6.tar.gz
Algorithm Hash digest
SHA256 ffcd9892681ed64a8a94ce5ea683d5b0bbf03fe7963d3c0e529f9077dbbd4ab4
MD5 bf49a3191b6d252c6ce38568055b24b4
BLAKE2b-256 06f2374956f96f9fb0067db59c502ba876ee6b5f60539caf9278d5d0ac7d8ac4

See more details on using hashes here.

File details

Details for the file cbdep-1.3.6-py3-none-any.whl.

File metadata

  • Download URL: cbdep-1.3.6-py3-none-any.whl
  • Upload date:
  • Size: 26.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.3

File hashes

Hashes for cbdep-1.3.6-py3-none-any.whl
Algorithm Hash digest
SHA256 06edb902a00e5d2369effa118fca971837a9b9d18fc040097844877ac4106e0e
MD5 3dd108970ca6004e9968947c88513f51
BLAKE2b-256 a1d64d515820314aabc62eedf80f6440ca6ab96b93338996a8827019aff3fbf5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page