Execute Combined Commands

To execure combined CLI commands, do the following:

For example:

set /SP/services/http port=80

or

set /SP/services/http prop1=x prop2=y

The following table provides an example and description of the individual and combined command execution methods.

Command Syntax

Command Description

Execute command individually:

> cd /SP/services/http

> set port=80

Navigate to the namespace

SP/services/http

Enter the command, target, and value:

set "port" to "80"

Execute combined command:

> cd /SP/services/http port=80

In the namespace SP/services/http,

set target "port" to "80"