ember-learn / cli-guides

Step-by-step guides and tutorials for using the ember-cli to create apps and addons
https://cli.emberjs.com
MIT License
25 stars 77 forks source link

Add all command line options for ember test, serve, and generate #276

Open arafatiqbal opened 1 year ago

arafatiqbal commented 1 year ago

251

Would love to get feedback on this. I'm not in love with this approach, but I can see how it could be helpful for people to see all command line options for ember test, serve, and generate

Please feel free to drop feedback, I'm open to other suggestions on how to do this.

netlify[bot] commented 1 year ago

Deploy Preview for ember-cli-guides ready!

Name Link
Latest commit e2068300241f3de9ac2e87be18c8b684b5c016b0
Latest deploy log https://app.netlify.com/sites/ember-cli-guides/deploys/63982a27255ba30008af9ff2
Deploy Preview https://deploy-preview-276--ember-cli-guides.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

bertdeblock commented 1 year ago

We already list the output of these commands on https://cli.emberjs.com/release/advanced-use/cli-commands-reference/. Reading https://github.com/ember-learn/cli-guides/issues/251, I also think it would be better to list them in the .ember-cli file as an example. Though, the available options are not only limited to the ember generate, ember serve and ember test commands. I think it applies to all commands.