# 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.
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.oscwii.org/cli/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
