salt.output.txt

Simple text outputter

The txt outputter has been developed to make the output from shell commands on minions appear as they do when the command is executed on the minion.

CLI Example:

salt '*' foo.bar --out=txt
salt.output.txt.output(data, **kwargs)

Output the data in lines, very nice for running commands

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 3004

Table of Contents

Previous topic

salt.output.table_out

Next topic

salt.output.virt_query