gdcloud artifacts apt package

NAME

gdcloud artifacts apt package - Package one or more Debian files into an OCI artifact.

SYNOPSIS

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.

OPTIONAL FLAGS

  -h, --help             help for package
      --name string      Name of the artifact. (default "gpc-deb-packages")
      --version string   Version of the artifact. (default "1.0")