pages*: standardize mentioning subcommands without the main command (#13981)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# aws
|
||||
|
||||
> Amazon Web Services 官方的命令列介面工具。
|
||||
> 此命令也有關於其子命令的文件,例如:`aws s3`.
|
||||
> 此命令也有關於其子命令的文件,例如:`s3`.
|
||||
> 更多資訊:<https://aws.amazon.com/cli>.
|
||||
|
||||
- 設定 AWS 命令列:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# az
|
||||
|
||||
> Microsoft Azure 的官方客戶端工具。
|
||||
> 此命令也有關於其子命令的文件,例如:`az login`.
|
||||
> 此命令也有關於其子命令的文件,例如:`login`.
|
||||
> 更多資訊:<https://learn.microsoft.com/cli/azure>.
|
||||
|
||||
- 登錄到 Azure:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# docker
|
||||
|
||||
> 管理 Docker 容器和映像檔。
|
||||
> 此命令也有關於其子命令的文件,例如:`docker run`.
|
||||
> 此命令也有關於其子命令的文件,例如:`run`.
|
||||
> 更多資訊:<https://docs.docker.com/reference/cli/docker/>.
|
||||
|
||||
- 列出所有 Docker 容器(包括停止的容器):
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# dotnet
|
||||
|
||||
> 適用於 .NET Core 的跨平台 .NET 命令列工具。
|
||||
> 此命令也有關於其子命令的文件,例如:`dotnet build`.
|
||||
> 此命令也有關於其子命令的文件,例如:`build`.
|
||||
> 更多資訊:<https://learn.microsoft.com/dotnet/core/tools>.
|
||||
|
||||
- 初始化一個新的 .NET 專案:
|
||||
|
Reference in New Issue
Block a user