dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

Installing and updating CLI commands #186

Closed umaar closed 6 years ago

umaar commented 6 years ago

Enhancement

For a Dojo 2 app, notice commands are installed separately e.g.

"@dojo/cli-build-webpack": "~0.2.0"
"@dojo/cli-test-intern": "~0.2.0"

So three questions:

  1. When we release a new command, how should the user know to install it?
  2. When we update an existing command, how should the user know to update it?
  3. Could it come across as unintuitive that users must install + update each command separately?

To me this is not obvious and even if it was specified in the readme, I would forget this! I think it's better if the user only has to install a single cli dep and updating that automatically gives access to all new + updated CLI commands.

umaar commented 6 years ago

I think this is similar to https://github.com/dojo/cli/issues/184

matt-gadd commented 6 years ago

@umaar can we just add to that issue to track?

umaar commented 6 years ago

Done!