Add option to skip scanner as a one-off
Open
@AaronFeledy is already working on this.
Since Oct 16, 2024.
enhancement
- Dominant language
- JavaScript
- Stars
- 62
- Forks
- 41
- Avg merge
- 2h 1m
- Merged PRs (30d)
- 2
Description
Maybe you know your app isn't going to succeed on the first build and you just want to get the containers up so you can start working on additional setup tasks, or you are debugging something and don't want to wait between lando rebuilds.
You can bail out of the scanner with CTRL+C, but many don't realize that this is possible or safe to do.
It would be nice to have an option like --skip-scanner that can be added to lando start or lando rebuild to bypass the scanner after the current build.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.