🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

wsl-export

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wsl-export

Interactive CLI for exporting WSL distributions.

1.2.63
latest
Source
npm
Version published
Weekly downloads
4
-94.29%
Maintainers
1
Weekly downloads
 
Created
Source

wsl-export

Interactive CLI for exporting WSL distributions.

CI NPM LGTM Grade MIT

Installation

# yarn
$ yarn add global wsl-export

# npm
$ npm install -g wsl-export

Usage

wsle [options] [target-directory] [distributions...]

For help run:

wsle -h

Examples

Export Ubuntu-20.04 and docker-desktop to D:\backup:

wsle D:\backup Ubuntu-20.04 docker-desktop

Export all installed distributions to D:\backup:

wsle -a D:\backup

Export all installed distributions with interactive target directory prompt:

wsle -a

Export with interactive target directory and distribution prompt:

wsle

License

MIT - Copyright © Jan Müller

FAQs

Package last updated on 29 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts