> For the complete documentation index, see [llms.txt](https://docs.oscwii.org/cli/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oscwii.org/cli/master.md).

# Introduction

## 1.2.11 - Build 320

### Information

* This release is the first to include the rewritten CLI mode. This rewrite of CLI mode is incompatible with older versions, and behaves differently. It is currently a beta and includes a partial feature set.
* **This version is&#x20;*****NOT COMPATIBLE*****&#x20;at all with pre-rewrite versions.**

### Changes

* Added [`show`](/cli/commands/show.md) command.
* Added [`hosts`](/cli/commands/hosts.md) command.
* Added [`send`](/cli/commands/send.md) command.
* Removed `list` command.
* Removed `query` command. the new `show` command replaces it.
* Removed `get-all` command, the new `get all` command replicates its behavior.
* Removed `get-list` command. Installation lists functionality will be readded in the future.
* Removed `meta` command.
* Removed `repo-list` command. the new `hosts` command replaces it.
* Removed `export` command.
* Removed `update` command.
* Removed `transmit` command, the new `send` command replaces it.
* Changed usage of the [`get`](/cli/commands/get.md) command.

### Usage

```
usage: osc-dl [-h] {get,send,show,hosts} ...

Open Shop Channel Downloader v1.2.11 Stable

The following commands are available:
  {get,send,show,hosts}
    get                 Download application.
    send                Send application to Wii.
    show                Show information about an application.
    hosts               List available hosts.

The following options are available:
  -h, --help            Displays an help screen like this one.

OSCDL, Open Source Software by dhtdht020. https://github.com/dhtdht020.
```
