Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 1.22 KB

File metadata and controls

21 lines (15 loc) · 1.22 KB

ForgeCLI PowerShell Script Module

ForgeCLI.psd1 is a PowerShell script module containing a set of cmdlets for working with the ACC Model Properties (Indexing) service. In addition to cmdlets for creating and querying indexes, ForgeCLI also contains utility cmdlets for querying Forge Data Management converting Forge OAuth tokens to SecureString.

Usage

PS > Import-Module ./ForgeCLI.ps1

Cmdlets

Cmdlets Description
utils Utility cmdlets for web download and secure string manipulation
data Forge Data Management cmdlets
admin ACC/B360 Admin cmdlets
index Basic index cmdlets, create/query index
diff Diff index cmdlets, create/query index

back