libs/help_metadata/install-pwsldistro_phwriter_metadata.json
|
{ "indent": 1, "padding": 1, "examples": [ "Install-PwslDistro -Name 'Ubuntu-24.04'", "Install-PwslDistro -Name 'Debian'" ], "commandinfo": { "synopsis": "Install-PwslDistro [-Name <String>] [-DefaultUser <String>] [-InstallLocation <String>]", "cmdlet": "Install-PwslDistro", "description": "Installs a specific WSL distribution from the online list, -NewLocation is specified, the distro is moved using Move-PwslDistro.", "source": "https://gitlab.com/phellams/pwsl/-/blob/main/readme.md" }, "version": "0.1.2", "paramtable": [ { "type": "string", "required": true, "inline": false, "name": "Name", "description": "The name of the distribution to install (e.g., 'Ubuntu-24.04').", "param": "Name" }, { "type": "string", "required": false, "inline": false, "name": "DefaultUser", "description": "The username to set as default after import (prevents logging in as root).", "param": "DefaultUser" }, { "type": "string", "required": false, "inline": false, "name": "InstallLocation", "description": "The directory where the ext4.vhdx disk image will be created.", "param": "InstallLocation" }, { "type": "switch", "required": false, "inline": false, "name": "Help", "description": "Displays this help text.", "param": "Help" } ], "name": "pwsl" } |