package
0.1.0
Repository: https://github.com/2opremio/amazon-ecs-cli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

BeforeApp is an action that is executed before any cli command.
ComposeCommand provides a list of commands that operate on docker-compose.yml file and are integrated to run on ECS.
NewProjectFactory returns an instance of ProjectFactory implementation.
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.

# Constants

No description provided by the author

# Interfaces

ProjectFactory is an interface that surfaces a function to create ECS Compose Project (intended to make mocking easy in tests).

# Type aliases

ProjectAction is an adapter to allow the use of ordinary functions as libcompose actions.