telus-agcg / nib

A Docker Compose wrapper geared towards Ruby/Rails development with a focus on: convention, convenience and productivity.
MIT License
15 stars 3 forks source link

Print a list of installed plugins with help #155

Closed johnallen3d closed 6 years ago

johnallen3d commented 6 years ago

Now when a user asks for "help" the list of plugins that are installed will be printed.

Example output:

...
    shell       - Start a shell session in a one-off service container
    update      - Download the latest version of nib

Installed plugins:
  - nib-crypt
  - nib-heroku
  - nib-ruby

Note:
  Unrecognized commands will be delegated to docker-compose.
...