File tree 9 files changed +39
-27
lines changed
9 files changed +39
-27
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> Verwalte installierte Versionen von verschiedenen Paketen.
4
4
> Plugins (z.B. asdf-node) werden für spezifische Pakete verwendet.
5
- > Weitere Informationen: < https://asdf-vm.com > .
5
+ > Weitere Informationen: < https://asdf-vm.com/manage/commands.html > .
6
6
7
7
- Liste alle verfügbaren Plugins auf:
8
8
22
22
23
23
- Lege die globale Version für ein Paket fest:
24
24
25
- ` asdf global {{name}} {{version}} `
25
+ ` asdf set -u {{name}} {{version}} `
26
26
27
27
- Lege die lokale Version für ein Paket fest:
28
28
29
- ` asdf local {{name}} {{version}} `
29
+ ` asdf set {{name}} {{version}} `
Original file line number Diff line number Diff line change 1
1
# asdf
2
2
3
3
> Interface en ligne de commande pour gérer les versions de différents paquets.
4
- > Plus d'informations : < https://asdf-vm.com > .
4
+ > Plus d'informations : < https://asdf-vm.com/manage/commands.html > .
5
5
6
6
- Liste toutes les extensions disponibles :
7
7
21
21
22
22
- Fixe au global une version d'un paquet :
23
23
24
- ` asdf global {{nom}} {{version}} `
24
+ ` asdf set -u {{nom}} {{version}} `
25
25
26
26
- Fix en local la version d'un paquet :
27
27
28
- ` asdf local {{nom}} {{version}} `
28
+ ` asdf set {{nom}} {{version}} `
Original file line number Diff line number Diff line change 1
1
# asdf
2
2
3
3
> Alat baris perintah untuk mengatur versi paket piranti lunak yang berbeda-beda.
4
- > Informasi lebih lanjut: < https://asdf-vm.com > .
4
+ > Informasi lebih lanjut: < https://asdf-vm.com/manage/commands.html > .
5
5
6
6
- Tampilkan seluruh plugin yang tersedia untuk dipasang:
7
7
21
21
22
22
- Setel versi bawaan/default paket piranti lunak yang akan digunakan secara global (seluruh pengguna):
23
23
24
- ` asdf global {{nama}} {{versi}} `
24
+ ` asdf set -u {{nama}} {{versi}} `
25
25
26
26
- Setel versi bawaan/default paket piranti lunak yang akan digunakan secara lokal (pengguna saat ini):
27
27
28
- ` asdf local {{nama}} {{versi}} `
28
+ ` asdf set {{nama}} {{versi}} `
Original file line number Diff line number Diff line change 1
1
# asdf
2
2
3
3
> Interfaccia da linea di comando per gestire le versionai di diversi pacchetti.
4
- > Maggiori informazioni: < https://asdf-vm.com > .
4
+ > Maggiori informazioni: < https://asdf-vm.com/manage/commands.html > .
5
5
6
6
- Elenca tutti i plugin disponibili:
7
7
21
21
22
22
- Imposta la versione globale per un pacchetto:
23
23
24
- ` asdf global {{nome}} {{versiona}} `
24
+ ` asdf set -u {{nome}} {{versiona}} `
25
25
26
26
- Imposta la versiona locale per un pacchetto:
27
27
28
- ` asdf local {{nome}} {{versiona}} `
28
+ ` asdf set {{nome}} {{versiona}} `
29
+
30
+ - Elenca la versione utilizzata per un pacchetto:
31
+
32
+ ` asdf current {{nome}} `
Original file line number Diff line number Diff line change 1
1
# asdf
2
2
3
3
> さまざまなパッケージのバージョンを管理するためのコマンドラインインターフェイスです。
4
- > もっと詳しく: < https://asdf-vm.com > 。
4
+ > もっと詳しく: < https://asdf-vm.com/manage/commands.html > 。
5
5
6
6
- 利用可能なプラグインの一覧を表示:
7
7
21
21
22
22
- パッケージのグローバルバージョンの設定:
23
23
24
- ` asdf global {{パッケージ名}} {{バージョン}} `
24
+ ` asdf set -u {{パッケージ名}} {{バージョン}} `
25
25
26
26
- パッケージのローカルバージョンの設定:
27
27
28
- ` asdf local {{パッケージ名}} {{バージョン}} `
28
+ ` asdf set {{パッケージ名}} {{バージョン}} `
Original file line number Diff line number Diff line change 1
1
# asdf
2
2
3
3
> 여러 패키지 버전을 관리하기 위한 CLI(Command-line Interface) 입니다.
4
- > 더 많은 정보: < https://asdf-vm.com > .
4
+ > 더 많은 정보: < https://asdf-vm.com/manage/commands.html > .
5
5
6
6
- 사용 가능한 모든 플러그인을 나열:
7
7
21
21
22
22
- 글로벌 버전 패키지 설치:
23
23
24
- ` asdf global {{버전}} {{버전}} `
24
+ ` asdf set -u {{버전}} {{버전}} `
25
25
26
26
- 로컬 버전 패키지 설치:
27
27
28
- ` asdf local {{이름}} {{버전}} `
28
+ ` asdf set {{이름}} {{버전}} `
Original file line number Diff line number Diff line change 1
1
# asdf
2
2
3
3
> Utilitário para a gestão de versões de linguagens e programas.
4
- > Mais informações: < https://asdf-vm.com > .
4
+ > Mais informações: < https://asdf-vm.com/manage/commands.html > .
5
5
6
6
- Lista todos os plugins disponíveis:
7
7
21
21
22
22
- Define a versão global de um pacote:
23
23
24
- ` asdf global {{nome}} {{versão}} `
24
+ ` asdf set -u {{nome}} {{versão}} `
25
25
26
26
- Define a versão local de um pacote:
27
27
28
- ` asdf local {{nome}} {{versão}} `
28
+ ` asdf set {{nome}} {{versão}} `
29
+
30
+ - Ver a versão utilizada para um pacote:
31
+
32
+ ` asdf current {{name}} `
Original file line number Diff line number Diff line change 1
1
# asdf
2
2
3
3
> 可扩展的包版本管理器,支持 Nodejs、Ruby、Elixir 和 Erlang 等。
4
- > 更多信息:< https://asdf-vm.com > .
4
+ > 更多信息:< https://asdf-vm.com/manage/commands.html > .
5
5
6
6
- 可用插件清单:
7
7
21
21
22
22
- 设置软件包的全局安装版本:
23
23
24
- ` asdf global {{软件包名}} {{版本}} `
24
+ ` asdf set -u {{软件包名}} {{版本}} `
25
25
26
26
- 设置软件包的本地版本:
27
27
28
- ` asdf local {{软件包名}} {{版本}} `
28
+ ` asdf set {{软件包名}} {{版本}} `
Original file line number Diff line number Diff line change 1
1
# asdf
2
2
3
3
> Command-line interface for managing versions of different packages.
4
- > More information: < https://asdf-vm.com > .
4
+ > More information: < https://asdf-vm.com/manage/commands.html > .
5
5
6
6
- List all available plugins:
7
7
21
21
22
22
- Set global version for a package:
23
23
24
- ` asdf global {{name}} {{version}} `
24
+ ` asdf set -u {{name}} {{version}} `
25
25
26
26
- Set local version for a package:
27
27
28
- ` asdf local {{name}} {{version}} `
28
+ ` asdf set {{name}} {{version}} `
29
+
30
+ - See the current version used for a package:
31
+
32
+ ` asdf current {{name}} `
You can’t perform that action at this time.
0 commit comments