# Functions
ProjectCreate creates the task definition required for the containers but does not start them.
ProjectDown brings all containers down.
ProjectPs lists the containers.
ProjectRun starts containers and executes one-time command against the container.
ProjectScale scales containers.
ProjectStart starts containers.
ProjectStop brings all containers down.
ProjectUp brings all containers up.
WithProject is an helper function to create a cli.Command action with a ProjectFactory.
# Type aliases
ProjectAction is an adapter to allow the use of ordinary functions as libcompose actions.