Skip to content

remove attr

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

remove attr

Usage

stack remove attr {attr} [attr=string]

Description

Remove a global attribute.

Arguments

  • {attr}

    The attribute name that should be removed.

Parameters

  • [attr=string]

    Can be used in place of the attr argument.

Examples

  • stack remove attr cpus

    Removes the global attribute named 'cpus'.

  • stack remove attr attr=cpus

    Same as above.

Clone this wiki locally