cli-guides
cli-guides copied to clipboard
Step-by-step guides and tutorials for using the ember-cli to create apps and addons
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
#132 Adds the [analytics markdown](https://github.com/ember-cli/ember-cli/blob/master/docs/analytics.md) from ember-cli to the appendix. I added the intro paragraph, and added an additional sentence to the "Who has access" section. Other than that, it's...
See ember-cli/ember-cli#10394 Also fixed some of the line wrapping in other parts of the `ember serve` help text
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.4 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Similar to https://cli.emberjs.com/release/writing-addons/intro-tutorial/, we could teach how to use TypeScript in an addon. This work was proposed in https://github.com/typed-ember/ember-cli-typescript/issues/1422 and that issue includes draft outline content. @alankyshum are you interested...
#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...
This issue tracks the work to document [RFC 831](https://github.com/emberjs/rfcs/pull/831), Standardize use of package.json scripts To do: - [ ] Update language in ember-cli readme - [ ] Update language in...
Ported from: https://github.com/ember-cli/ember-cli/issues/9791 -------------------- https://cli.emberjs.com/release/appendix/configuration/ at the time of writing, it only lists: ``` "liveReload": false, "disableAnalytics": false, "port": 8080, "proxy": "http://localhost:3000" ``` I _know_ there are at least 4...
Now is no information in the page about what is send with analytics enabled. We should add this info https://github.com/ember-cli/ember-cli/blob/master/docs/analytics.md in the Appendix section.