question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Guiding 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 and broccoli 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:closed
  • Created 6 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
ro0grcommented, Dec 9, 2017

json output is one more cool feature from ember-cli.

1reaction
stefanpennercommented, Nov 28, 2017

@stefanpenner what --watch option should do for build command?

build --watch should be the same as serve but without HTTP server.

In theory we may just want to have a build that optionally:

  • can serve
  • can build
  • can rebuild
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found