CLI improvements
See original GitHub issueGuiding Ideas:
broccoli’s cli should have:
- a simple implementation (complex features should be avoided)
- a simple developer experience (not all the features, but the ones that matter)
Stuff
-
broccoli help
andbroccoli help serve
should display various serve options --port --host (and in the future more - build and serve should have more options, for example:
-
--brocfile-path=
for running specific brocfiles (@chrmod) -
--cwd=
for specifying the cwd of a given brocfile -
--output-path=
-
--watcher=
allowing configuration of which watch type should be used. Some users may need polling due to FS limitations etc. options = polling, watchman, events -
--watch=
allow toggling the watcher (for both build and watch) #
-
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
CLI: improved - Remy Sharp
CLI : improved. ... Over the years my command line habits have improved and I often search for smarter tools for the jobs...
Read more >cli-improved.md - gists · GitHub
CLI Improved. This document lists improvements over the default Linux command line tools. The list was initially motivated by a blog post by...
Read more >CLI: Improved - Hacker News
Plain text was chosen to interface the various programs of Unix OSes because it's the least common denominator all languages share. It also ......
Read more >Big Improvements Coming to the Salesforce CLI
Today, when you install the Salesforce CLI, you get two interoperable CLIs: one is called sfdx (which is the current version of the...
Read more >Upcoming Improvements to Salesforce CLI - ASAGARWAL.COM
Salesforce is planning to come up with big improvements in Salesforce CLI. Here is the one liner description of these upcoming improvements.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
json output is one more cool feature from ember-cli.
build --watch
should be the same asserve
but without HTTP server.In theory we may just want to have a
build
that optionally: