assoc, attrib, cd, choco-apikey, choco-feature, choco-info, choco, cls: add Japanese translation (#4607)

This commit is contained in:
NL Sum
2020-10-13 06:12:57 +08:00
committed by GitHub
parent 245b22d5ea
commit 91df905346
8 changed files with 149 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# choco-apikey
> ChocolateyソースのAPIキーを管理します
> 詳しくはこちら: <https://chocolatey.org/docs/commands-apikey>.
- ソースとそのAPIキーのリストを表示します:
`choco apikey`
- 特定のソースとそのAPIキーを表示します:
`choco apikey --source "{{ソースURL}}"`
- ソースのAPIキーを設定します:
`choco apikey --source "{{ソースURL}}" --key "{{APIキー}}"`
- ソースのAPIキーを削除します:
`choco apikey --source "{{ソースURL}}" --remove`