Stop Typing Long Docker Compose Commands — compose-lazy Does It Interactively
Compose-lazy is a new CLI tool designed to simplify Docker Compose commands. It allows users to execute common workflows with shorter commands and provides an interactive selection for compose files, profiles, and services. This tool is particularly useful for developers managing multiple repositories and projects.
- ▪Compose-lazy offers shorthand commands for Docker Compose workflows.
- ▪Users can select compose files, profiles, and services interactively.
- ▪The tool supports workspace management for projects spanning multiple repositories.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3724972) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } HiroItozzz Posted on Jun 3 Stop Typing Long Docker Compose Commands — compose-lazy Does It Interactively #cli #python #docker #devops If you work with Docker Compose daily, you've typed some version of this hundreds of times: docker compose -f docker-compose.prod.yml --profile dev exec app bash Enter fullscreen mode Exit fullscreen mode compose-lazy is a CLI tool I built to cut that down.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).