gdcloud artifacts apt 软件包

NAME

gdcloud artifacts apt package - 将一个或多个 Debian 文件打包到 OCI 工件中。

SYNOPSIS

gdcloud artifacts apt package SOURCE DESTINATION [flags]

示例

To package two Debian files into an OCI artifact, run:

            gdcloud artifacts apt package FILE_1.deb FILE_2.deb DESTINATION

        In this example, FILE_1.deb and FILE_2.deb are two Debian files.
        The DESTINATION path must point to the OCI artifact.

可选标志

      --name string      Name of the artifact. (default "gpc-deb-packages")
      --version string   Version of the artifact. (default "1.0")

GDCLOUD 范围标志

所有命令都可以使用以下标志:--configuration--format--help--project--quiet

如需了解详情,请参阅gdcloud CLI 参考文档概览页面。