Skip to main content

A smart CLI wrapper for docker compose with interactive selection support.

Project description

Compose Lazy

🚀 A smart CLI wrapper for docker compose — with interactive file, profile, and service selection.

Overview

A CLI tool designed to streamline workflows for developers who frequently use docker compose.
In addition to short aliases for common commands, it features interactive selection of compose files, profiles, and services, and multi-repository workspace management.
Available on PyPI — install instantly with pipx install compose-lazy or uv tool install compose-lazy.

日本語版READMEもあります。

Highlights

Basic Commands

Installing compose-lazy adds three commands to your PATH automatically.

Command Description
dcpu Alias for docker compose up
dcpe Alias for docker compose exec
dcp Alias for other subcommands (build, logs, stop, etc.)

Each command supports multiple options. See the List of Commands for details.

Multi-Repo Workspace

Register named groups of repositories as a workspace and operate all of them at once.

# Register repositories to a workspace
$ dcp ws register
Please enter a new directory path: /path/to/repo
Please enter a new workspace name: myproject
☑ Registered new path to myproject: /path/to/repo
 
# Launch all repos in a workspace
$ dcp ws up
☑ Found 1 registered workspace.
    1. myproject
Enter your choice: 1 Executing `docker compose up -d` in `/path/to/repo`.

Workspace configuration is stored in ~/.config/compose-lazy.

Interactive Selection

Running -f, -pf, or -s without arguments auto-detects compose files, profiles, and services, letting you choose interactively.

$ dcpu -f
☑ Found 2 compose files!
    1. docker-compose.yml
    2. docker-compose.prod.yml
Enter your choices (e.g., 1,3,4) or 'q' to quit: 2 Executing `docker compose -f docker-compose.prod.yml up`.

$ dcp re -pf   # `re`start Found 2 profiles!
    1. dev
    2. prod
Enter your choices (e.g., 1,3,4) or 'q' to quit: 1 Executing `docker compose --profile dev restart`.

$ dcp l -s   # `l`ogs Found 3 services!
    1. app
    2. db
    3. frontend
Enter your choices (e.g., 1,3,4) or 'q' to quit: 1,2
▷ Executing `docker compose logs app db`.

For exec/run, interactive selection starts automatically when no service name is given.

$ dcpe   # `e`xec Found 3 services!
    1. app
    2. db
    3. frontend
Enter your choice or 'q' to quit: 1 Executing `docker compose exec app bash`.

🔧 Install compose-lazy

Quick Install

# Using pipx
pipx install compose-lazy
# OR using uv
uv tool install compose-lazy

Not familiar with Python tooling?

If you don't have pipx or uv installed yet:

Windows
python -m pip install --user pipx
python -m pipx ensurepath
# Restart terminal, then:
pipx install compose-lazy
macOS
brew install pipx
pipx ensurepath
pipx install compose-lazy
Linux (Ubuntu/Debian)
pip install pipx
pipx ensurepath
pipx install compose-lazy

Features

  • Interactive Selection: auto-detect and interactively select compose files, profiles, and services
  • Multi-Repo Workspace: run docker compose commands across multiple repositories at once with dcp ws
  • Short Aliases: dcp u, dcp b, dcp e — fewer keystrokes for common commands
  • Dedicated Commands: dcpu and dcpe for frequent up/exec workflows
  • Cross-Platform: Works on Windows, macOS, and Linux

FAQ

Why use pipx or uv tool instead of pip?

Both pipx and uv tool install CLI tools in isolated environments, so compose-lazy won't conflict with other Python packages. The commands (dcp, dcpu, dcpe) are available globally without activating a virtual environment. uv tool is the faster alternative if you already use uv.

Requirements

  • Python 3.11+
  • Docker with Compose V2 (docker compose — not docker-compose)
  • A docker-compose.yml (or *compose*.yml/yaml) in the current directory for interactive selection features

List of Commands

Common options (available for all commands): -s, -f FILE..., -pf PROFILE..., -p PROJECT

⚠️ Note: -f, -pf, -p are passed before the subcommand in the actual docker compose syntax,
but in compose-lazy they are specified after the subcommand (e.g. dcp up -f FILE).

Bash Command Executed Docker Command
dcp - (Show help)
dcpu [SERVICE...] [-d] [-b] [-w] docker compose up [SERVICE...]
dcpe [SERVICE] docker compose exec SERVICE bash
dcpe [SERVICE] [COMMANDS...] docker compose exec SERVICE [COMMANDS...]
dcp up(u) [SERVICE...] docker compose up [SERVICE...]
dcp up(u) -d docker compose up -d
dcp up(u) -b docker compose up --build
dcp up(u) -w docker compose up --wait
dcp build(b) [SERVICE...] docker compose build [SERVICE...]
dcp exec(e) [SERVICE] docker compose exec SERVICE bash
dcp exec(e) [SERVICE] [COMMANDS...] docker compose exec SERVICE [COMMANDS...]
dcp run [SERVICE] docker compose run SERVICE bash
dcp restart(re) [SERVICE...] docker compose restart [SERVICE...]
dcp ps [SERVICE...] [-a] [-st STATUS] docker compose ps [SERVICE...] [--all] [--status ...]
dcp logs(l) [SERVICE...] [-fo] docker compose logs [SERVICE...] [-f]
dcp stop(s) [SERVICE...] docker compose stop [SERVICE...]
dcp down [-ro] docker compose down [--remove-orphans]
dcp workspace(ws) register(reg) Register a new repo to a workspace interactively
dcp workspace(ws) delete(del) Delete a repo from a workspace interactively
dcp workspace(ws) list(li) List all registered workspaces
dcp workspace(ws) up(u) docker compose up -d for each repo in a workspace
dcp workspace(ws) restart(re) docker compose restart for each repo in a workspace
dcp workspace(ws) stop(s) docker compose stop for each repo in a workspace
dcp workspace(ws) down docker compose down for each repo in a workspace

and more... see dcp --help for the full list of supported commands and options.

License

MIT LICENSE

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

compose_lazy-0.7.0.tar.gz (25.9 kB view details)

Uploaded Source

Built Distribution

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

compose_lazy-0.7.0-py3-none-any.whl (15.9 kB view details)

Uploaded Python 3

File details

Details for the file compose_lazy-0.7.0.tar.gz.

File metadata

  • Download URL: compose_lazy-0.7.0.tar.gz
  • Upload date:
  • Size: 25.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for compose_lazy-0.7.0.tar.gz
Algorithm Hash digest
SHA256 41bb5c7fc67ef767ab60c2b0954512bc3e9a3c4b49c8fc3311f7168fbcc5e261
MD5 639ff83c25a14ee2b7568a2e1c2178e6
BLAKE2b-256 f2e7a5f440e8b7a48d556250f0fc340eb146455c503814dbbd6f93945178a187

See more details on using hashes here.

File details

Details for the file compose_lazy-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: compose_lazy-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 15.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for compose_lazy-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e8e5ba830bc106c48106bd5d6b6c57df367e68f0ab71cf59eb251fa9105c3751
MD5 1176fa87ef05c811fde25d97ae9dddc4
BLAKE2b-256 55b2a538789f53c45b4a4d11423000dedbf27736d4adc66f11f8565b5cf8694f

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