Skip to content

Milestones

List view

  • The goal of this milestone is to help people operate their applications. This includes: * logs command to follow logging for a particular app * secrets command to add secrets to environments * delete/destroy for destroying application/environments/projects

    Due by November 22, 2019
    6/6 issues closed
  • This milestone is a big one! It encompasses deploying applications to environments, and setting up CD CodePipelines. This milestone includes `app deploy`, `app build/ build`, `pipeline create/show`, `env show` (for showing resources in an environment) and `app show` for showing resources and Pipelines for a particular app.

    Due by October 31, 2019
    42/42 issues closed
  • Project, Environment, Application Bootstrapping The initial bootstrapping of an application, environment and project. This milestone includes the following commands: 1. `ecs init` - Getting started wizard that prompts users for configuration when there is no existing project / source. This creates a project if it doesn't exist and an environment if it doesn't exist. 2. `ecs project init` - This will create a new "project'. This is mostly useful for folks who want to add a bunch of external environments manually to a project. But the same logic will be used in ecs init. 3. `ecs env init` - Bootstraps a new environment for an existing project. This is useful for expanding an environment to a new account/region. Typically, the updating a Pipeline will do this, but for folks who don't use Pipelines, we'll give them an option to do it by hand. The ecs init wizard will support only the LoadBalanced Fargate Service in this milestone. We will be able to convert this manifest into CloudFormation

    Due by September 30, 2019
    26/26 issues closed