◐ Shell
clean mode source ↗

GitHub - iRon7/ObjectGraphTools: Object Graph Tools

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Object Graph Tools

In PowerShell, object-graphs are often used for applications along with modifying configurations resulted from e.g. Json or DSC (Desired State Configuration). Yet, most existing PowerShell cmdlets (as Sort-Object and Compare-Object) that manipulate objects treat object-graphs as flat object lists.
This toolkit contains an PowerShell object parser, an extended dot notation (Xdn) query selector and a set of Object Graph Cmdlets to deal with these complex recursive PowerShell objects.

Quote Wikipedia

In computer science, in an object-oriented program, groups of objects form a network through their relationships with each other, either through a direct reference to another object or through a chain of intermediate references. These groups of objects are referred to as object graphs, after the mathematical objects called graphs studied in graph theory.

Tools

Currently the tool set includes:

Installation

Install-Module -Name ObjectGraphTools

About

Object Graph Tools

Resources

Readme

License

View license

Activity

Stars

8 stars

Watchers

2 watching

Forks

0 forks

Releases

No releases published