edward icon indicating copy to clipboard operation
edward copied to clipboard

A tool for managing local microservice instances

Results 26 edward issues
Sort by recently updated
recently updated
newest added

The current ParseCommand assumes that only one command and single list of arguments will exist. This means that piped commands will not work. This adds support for allowing piped commands...

**Problem** When running ```bash edward start ServiceA ServiceB UnknownServiceC ``` Assuming, all services are found except for `UnknownServiceC`, we get the following output ``` Error: Service or group not found...

Finally figured out what's been bugging me for years. I keep a clone of my work repo at ~/git/repoName but I most commonly access it through ~/repoName. When I open...

Our current use case has 99.5% of all services setting the same "path" over and over again. It would be convenient if this was not necessary to set explicitly every...

Enables other tools to read the output of edward status Too bad I didn't see anything to get rid of those pesky padding spaces in my quick investigation lol account...

Hi, My regular development flow when working on debugging services follows something like this. 1. Set up remote debugger to port y 2. Open `~/repo/edward.json` 3. Find my service and...

The Docker generator type should create Docker backends in services rather than using the Docker CLI. The generated config should also have a minimum supported Edward version specified.

enhancement

Fastlane (https://fastlane.tools/) will search GitHub issues for matches against any fatal errors that are output, and allow raising a new issue quickly if not found. This provides a quick, community-driven...

enhancement

It would be nice if edward log would keep tailing the service log when it is restarted / killed + started again. Especially useful for debugging when one keeps restarting...

enhancement

Commands would include: * add (`add service`, `add group`, etc) * remove * edit?

enhancement