Skip to content

report script

Joe Kaiser edited this page Dec 29, 2017 · 2 revisions

report script

Usage

stack report script [arch=string] [attrs=string] [os=string]

Description

Take STDIN XML input and create a shell script that can be executed
on a host.

Parameters

  • {arch=string}

  • {attrs=string}

  • {os=string}

    The OS type.

Examples

  • stack report host interface backend-0-0 | stack report script

    Take the network interface XML output from 'stack report host interface' and create a shell script.

Clone this wiki locally