github.com/facebookincubator/ttpforge@v1.0.13-0.20240405153150-5ae801628835/docs/foundations/actions/print_str.md (about) 1 # TTPForge Actions: `print_str` 2 3 The `print_str` action will print the specified string to the screen. Think of 4 it like using the `echo` shell command, but with the following improvements: 5 6 - It's easier to print large, "messy" strings containing metacharacters. 7 - It won't spawn a loud shell process and create erroneous telemetry for 8 defenders. 9 10 ## Fields 11 12 You can specify the following YAML fields for the `print_str` action: 13 14 - `print_str:` (type: `string`) the string to print.