mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 02:35:32 +02:00
asdf: add Japanese translation
This commit is contained in:
parent
4d7c4499bf
commit
315c66879b
1 changed files with 28 additions and 0 deletions
28
pages.ja/common/asdf.md
Normal file
28
pages.ja/common/asdf.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# asdf
|
||||
|
||||
> さまざまなパッケージのバージョンを管理するためのコマンドラインインターフェイスです。
|
||||
> 詳細はこちら。<https://asdf-vm.com>。
|
||||
|
||||
- 利用可能なプラグインの一覧を表示:
|
||||
|
||||
`asdf plugin-list-all`
|
||||
|
||||
- プラグインのインストール:
|
||||
|
||||
`asdf plugin-add {{name}}`
|
||||
|
||||
- パッケージで利用可能なすべてのバージョンの一覧を表示:
|
||||
|
||||
`asdf list-all {{name}}`
|
||||
|
||||
- パッケージの特定バージョンのインストール:
|
||||
|
||||
`asdf install {{name}} {{version}}`
|
||||
|
||||
- パッケージのグローバルバージョンの設定:
|
||||
|
||||
`asdf global {{name}} {{version}}`
|
||||
|
||||
- パッケージのローカルバージョンの設定:
|
||||
|
||||
`asdf local {{name}} {{version}}`
|
Loading…
Add table
Reference in a new issue