There was an error while loading. Please reload this page.
stack remove environment attr {environment} {attr} [attr=string]
Remove an attribute for an Environment.
{environment}
One or more Environment specifications (e.g., 'test').
{attr}
The attribute name that should be removed.
[attr=string]
Can be used in place of the attr argument.
stack remove environment attr test sge
Removes the attribute sge for text environment machines.
stack remove environment attr test attr=sge
Same as above.
Home