Skip to content

add attr

Mason J. Katz edited this page Dec 15, 2015 · 1 revision

add attr

Usage

stack add attr {attr} {value} [attr=string] [value=string]

Description

Adds a global attribute for all nodes

Arguments

  • {attr}

    Name of the attribute

  • {value}

    Value of the attribute

Parameters

  • [attr=string]

    same as attr argument

  • [value=string]

    same as value argument

Examples

  • stack add attr sge False

    Adds the sge attribution and sets it to False.

Related

list attr

remove attr

Clone this wiki locally