# Moku CLI
Moku CLI (mokucli) is a powerful command line utility for managing Moku
hardware devices. It provides comprehensive tools for MokuOS updates, instrument
bitstream management, feature deployment, and device administration.
Read about how to install and use Moku CLI to:
- Manage resources (MokuOS, instruments, and API servers), see the Quick start guide
- Manage complex network and administration environments, see the Advanced usage guide
# Command Overview
MokuCLI is organized into command groups, each serving a specific purpose:
- instrument - Manage instrument bitstreams (download to cache, upload to device, list available)
- firmware - Manage device firmware updates
- feature - Manage software features and plugins (download to cache, upload to device)
- config - Configuration file management commands
- cache - Execute a single Moku API command.
- command - Convert Liquid Instruments binary data files to standard formats
- convert - Convert Liquid Instruments binary data files
- download - Legacy bitstream download (use
instrument download) - list - Search for Moku devices on network
- files - Manage files on Moku devices
- license - Manage device licenses
- proxy - Create network proxy to device
- stream - Stream real-time data from device
- mc - offline toolchain enabling offline Moku Compile builds
- login - Interactive sign-in and token refresh setup
- logout - Logout of current session and clear cached credentials
# Getting Help
To see available commands and options:
mokucli --help
mokucli COMMAND --help
1
2
2
For detailed information about each command, see the individual command pages linked above.