NOMBRE
Paquete apt de artefactos de gdcloud: empaqueta uno o varios archivos de Debian en un artefacto de OCI.
SYNOPSIS
gdcloud artifacts apt package SOURCE DESTINATION [flags]
EJEMPLOS
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.
MARCAS OPCIONALES
--name string Name of the artifact. (default "gpc-deb-packages")
--version string Version of the artifact. (default "1.0")
GDCLOUD WIDE FLAGS
Estas marcas están disponibles para todos los comandos: --configuration, --format, --help, --project y --quiet.
Para obtener más información, consulta la página Información general sobre la referencia de la CLI de gdcloud.