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.
選用旗標
--insecure Allow using the tree command against a remote reference, and establishing a connection to the server, even for server connections otherwise considered insecure.
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-09-04 (世界標準時間)。"],[[["\u003cp\u003e\u003ccode\u003egdcloud artifacts tree\u003c/code\u003e command displays the hierarchical structure of an OCI bundle.\u003c/p\u003e\n"],["\u003cp\u003eThe OCI bundle can be a local directory or a remote OCI image reference.\u003c/p\u003e\n"],["\u003cp\u003eThe command can connect to insecure servers when used with the \u003ccode\u003e--insecure\u003c/code\u003e flag.\u003c/p\u003e\n"],["\u003cp\u003eCommon flags like \u003ccode\u003e--configuration\u003c/code\u003e, \u003ccode\u003e--format\u003c/code\u003e, \u003ccode\u003e--help\u003c/code\u003e, \u003ccode\u003e--project\u003c/code\u003e, and \u003ccode\u003e--quiet\u003c/code\u003e are also supported.\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/gdch/resources/gdcloud-reference/gdcloud) page."]]