Neos\Neos\Command\WorkspaceCommandController::publishAllCommand PHP Method

publishAllCommand() public method

This command publishes all modified, created or deleted nodes in the specified workspace to the live workspace.
Deprecation: since 1.2
public publishAllCommand ( string $workspaceName, boolean $verbose = false ) : void
$workspaceName string Name of the workspace, for example "user-john"
$verbose boolean If enabled, information about individual nodes will be displayed
return void
    public function publishAllCommand($workspaceName, $verbose = false)
    {
        $this->publishCommand($workspaceName, $verbose);
    }