Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 833 Bytes

File metadata and controls

20 lines (13 loc) · 833 Bytes

Tasks

One reference page per procfile-util subcommand. Every command also accepts the global flags for selecting the Procfile, delimiter, default port, and strict mode.

Read-only

  • check - validate that a Procfile parses.
  • list - print every process type, one per line.
  • exists - exit 0 if a process type exists, 1 otherwise.
  • show - print the command for a single process, with variables expanded.
  • expand - print the whole Procfile with variables expanded.

Mutating

  • set - add or replace a process type's command.
  • delete - remove a process type.

Format conversion

  • export - render a Procfile as systemd, launchd, runit, sysv, or upstart unit files.