docker / app

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

Ux init #633

Closed rumpl closed 4 years ago

rumpl commented 4 years ago

- What I did

Made UX changes to the init subcommand:

- How I did it

Removed a bunch of code.

- How to verify it

Run docker app init --help, the flags description and maintainer should no longer be there.

- Description for the changelog Docker App doesn't implicitly select a docker-compose.yml file on init. The flags --description and --maintainer heve been removed.

- A picture of a cute animal (not mandatory but encouraged) image

jcsirot commented 4 years ago

Argh, I already merged it. My bad 😢