You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/14 19:58:55 UTC

[GitHub] Juice10 opened a new issue #149: Add more consistency to the Docker Compose make command

Juice10 opened a new issue #149: Add more consistency to the Docker Compose make command
URL: https://github.com/apache/incubator-openwhisk-devtools/issues/149
 
 
   The docker compose make commands are lacking some consistency. 
   We currently have `make stop` and `make restart` but no `make start`. We do however have a `make run` and a `make quick-start`. I suggest we alias one of these two to `make start`.
   
   We have more inconsistency in the use of `-`'s and `_`'s. Examples:
   ```
   quick-start
   add-catalog
   download-catalog
   quick-start-pause
   quick-start-info
   docker_build
   docker_pull
   docker_pull_full
   download-cli
   ```
   
   I suggest we rename the ones that use underscore (`_`) to dash (`-`) since most of the commands use dash and only a few of them use underscores. For backwards compatibility's sake we should keep the old ones but add a depreciation warning.
   
   Let me know what you think of these suggestions. I'm not the expert here, just trying to make things more consistent and intuitive so that new users have an easier time using the tools.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services