libs/help_metadata/export-pwsldistro_phwriter_metadata.json
|
{ "version": "0.1.3", "examples": [ "Export-PwslDistro -Name 'Ubuntu' -Path 'C:\\Backups\\ubuntu.tar'" ], "indent": 1, "commandinfo": { "source": "https://gitlab.com/phellams/pwsl/-/blob/main/readme.md", "cmdlet": "Export-PwslDistro", "description": "Exports a distribution's filesystem to a .tar archive.", "synopsis": "Export-PwslDistro [-Name <String>] [-Path <String>]" }, "name": "pwsl", "padding": 1, "paramtable": [ { "required": true, "name": "Name", "inline": false, "type": "string", "param": "Name", "description": "The name of the distribution to export." }, { "required": true, "name": "Path", "inline": false, "type": "string", "param": "Path", "description": "The full path for the output .tar file." } ] } |