Skip to content

Commit

Permalink
chore(docs): remove documentation on removed asdf update command (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratus3D authored Dec 24, 2024
1 parent c3bd8fe commit e5b4670
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 96 deletions.
15 changes: 0 additions & 15 deletions docs/ja-jp/manage/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ concurrency = auto
| `no` <Badge type="tip" text="デフォルト" vertical="middle" /> | バージョンの読み込みには`.tool-versions`を使用します |
| `yes` | 利用可能なレガシーバージョンファイル(`.ruby-version`など)がある場合、プラグインのフォールバックで使用します |

### `use_release_candidates`

`asdf update`コマンドでasdfを更新する際に、最新リリースではなく、リリース候補版へ更新するか制御します。

| オプション | 説明 |
| :------------------------------------------------------------ | :------------------------- |
| `no` <Badge type="tip" text="デフォルト" vertical="middle" /> | 最新リリースを使用します |
| `yes` | リリース候補版を使用します |

### `always_keep_download`

`asdf install`コマンドでダウンロードしたソースコードやバイナリを、保持しておくか削除するかを制御します。
Expand Down Expand Up @@ -253,9 +244,3 @@ pre_foo_bar = echo Executing with args: $@
| always_keep_download | `no` | `.asdfrc`をカスタマイズしていないので、[デフォルト構成](https://github.com/asdf-vm/asdf/blob/master/defaults)を使用します。 |
| plugin_repository_last_check_duration | `60` | `.asdfrc`をカスタマイズしていないので、[デフォルト構成](https://github.com/asdf-vm/asdf/blob/master/defaults)を使用します。 |
| disable_plugin_short_name_repository | `no` | `.asdfrc`をカスタマイズしていないので、[デフォルト構成](https://github.com/asdf-vm/asdf/blob/master/defaults)を使用します。 |

## 内部構成

この節では、パッケージマネージャやインテグレータ向けの`asdf`の内部構成について記述しているため、ユーザが気にする必要はありません。

- `$ASDF_DIR/asdf_updates_disabled`: このファイルが存在する場合、`asdf update`コマンドによる更新は無効になります(ファイル内容は関係ありません)。これは、PacmanやHomebrewのようなパッケージマネージャによって使用され、特定のインストールに対して正しい更新方法を適用するようにします。
8 changes: 1 addition & 7 deletions docs/ja-jp/manage/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,7 @@ nodejs 16.5.0

## 更新

`asdf`には、Git依存のアップデートコマンドが用意されています(推奨されるインストール方法を使用した場合)。別の方法でインストールした場合、その方法の手順に従ってください:

| 方法 | 最新の安定リリース | `master`ブランチの最新コミット |
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| asdf (Git経由) | `asdf update` | `asdf update --head` |
| Homebrew | `brew upgrade asdf` | `brew upgrade asdf --fetch-HEAD` |
| Pacman | 新しい`PKGBUILD`をダウンロードしてリビルド、<br/>または好みの[AURヘルパー](https://wiki.archlinux.org/index.php/AUR_helpers)を使用 | |
`asdf` をインストールするときと同じ方法で更新してください。このページの右上に asdf の最新バージョンが表示されます。

## アンインストール

Expand Down
15 changes: 0 additions & 15 deletions docs/ko-kr/manage/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ concurrency = auto
| `no` <Badge type="tip" text="기본" vertical="middle" /> | 버전을 불러오는 데는 `.tool-versions`를 사용합니다 |
| `yes` | 이용 가능한 레거시 버전 파일(`.ruby-version` 등)이 있는 경우 플러그인의 폴백으로 사용합니다 |

### `use_release_candidates`

`asdf update` 명령어로 asdf를 최신 유의적 버전이 아닌 최신 버전 후보판으로 업그레이드 되도록 설정합니다.

| 옵션 | 설명 |
| :------------------------------------------------------ | :----------------- |
| `no` <Badge type="tip" text="기본" vertical="middle" /> | 유의적 버전 사용 |
| `yes` | 릴리스 후보판 사용 |

### `always_keep_download`

`asdf install` 명령어로 다운로드하는 소스 코드 또는 바이너리를 유지 또는 제거하도록 설정합니다
Expand Down Expand Up @@ -253,9 +244,3 @@ pre_foo_bar = echo Executing with args: $@
| always_keep_download | `no` | 맞춤 `.asdfrc` 없음, [기본 설정](https://github.com/asdf-vm/asdf/blob/master/defaults) 사용 |
| plugin_repository_last_check_duration | `60` | 맞춤 `.asdfrc` 없음, [기본 설정](https://github.com/asdf-vm/asdf/blob/master/defaults) 사용 |
| disable_plugin_short_name_repository | `no` | 맞춤 `.asdfrc` 없음, [기본 설정](https://github.com/asdf-vm/asdf/blob/master/defaults) 사용 |

## 내부 설정

이 섹션은 패키지 관리자 및 통합자에게 유용한 `asdf` 내부 설정을 설명하므로 일반 사용자들은 이 섹션에 대해 걱정할 필요가 없습니다.

- `$ASDF_DIR/asdf_updates_disabled`: 이 파일이 있으면 `asdf update` 명령어를 통한 업데이트가 (내용과 무관하게) 비활성화됩니다. 이는 Pacman이나 Homebrew와 같은 패키지 매니저들이 특정 설치에 올바른 업데이트 방법이 사용되었는지 확인하는 데 사용됩니다.
8 changes: 1 addition & 7 deletions docs/ko-kr/manage/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,7 @@ nodejs 16.5.0

## 업데이트

`asdf`는 (권장 설치 방법) Git에 의존하는 빌트인 업데이트 명령어가 있습니다. 다른 방법으로 설치한 경우, 그 방법을 위한 절차를 따라주세요:

| 방법 | 최신 안정 릴리스 | `master`에 최신 커밋 |
| -------------- | ------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| asdf (via Git) | `asdf update` | `asdf update --head` |
| Homebrew | `brew upgrade asdf` | `brew upgrade asdf --fetch-HEAD` |
| Pacman | 새로운 `PKGBUILD` 다운로드 & 재빌드 <br/> 혹은 선호하는 [AUR 헬퍼](https://wiki.archlinux.org/index.php/AUR_helpers) 사용 | |
`asdf`를 설치하는 데 사용한 것과 같은 방법을 사용하여 업데이트하세요. `asdf`의 최신 버전은 이 페이지의 오른쪽 상단 모서리에 표시됩니다.

## 제거

Expand Down
15 changes: 0 additions & 15 deletions docs/manage/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ Plugins **with support** can read the versions files used by other version manag
| `no` <Badge type="tip" text="default" vertical="middle" /> | Use `.tool-versions` to read versions |
| `yes` | Use plugin fallback to legacy version files (`.ruby-version`) if available |

### `use_release_candidates`

Configure the `asdf update` command to upgrade to the latest Release Candidate instead of the latest Semantic Version.

| Options | Description |
| :--------------------------------------------------------- | :------------------------ |
| `no` <Badge type="tip" text="default" vertical="middle" /> | Semantic Version is used |
| `yes` | Release Candidate is used |

### `always_keep_download`

Configure the `asdf install` command to keep or delete the source code or binary it downloads.
Expand Down Expand Up @@ -253,9 +244,3 @@ would result in the following outcomes:
| always_keep_download | `no` | No custom `.asdfrc`, so use the [default configuration](https://github.com/asdf-vm/asdf/blob/master/defaults) |
| plugin_repository_last_check_duration | `60` | No custom `.asdfrc`, so use the [default configuration](https://github.com/asdf-vm/asdf/blob/master/defaults) |
| disable_plugin_short_name_repository | `no` | No custom `.asdfrc`, so use the [default configuration](https://github.com/asdf-vm/asdf/blob/master/defaults) |

## Internal Configuration

Users should not worry about this section as it describes configuration internal to `asdf` useful for Package Managers and integrators.

- `$ASDF_DIR/asdf_updates_disabled`: Updates via the `asdf update` command are disabled when this file is present (content irrelevant). This is used by package managers like Pacman or Homebrew to ensure the correct update method is used for the particular installation.
9 changes: 2 additions & 7 deletions docs/manage/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,8 @@ nodejs 16.5.0

## Update

`asdf` has a built in command to update which relies on Git (our recommended installation method). If you installed using a different method you should follow the steps for that method:

| Method | Latest Stable Release | Latest commit on `master` |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------ | -------------------------------- |
| asdf (via Git) | `asdf update` | `asdf update --head` |
| Homebrew | `brew upgrade asdf` | `brew upgrade asdf --fetch-HEAD` |
| Pacman | Download a new `PKGBUILD` & rebuild <br/> or use your preferred [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) | |
Please use the same method you used to install asdf to update it. The latest
version of asdf is shown in the top right corner of this page.

## Uninstall

Expand Down
1 change: 0 additions & 1 deletion docs/pt-br/manage/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ legacy_version_file = yes
**Configurações**

- `legacy_version_file` - por padrão é `no`. Se definido como `yes`, fará com que os plug-ins que suportam esse recurso leiam os arquivos de versão usados por outros gerenciadores de versão (por exemplo, `.ruby-version` no caso do `rbenv` do Ruby).
- `use_release_candidates` - por padrão é `no`. Se definido como `yes`, fará com que o comando `asdf update` atualize para o mais recente em vez da versão semântica mais recente.

- `always_keep_download` - por padrão é `no`. Se definido como `yes`, fará com que o `asdf install` sempre mantenha o código-fonte ou binário baixado. Se definido como `no`, o código fonte ou binário baixado por `asdf install` será excluído após a instalação bem sucedida.

Expand Down
8 changes: 1 addition & 7 deletions docs/pt-br/manage/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,7 @@ nodejs 16.5.0

## Atualizar

`asdf` tem um comando embutido para atualização que depende do Git (nosso método de instalação recomendado). Se você instalou usando um método diferente, siga as etapas para esse método:

| Method | Latest Stable Release | Latest commit on `master` |
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| asdf (via Git) | `asdf update` | `asdf update --head` |
| Homebrew | `brew upgrade asdf` | `brew upgrade asdf --fetch-HEAD` |
| Pacman | Obter manualmente um novo `PKGBUILD` e <br/> reconstruir ou usar suas preferências de [AUR](https://wiki.archlinux.org/index.php/AUR_helpers). | |
Por favor, use o mesmo método que você usou para instalar o asdf para atualizá-lo. A versão mais recente do asdf é mostrada no canto superior direito desta página.

## Desinstalar

Expand Down
15 changes: 0 additions & 15 deletions docs/zh-hans/manage/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,6 @@ concurrency = auto
| `no` <Badge type="tip" text="默认" vertical="middle" /> |`.tool-versions` 文件读取版本 |
| `yes` | 如果可行的话,从传统版本文件读取版本(`.ruby-versions`|

### `use_release_candidates`

配置 `asdf update` 命令以升级到最新的候选版本,而不是最新的语义版本。

| 选项 | 描述 |
| :------------------------------------------------------ | :------------- |
| `no` <Badge type="tip" text="默认" vertical="middle" /> | 语义版本被使用 |
| `yes` | 候选版本被使用 |

### `always_keep_download`

配置 `asdf install` 命令以保留或删除下载的源代码或二进制文件。
Expand All @@ -104,9 +95,3 @@ concurrency = auto
- `ASDF_DEFAULT_TOOL_VERSIONS_FILENAME` - 存储工具名称和版本的文件名。默认为 `.tool-versions`。可以是任何有效的文件名。通常,除非你知道你希望 asdf 忽略 `.tool-versions` 文件,否则不应该覆盖默认值。
- `ASDF_DIR` - 默认为 `~/.asdf` - `asdf` 脚本的位置。如果你把 `asdf` 安装到了其他目录,请设置该变量到那个目录。比如,如果通过 AUR 进行安装,则应设置该变量为 `/opt/asdf-vm`
- `ASDF_DATA_DIR` - 默认为 `~/.asdf` - `asdf` 安装插件、垫片和安装器的位置。可以被设置在上一节提到的生效 `asdf.sh` 或者 `asdf.fish` 之间的任何位置。对于 Elvish,这可以设置在 `use asdf` 上面。

## 内部配置

用户不必担心本节,因为它描述了对包管理器和集成者有用的 `asdf` 的内部配置。

- `$ASDF_DIR/asdf_updates_disabled`:当此文件存在时(内容无关),通过 `asdf update` 命令进行的更新 将会被禁用。像 Pacman 或者 Homebrew 等包管理器使用它来确保个性化安装的正确的更新方法。
8 changes: 1 addition & 7 deletions docs/zh-hans/manage/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,7 @@ nodejs 16.5.0

## 更新

`asdf` 有一个依赖于 Git (我们推荐的安装方法)的内置命令用于更新。如果你使用了其他方法安装,则应按照该方法的步骤操作:

| 方法 | 最新稳定版本 | `master` 分支上的最新提交 |
| ---------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| asdf (Git) | `asdf update` | `asdf update --head` |
| Homebrew | `brew upgrade asdf` | `brew upgrade asdf --fetch-HEAD` |
| Pacman | 下载一个新的 `PKGBUILD` 并且重新编译 <br/> 或者使用你习惯的 [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) | |
请使用与安装 `asdf` 相同的方法进行更新。`asdf` 的最新版本显示在本页面的右上角。

## 卸载

Expand Down

0 comments on commit e5b4670

Please sign in to comment.