Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 529 Bytes

File metadata and controls

26 lines (15 loc) · 529 Bytes

envoyctl

cli app to control the Envoy Project app

Resources

Requirements

To build this application, you need Go version 1.7 or higher

Build and run

go install .
envoyctl

Configuration

The app tries to read the configuration file ~/.envoyctl.yml . To see an example configuration, you can run envoyctl exampleconfig .

To save it, you can run envoyctl exampleconfig > ~/.envoyctl.yml