Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
NOM
gdcloud artifacts tree : affiche la structure arborescente d'un bundle OCI.
SYNOPSIS
gdcloud artifacts tree OCI_BUNDLE [flags]
EXAMPLES
To print the structure of an OCI bundle, run:
gdcloud artifacts tree OCI_BUNDLE
The OCI_BUNDLE is a path to a local directory containing an OCI bundle, or a reference to an OCI image in a remote registry.
INDICATEURS FACULTATIFS
--insecure Allow using the tree command against a remote reference, and establishing a connection to the server, even for server connections otherwise considered insecure.
OPTIONS GCLOUD GÉNÉRALES
Ces options sont disponibles pour toutes les commandes : --configuration, --format, --help, --project, --quiet.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/04 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/04 (UTC)."],[[["\u003cp\u003e\u003ccode\u003egdcloud artifacts tree\u003c/code\u003e command displays the structure of an OCI bundle in a tree-like format.\u003c/p\u003e\n"],["\u003cp\u003eThe command can process both local directory paths and remote OCI image references.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003e--help\u003c/code\u003e flag shows help information for the \u003ccode\u003etree\u003c/code\u003e command.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003e--insecure\u003c/code\u003e enables connections to remote servers, even if they are insecure.\u003c/p\u003e\n"]]],[],null,["# gdcloud artifacts tree\n\nNAME\n----\n\ngdcloud artifacts tree - Print the tree-like structure of an OCI bundle.\n\nSYNOPSIS\n--------\n\n gdcloud artifacts tree OCI_BUNDLE [flags]\n\n### EXAMPLES\n\n To print the structure of an OCI bundle, run:\n\n gdcloud artifacts tree OCI_BUNDLE\n\n The OCI_BUNDLE is a path to a local directory containing an OCI bundle, or a reference to an OCI image in a remote registry.\n\n### OPTIONAL FLAGS\n\n --insecure Allow using the tree command against a remote reference, and establishing a connection to the server, even for server connections otherwise considered insecure.\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/appliance/resources/gdcloud-reference/gdcloud) page."]]