Skip to content

remove os attr

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

remove os attr

Usage

stack remove os attr {os} {attr} [attr=string]

Description

Remove an attribute for an OS.

Arguments

  • {os}

    One or more OS specifications (e.g., 'linux').

  • {attr}

    The attribute name that should be removed.

Parameters

  • [attr=string]

    Can be used in place of the attr argument.

Examples

  • stack remove os attr linux sge

    Removes the attribute sge for linux OS machines.

  • stack remove os attr linux attr=sge

    Same as above.

Clone this wiki locally