exo

command module
v0.0.0-...-1fa5987 Latest Latest
Warning

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

Go to latest
Published: May 14, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

README

exo: a process manager & log viewer for dev

exo- prefix – external; from outside.

The Exo GUI

Features

  • Procfile and Docker Compose compatible process manager.
  • Terminal commands and browser-based-GUI for all functionality.
  • Multiplexed, colorizing log tailing. Toggle visibility of individual logs.
  • Dynamic process supervision: create, start, stop, restart, delete.

Getting Started

Install Exo:

curl -sL https://exo.deref.io/install | bash

If you prefer package managers or manual installation, see the install docs for details, including uninstall instructions.

Navigate to your code directory and then launch the Exo gui:

exo gui

To use exo as a drop-in replacement for foreman or docker-compose, use run instead:

exo run

This will work automatically with your Procfile, compose.yaml, or similarly named manifest files. The run command also accepts an explicit filename, if you have multiple configurations to choose from.

For more, checkout the Exo documentation, watch some videos or consult the builtin help by running exo help.


Support

Feel free to open an issue, tweet at us, start a discussion, or pop-in to our #exo Slack channel.

Telemetry

exo collects limited and anonymous telemetry data by default. This behavior can be disabled by adding the following setting to your exo config (located at ~/.exo/config.toml by default):

[telemetry]
disable: true

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
rainbows
Generates test data for log viewers containing colors and fonts.
Generates test data for log viewers containing colors and fonts.
internal
api
TODO: Large portions of this package should be hoisted out of internal.
TODO: Large portions of this package should be hoisted out of internal.
cli
esv
manifest/exohcl/hclgen
Package hclgen generates formatted HCL from ASTs.
Package hclgen generates formatted HCL from ASTs.
providers/docker/compose
Package compose implements an AST, parser, validator, and interpolator for <https://github.com/compose-spec/compose-spec>.
Package compose implements an AST, parser, validator, and interpolator for <https://github.com/compose-spec/compose-spec>.
providers/docker/compose/template
Package template implements string substitution in the style of Python's string.Template library as extended by Docker Compose.
Package template implements string substitution in the style of Python's string.Template library as extended by Docker Compose.
scalars
TODO: Expose this package in the SDK.
TODO: Expose this package in the SDK.
Package sdk will eventually contain a public toolkit for implementing providers.
Package sdk will eventually contain a public toolkit for implementing providers.

Jump to

Keyboard shortcuts

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