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.
GDCLOUD 전체 플래그
이러한 플래그는 모든 명령어에서 사용할 수 있습니다(--configuration, --format, --help, --project, --quiet).
[[["이해하기 쉬움","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(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."]]