Skip to content

run docker compose from everywhere.

Notifications You must be signed in to change notification settings

adrien-chinour/cup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cup (under development 🚧)

Run docker compose from everywhere.

Vulnerabilities Reliability Rating Security Rating

Usage

Cup is a standalone binary that allow to run docker compose (up|down|stop) without need to go to the directory.

Cup will scan all directories listed by CUPDIR environnement variable.

Without cup 😱 With cup 🤩
cd ~/code/blog ; docker compose up -d; cd - cup blog
$ cup help

run docker compose up in detach mode on project

Usage:
  cup [flags]
  cup [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  down        run docker compose down on project
  help        Help about any command
  stop        run docker compose stop on project
  up          run docker compose up in detach mode on project

Flags:
  -h, --help      help for cup
  -v, --version   version for cup

Use "cup [command] --help" for more information about a command.

About

run docker compose from everywhere.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages