gdcloud artifacts apt 패키지

이름

gdcloud artifacts apt package - 하나 이상의 Debian 파일을 OCI 아티팩트로 패키징합니다.

개요

gdcloud artifacts apt package SOURCE DESTINATION [flags]

EXAMPLES

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 참조 개요 페이지를 참고하세요.