package
1.21.0
Repository: https://github.com/aws/amazon-ecs-cli.git
Documentation: pkg.go.dev

# Packages

Package converter translates entities to a docker compose schema and vice versa.
No description provided by the author
Package localproject provides functionality to retrieve a task definition, convert it to a Docker Compose config, and write it to a file.
Package network provides functionality to setup and teardown the ECS local network.
Package options implements utility functions around ECS local flags.
Package secrets implements functions to decrypt container secrets defined in a ECS task definition.

# Functions

ContainerDownSourceMessage show the task definition filepath or arn/family message on local down.
Create reads in an ECS task definition, converts and writes it to a local Docker Compose file.
Down stops and removes running local ECS tasks.
Ps lists the status of the ECS task containers running locally as a table.
Up creates a Compose file from an ECS task definition and runs it locally.

# Interfaces

TaskReadConvertWriter is the interface that groups the ReadTaskDefinition, Convert, and Write methods.