| Summary | Includes the output of a command |
|---|---|
| Tag names | execute_command |
| Configuration prefix | tag.execute_command |
| Mandatory options |
tag.execute_command.command |
| Used options |
tag.execute_command.command tag.execute_command.process_output tag.execute_command.escape_html |
| Provided by bundle | built-in |
| API doc | Webgen::Tag::ExecuteCommand |
Description
This tag executes a command and includes the output of the command.
Examples
{execute_command: 'uname -p'}- x86_64
{execute_command: {command: 'ruby -v'}}- ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-linux]