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-02 UTC。"],[[["\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."]]