Skip to content

remove environment attr

Anoop Rajendra edited this page May 15, 2017 · 1 revision

remove environment attr

Usage

stack remove environment attr {environment ...} {attr=string}

Description

Remove an attribute for an Environment.

Arguments

  • [environment]

    One or more Environment specifications (e.g., 'test').

Parameters

  • [attr=string]

    The attribute name that should be removed.

Examples

  • stack remove environment attr test attr=sge

    Removes the attribute sge for text environment machines.

Clone this wiki locally