libs/help_metadata/export-pwsldistro_phwriter_metadata.json
|
{ "indent": 1, "padding": 1, "examples": [ "Export-PwslDistro -Name 'Ubuntu' -Path 'C:\\Backups\\ubuntu.tar'" ], "commandinfo": { "synopsis": "Export-PwslDistro [-Name <String>] [-Path <String>]", "cmdlet": "Export-PwslDistro", "description": "Exports a distribution's filesystem to a .tar archive.", "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 export.", "param": "Name" }, { "type": "string", "required": true, "inline": false, "name": "Path", "description": "The full path for the output .tar file.", "param": "Path" } ], "name": "pwsl" } |