Versions Compared

Key

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

...

Returns a list of scheduling objects from a local Git repository.

SYNTAX

Get-JS7RepositoryItem [-Folder] <String> [-Recursive] [-Local] [<CommonParameters>]

...

A list of scheduling objects such as workflows etc. are returned from a local Git repository

* by the category for LOCAL or ROLLOUT scheduling objects,
* by the folder of the item location optionally including sub-folders.

Resulting items can be forwarded to other cmdlets for pipelined bulk operations.

The following REST Web Service API resources are used:

* /inventory/repository/read

PARAMETERS

Folder

-Folder <String>
Specifies the repository folder for which items should be returned.

...