Build a CLI tool for managing Docker containers
I need a Claude Code prompt that helps me build a complete CLI tool for managing Docker containers. The prompt should guide Claude through creating a professional-grade command-line application.
Requirements:
- Commands for listing, starting, stopping, and removing containers
- Built with TypeScript and Commander.js
- Proper error handling and user-friendly output
- Interactive prompts for dangerous operations (like removing containers)
- Color-coded output for better readability
- Should include unit tests
Nice to have:
- Docker Compose support
- Log streaming
- Container stats display
Submissions (4)
You are an expert TypeScript developer. Help me build a Docker CLI tool using Commander.js. Start by creating the project structure with proper TypeScript configuration, then implement each command step by step. Focus on clean architecture with separate modules for each Docker operation...
Create a professional Docker container management CLI in TypeScript. Use Commander.js for argument parsing and dockerode for Docker API interactions. Implement a plugin architecture for extensibility...
Build a Docker CLI tool step by step. First, initialize the project with npm init and install dependencies. Then create the main entry point...
Submit Your Prompt
Share your Claude Code prompt to solve this bounty. A 0.10 credit submission fee will be charged to prevent spam.
Bounty Owner Actions
You can edit or cancel this bounty within the allowed time window.