Skip to content

Commit

Permalink
Update CLI version Info:
Browse files Browse the repository at this point in the history
CLI 패키지 버전명 변경사항 업데이트
http://clm.lge.com/issue/projects/SWDD/issues/SWDD-2453
  • Loading branch information
mibu82 committed Mar 5, 2024
1 parent 88c7647 commit 037d361
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="news-line">
<div class="container">
<div class="tag">News</div>
<a href="{{< relref "vs-code-extension" >}}">webOS Studio v2.0.0 and CLI v3.0.0 have been released!</a>
<a href="{{< relref "vs-code-extension" >}}">webOS Studio v2.0.0 and CLI v3.0.2 have been released!</a>
</div>
</div>
<div class="container">
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/tools/sdk/cli/cli-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following table shows the compatibility between webOS OSE and CLI.
</thead>
<tbody>
<tr>
<td class="middle-border-left"><p>3.0.0</p></td>
<td class="middle-border-left"><p>3.0.2</p></td>
<td style="border-bottom: none;"><p>2.25.0</p></td>
</tr>
<tr>
Expand Down Expand Up @@ -136,7 +136,7 @@ The following table shows the compatibility between webOS OSE and CLI.
</table>
</div>

## v3.0.0 (March 2024)
## v3.0.2 (March 2024)

This version is compatible with **webOS OSE 2.25.0**. See below for the new and changed features in this release.

Expand Down
6 changes: 3 additions & 3 deletions content/en/docs/tools/sdk/cli/cli-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ toc: true
**Command-Line Interface (CLI)** of webOS Open Source Edition (OSE) provides a collection of commands used for creating, packaging, installing, and launching apps or services in the command line environment. CLI lets you develop and test apps or services without using any IDE.

{{< note >}}
The npm package name of the CLI has been changed (from `@webosose/ares-cli` to `@webos-tools/cli`) since v3.0.0 (March 4, 2024). See [How to Install](#how-to-install).
The npm package name of the CLI has been changed (from `@webosose/ares-cli` to `@webos-tools/cli`) since v3.0.2 (March 4, 2024). See [How to Install](#how-to-install).
{{< /note >}}

## Key Features
Expand Down Expand Up @@ -142,7 +142,7 @@ ares --version

### Step 03. Setting Up the OSE Profile

CLI supports multi-webOS platforms since v3.0.0 (default profile: `tv`). To use the CLI on webOS OSE, you **MUST change** your profile to `ose`.
CLI supports multi-webOS platforms since v3.0.2 (default profile: `tv`). To use the CLI on webOS OSE, you **MUST change** your profile to `ose`.

To set up the profile, enter the following command:

Expand Down Expand Up @@ -286,7 +286,7 @@ This command configures the CLI profile. You can change the profile at any time.
</thead>
<tbody>
<tr>
<td><p>v3.0.0</p></td>
<td><p>v3.0.2</p></td>
<td><p>Added in.</p></td>
</tr>
</tbody>
Expand Down

0 comments on commit 037d361

Please sign in to comment.