Documentation Index
Fetch the complete documentation index at: https://test.pzona.fun/llms.txt
Use this file to discover all available pages before exploring further.
mkdb creds provides three subcommands for working with database credentials: get to display the connection string, copy to put it on your clipboard, and rotate to generate a new password and update it in the running database. Connection strings are formatted as environment variables, ready to paste into a .env file or shell session.
mkdb creds get
mkdb creds get prints the connection string for the default user of a container. The output is formatted as an environment variable assignment.
Flags
Name of the container. When provided, mkdb skips the interactive selection menu.
Examples
Interactive mode:.env file:
Output format
The output is a single line in environment variable format:mkdb creds copy
mkdb creds copy copies the connection string to your clipboard instead of printing it. Use this when you want to paste credentials into another tool without the string appearing in your terminal history.
Flags
Name of the container. When provided, mkdb skips the interactive selection menu.
Examples
Interactive mode:mkdb creds rotate
mkdb creds rotate generates a new password for the default user, updates it in the running database, and stores the encrypted version. The new connection string is printed after rotation.
Flags
Name of the container. When provided, mkdb skips the interactive selection menu. The container must be running.