Skip to content

docs: document --stop-signals flag in README#213

Open
bejaratommy wants to merge 1 commit intoDarthSim:masterfrom
bejaratommy:docs/stop-signals
Open

docs: document --stop-signals flag in README#213
bejaratommy wants to merge 1 commit intoDarthSim:masterfrom
bejaratommy:docs/stop-signals

Conversation

@bejaratommy
Copy link
Copy Markdown

What

Adds documentation for the -i/--stop-signals flag (OVERMIND_STOP_SIGNALS env var) to the README.

Why

The flag has been implemented in the codebase but was never documented in the README. Users have no way to discover it without reading source code.

Fixes #201

Changes

Added a new "Specifying stop signals" subsection after the auto-restart section (where other process lifecycle options are grouped), documenting:

  • The -i short flag and --stop-signals long flag
  • The OVERMIND_STOP_SIGNALS env var equivalent
  • The process=signal,process=signal format
  • The list of supported signal names

The -i/--stop-signals flag (OVERMIND_STOP_SIGNALS env var) has been part
of Overmind for a long time but was never documented in the README. This
adds a section explaining how to use it, including the supported signal
names, right after the auto-restart section where process lifecycle
control options are grouped.

Fixes DarthSim#201

Signed-off-by: bejaratommy <tommy@bejarano.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Signals option is not documented in the README

1 participant