edward

command module
v1.9.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2021 License: MIT Imports: 4 Imported by: 0

README

Edward

Tests Go Report Card Gitter chat

A command line tool for managing local instances of microservices.

asciicast

Full documentation available at http://engblog.yext.com/edward/.

Table of Contents

Features

Start multiple services with one command

No need to start each service in its own terminal tab, just run edward start to build and launch multiple services in the background!

See it in action

See status for running services

Run edward status to see which of your services are up and running, how long for, and on which ports they are listening.

See it in action

Follow service logs

Follow stdout and stderr for one or more services with edward tail.

See it in action

Restart as needed

Made some changes? Run edward restart to re-build and re-launch a service.

See it in action

Auto-restart on edits

Edward will even automatically restart services when source files are changed.

See it in action

Generate configuration automatically

New services? Run edward generate to create a config file automatically.

See it in action

Edward can generate configuration for projects using:

  • Go
  • Docker
  • ICBM
  • Procfiles
  • Other Edward config files

Don't see your project described above? No problem! Edward can be manually configured for any service that can be built and started from the command line.

Installation

Edward requires Mac OS or Linux and Go 1.7 or higher.

go get github.com/mattevans/edward

Updating

To update an existing install to the latest version of Edward, run:

go get -u github.com/mattevans/edward

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
examples
platform_specific_service/simple
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
store/auth
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
store/carts
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
store/checkout
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
store/products
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
store/tracking
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
sudo/simple
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
warmup/pause
A simple service that pauses before sending HTTP responses
A simple service that pauses before sending HTTP responses
watches/service1
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
watches/service2
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
A simple executable that stays runnning until an interrupt is received Based on: https://gobyexample.com/signals
ui

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL