The Etcher CLI is a command-line tool that aims to provide all the benefits of the Etcher desktop application in a way that can be run from a terminal, or even used from a script.
Warning the CLI is currently experimental, proceed with caution and report issues.
RELEASE | OS | ARCH |
---|---|---|
Etcher CLI for Windows x64 (64-bit) | Windows | x64 |
Etcher CLI for Windows x86 (32-bit) | Windows | x86 |
Etcher CLI for macOS | macOS | x64 |
Etcher CLI for Linux x64 (64-bit) | Linux | x64 |
Etcher CLI for Linux x86 (32-bit) | Linux | x86 |
.tar.gz
package by running:tar fvx path/to/cli.tar.gz
Move the resulting directory to /opt/etcher-cli
Add /opt/etcher-cli
to the PATH
. For example, add the following to
.bashrc
or .zshrc
:
export PATH="$PATH:/opt/etcher-cli"
Unzip the .zip
package by right-clicking on it and selecting "Extract All"
Move the resulting directory to C:\etcher-cli
Add C:\etcher-cli
to the %PATH%
On Windows 10 and Windows 8
PATH
environment variable, and click Edit;C:\etcher-cli
to the environment variable valueOn Windows 7
PATH
environment variable, and click Edit;C:\etcher-cli
to the environment variable valueRe-open cmd.exe
, or PowerShell
etcher -v
--help, -h show help
--version, -v show version number
--drive, -d drive
--check, -c validate write
--yes, -y confirm non-interactively
--unmount, -u unmount on success