libs/help_metadata/import-pwsldistro_phwriter_metadata.json

{
  "indent": 1,
  "padding": 1,
  "examples": [
    "Import-PwslDistro -Name 'Ubuntu-Copy' -InstallLocation 'D:\\WSL\\UbuntuCopy' -SourceTar 'C:\\Backups\\ubuntu.tar'"
  ],
  "commandinfo": {
    "synopsis": "Import-PwslDistro [-Name <String>] [-InstallLocation <String>] [-SourceTar <String>]",
    "cmdlet": "Import-PwslDistro",
    "description": "Imports a .tar file as a new WSL distribution.",
    "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 to assign to the new distribution.",
      "param": "Name"
    },
    {
      "type": "string",
      "required": true,
      "inline": false,
      "name": "InstallLocation",
      "description": "The directory where the ext4.vhdx disk image will be created.",
      "param": "InstallLocation"
    },
    {
      "type": "string",
      "required": true,
      "inline": false,
      "name": "SourceTar",
      "description": "The path to the source .tar file.",
      "param": "SourceTar"
    }
  ],
  "name": "pwsl"
}