sagcc update stacks alias

Updates the name of the specified stack.

Syntax

  • Command Central syntax:
    sagcc update stacks stackName alias newStackName [options]
  • Not applicable to Platform Manager.

Arguments and Options

Argument or Option Description
stackName Required. The current name of the stack whose name to update.
newStackName Required. The new name to assign to the stack.
[options] Optional. The command allows all options supported by the Command Line Interface. For a description of the options, see Common Options.

Examples

To update the name of the stack "Stack1" to "Test1":

sagcc update stacks Stack1 alias Test1