WeSearch

Stop Typing Long Docker Compose Commands — compose-lazy Does It Interactively

·4 min read · 0 reactions · 0 comments · 9 views
#docker#devops#cli
Stop Typing Long Docker Compose Commands — compose-lazy Does It Interactively
⚡ TL;DR · AI summary

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.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)