DockerCompletion

1.2010.1.211002

Docker command completion for PowerShell.

Minimum PowerShell version

5.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name DockerCompletion -RequiredVersion 1.2010.1.211002

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name DockerCompletion -Version 1.2010.1.211002

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2021 Masatoshi Higuchi. All rights reserved.

Package Details

Author(s)

  • Masatoshi Higuchi

Tags

docker completion

Dependencies

This module has no dependencies.

Release Notes

First release for `docker compose` completion (Compose v2.0.0)

In this release, the expression of NestedModules in psd1 file has changed:
 Old: NestedModules = @('NativeCommandCompletion')
 New: NestedModules = @('NativeCommandCompletion/NativeCommandCompletion.psd1')

The change is due to the Publish-Module function and PowerShell Gallery, which can not accept the old style.

FileList

Version History

Version Downloads Last updated
1.2600.0.240409 1,430 4/9/2024
1.2300.0.230804 18,956 8/4/2023
1.2300.0.230210 2,246 2/10/2023
1.2010.1.211002 (current version) 7,058 10/2/2021
1.2010.0.201211 3,073 12/11/2020
1.1903.0.200618 1,927 6/18/2020
1.1903.0.190723 3,698 7/23/2019
1.1809.0.181109 2,139 11/9/2018
1.1806.0.180815 687 8/15/2018
1.1803.0.180323 225 3/23/2018
Show more