EdgeWorker version
Get-EdgeWorkerVersion
Synopsis
Get version details.
Syntax
Get-EdgeWorkerVersion -EdgeWorkerName <String> [-Version <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-EdgeWorkerVersion -EdgeWorkerID <Int32> [-Version <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets all versions of a given EdgeWorker or returns a specific Edgeworker version. You can specify an EdgeWorker by either its name, ID, or version. For the -Version
parameter, you can either omit it or provide a specific version number or the word latest
.
Parameters
‑AccountSwitchKey |
An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑EdgeWorkerID Conditionally required |
Your EdgeWorker's ID. |
‑EdgeWorkerName Conditionally required |
Your Edge Worker's name. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑Version |
Your EdgeWorker's version, either an integer or the word |
Related Links
Updated 16 days ago