Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Set-JS7RepositoryItem

SYNOPSIS

Updates a Git repository Stores scheduling objects from the JS7 inventory to a Git repository .

SYNTAX

Set-JS7RepositoryItem [[-Path] <String>] [[-Type] <String[]>] [[-Folder] <String>] [-Recursive] [-Local] [[-ControllerId] <String>] [-Valid] [-NoDraft] [-NoDeployed] [-Latest] [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [-WhatIf] [-Confirm] [<CommonParameters>]

...

-------------------------- EXAMPLE 2 --------------------------

PS > PublishSet-JS7DeployableItem JSRepositoryItem -ControllerId testsuite -Path Folder /TestCases/sampleWorkflows -Type 'FOLDER' -Delete

Stores any scheduling objects previously deployed to the indicated Controller to the repositoryDeletes the specified folder from the inventory and deletes any included deployable objects such as workflows from the indicated Controller and inventory.

-------------------------- EXAMPLE 3 --------------------------

PS > PublishSet-JS7DeployableItem JS7RepositoryItem -ControllerId testsuite -Folder /PowerShell -DeleteSamples

Deletes Stores any deployable objects such as workflows from the specified folder recursively. Consider that the specified folder is not deleted but its contents onlyto the repository. No sub-folders are considered.

-------------------------- EXAMPLE 4 --------------------------

PS > PublishSet-JS7DeployableItem JS7RepositoryItem -ControllerId testsuite -Path Folder /PowerShell Samples -Type FOLDER Recursive -DeleteLocal

Deletes Stores any deployable objects such as workflows from the specified folder recursively . Consider that the specified folder is not deleted but its contents onlyto the repository.