Skip to content

Commit

Permalink
cli
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Nov 12, 2024
1 parent b4433f1 commit d001c47
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/content/docs/guides/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ vmr show
vmr search <sdk-name>
```

## Show local installed SDKs.

```bash
vmr installed-sdks
```

## Show local installed versions for an SDK.

```bash
Expand Down
6 changes: 6 additions & 0 deletions src/content/docs/zh-cn/guides/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ vmr show
vmr search <sdk-name>
```

## 显示已通过VMR安装过哪些SDK

```bash
vmr installed-sdks
```

## 搜索某个SDK的已安装版本

```bash
Expand Down

0 comments on commit d001c47

Please sign in to comment.