Skip to content

CLI Reference

The dbcreds command provides a rich CLI for managing credentials.

Commands

dbcreds.cli

Command-line interface for dbcreds.

This module provides a rich, user-friendly CLI for managing database credentials using Typer and Rich.

Usage Examples

Initialize

dbcreds init

Add Environment

dbcreds add dev --type postgresql

List Environments

dbcreds list

Show Details

dbcreds show dev

Test Connection

dbcreds test dev

Check Expiry

dbcreds check