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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
