Process
provide.foundation.cli.commands.process
¶
TODO: Add module docstring.
Functions¶
get_title_command
¶
Get the current process title.
Displays the current process title as it appears in process listings.
Example
foundation process get-title
Source code in provide/foundation/cli/commands/process.py
info_command
¶
Show process title support information.
Displays whether process title support is available and the current process title if supported.
Example
foundation process info
Source code in provide/foundation/cli/commands/process.py
process_group
¶
Process management commands.
Commands for managing process titles and process information. Requires the 'process' extra: pip install 'provide-foundation[process]'
Source code in provide/foundation/cli/commands/process.py
set_title_command
¶
Set the current process title.
The process title appears in process listings (ps, top, etc.) and helps identify processes in monitoring tools.
Example
foundation process set-title "my-worker-1"