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.

Flag to build only one endpoint

See original GitHub issue

Would it possible to add a cli flag to only build one package. Having a case where I have just adjusted one of the entry points and want to test it out now so no need to build out the other packages.

e.g.

packemon build --only bin

Thanks 😃

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
milesjcommented, Apr 1, 2021

Can use --platforms or -p for this.

1reaction
milesjcommented, Mar 25, 2021

@kaleidawave Ah yeah, that’s different. Also a great suggestion, this sounds great.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python/Flask: only one user can call a endpoint at one time
1 - You can create a session object, save a flag in the object and check if the endpoint is already running and...
Read more >
Feature Toggles (aka Feature Flags) - Martin Fowler
With a Toggle Configuration file you can now re-configure a feature flag by simply changing that file rather than re-building application code itself....
Read more >
How To Create Endpoints and Why Do You Need Them?
Learn what endpoints are, why we need them and how to create them on the AppMaster.io platform.
Read more >
Optimize Options (Using the GNU Compiler Collection (GCC))
Not all optimizations are controlled directly by a flag. Only optimizations that have a flag are listed in this section.
Read more >
Using Feature Flags in .NET Core Web API - Split Software
You want the endpoints accessible but not by the whole world. One method is to have the feature's endpoints restricted by authorized groups ......
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