docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 176 forks source link

APP-304 Update flag for App definition in app build help #725

Closed aiordache closed 4 years ago

aiordache commented 4 years ago

- What I did

Updated build flag for App description

- How to verify it

$ docker app build --help
Usage:  docker app build [OPTIONS] BUILD_PATH
Build an App image from an App definition (.dockerapp)
Options:
    ...
  -f, --file string             App definition as a .dockerapp directory
    ...

- A picture of a cute animal (not mandatory)

Signed-off-by: Anca Iordache anca.iordache@docker.com

carolinebriaud commented 4 years ago

You should not change the description part ("App definition as a .dockerapp directory" was OK), only the flag name. The ticket in JIRA wasn't up-to-date. I'll modify it right now to reflect that. Could you please revert the change in the description? thanks