# Functions
BeforeApp is an action that is executed before any cli command.
ProjectBuild builds or rebuilds services.
ProjectCreate creates all services but do not start them.
ProjectDelete delete services.
ProjectDown brings all services down.
ProjectKill forces stop service containers.
ProjectLog gets services logs.
ProjectPause pauses service containers.
ProjectPort prints the public port for a port binding.
ProjectPs lists the containers.
ProjectPull pulls images for services.
ProjectRestart restarts services.
ProjectScale scales services.
ProjectStart starts services.
ProjectUnpause unpauses service containers.
ProjectUp brings all services up.
WithProject is an helper function to create a cli.Command action with a ProjectFactory.
# Interfaces
ProjectFactory is an interface that helps creating libcompose project.
# Type aliases
ProjectAction is an adapter to allow the use of ordinary functions as libcompose actions.