sbt-ecr icon indicating copy to clipboard operation
sbt-ecr copied to clipboard

An SBT plugin for managing Docker images within Amazon ECR.

Results 11 sbt-ecr issues
Sort by recently updated
recently updated
newest added

Although, it's nice to execute: ``` AWS_DEFAULT_PROFILE="sandbox" sbt ecr:createRepository ``` it'd be nice to have an alternative to execute: ``` sbt -Daws.profile=sandbox ecr:createRepository ``` This also has a nice property...

enhancement