Aaron Feledy

Results 11 issues of Aaron Feledy

It would be nice for Lando Scripts to be configured similarly to Lando itself. I.e. via a YAML file. Research whether this is possible and worth implementing. If so, implement...

enhancement

Currently lando-scripts assumes you are using Git to manage your code. Ideally, it should allow users to push or pull their app's code via rsync if they are not using...

enhancement

In the event that there are multiple remote environments, such as a `dev` and `live` environment, Lando Scripts should be able to switch between interacting with either without making changes...

enhancement

After updating to v0.8 On Windows 11, I was prompted to update my .NET Desktop Runtime to 7.0.9 or later. The prompt included a button to update, but that didn't...

As a contributor to the Lando project, I propose enabling GitHub Discussions for the lando/lando repository. This move aims to streamline and centralize discussions related to all Lando sub-projects, offering...

feature
improvement

I have a project with some fairly complicated build steps and tooling. I manage these with several complicated scripts that are capable of producing debug output. With Lando tooling, when...

feature

Add a Landofile to the Hyperdrive project for all of the usual reasons.

Doc updates for lando/core#194

This gives maintainers a "Run Workflow" button to run the leia tests. It also enables a rest endpoint so could potentially trigger these tests from the core repo on every...