Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 786 Bytes

Get-NerdctlLatestVersion.md

File metadata and controls

51 lines (32 loc) · 786 Bytes
external help file Module Name online version schema
Containers-Toolkit-help.xml
Containers-Toolkit
2.0.0

Get-NerdctlLatestVersion

SYNOPSIS

Gets the latest nerdctl version number.

SYNTAX

Get-NerdctlLatestVersion

DESCRIPTION

Uses GitHub API to get the latest nerdctl release version from the containerd/nerdctl GitHub repository.

EXAMPLES

Example 1: Get latest nerdctl version

This returns a string of the latest release version of nerdctl, e.g., v1.2.0.

PS C:\> Get-NerdctlLatestVersion
v1.2.0

PARAMETERS

INPUTS

OUTPUTS

String

This is a string of the latest nerdctl release version.

RELATED LINKS