Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ecs-cli allow family name to be passed from the command line #82

Closed
theladyjaye opened this issue Feb 13, 2016 · 1 comment
Closed

ecs-cli allow family name to be passed from the command line #82

theladyjaye opened this issue Feb 13, 2016 · 1 comment

Comments

@theladyjaye
Copy link

I appreciate the autogenerated name, but I would like to be able to explicitly tell it what the family name should be instead of ecscompose-{{project name}}

@uttarasridhar
Copy link
Contributor

With the v0.3.0 release, we have made the prefix used by task definitions configurable by supplying --compose-project-name-prefix to ecs-cli configure command. You can find more information in the docs.

Before:
Format : ecscompose-{{project name}}

v0.3.0+ :
Format : {{compose-project-name-prefix}}{{project-name}}
If you set --compose-project-name-prefix to empty, the family name will default to project-name.

Hope that helps your use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants