gdcloud CLI 명령어 도움말에 액세스하는 방법에는 여러 가지가 있습니다.
* 명령어에 --help 플래그를 추가합니다. 이렇게 하면 터미널 페이저에 도움말 문서가 렌더링됩니다. 명령어 자체에서 도움말 텍스트를 대조하여 생성되므로 문서가 항상 명령어와 최신 상태를 유지합니다.
* gdcloud topic 명령어를 사용하여 특정 기능의 보충 도움말 텍스트를 확인합니다.
* 다운로드한 CLI 번들에 제공된 정적 HTML 문서를 사용합니다.
gdcloud CLI를 설치한 후 모든 메서드를 사용할 수 있습니다.
오프라인 HTML 문서
오프라인 HTML 문서는 data/offline-help/docs/ 폴더 내의 tar 파일에 있습니다. 이러한 문서에 액세스하려면 tar 파일을 추출해야 합니다. 추출되는 디렉터리는 사용자에 따라 다릅니다. CLI tar 파일을 찾을 수 없는 경우 GDC 웹사이트에서 다운로드할 수 있습니다.
이러한 정적 HTML 문서의 최상위 파일은 gdch.html 파일입니다. tar 파일이 홈 디렉터리에 추출되면 gdch.html 파일이 $HOME/static/docs/distributed-cloud/hosted/docs/latest/에 있습니다.
[[["이해하기 쉬움","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\u003eThe gdcloud CLI offers multiple ways to access command help, including the \u003ccode\u003e--help\u003c/code\u003e flag, \u003ccode\u003egdcloud topic\u003c/code\u003e command, and offline HTML documents.\u003c/p\u003e\n"],["\u003cp\u003eAdding the \u003ccode\u003e--help\u003c/code\u003e flag to any gdcloud command generates an up-to-date help document directly from the command's help text.\u003c/p\u003e\n"],["\u003cp\u003eSupplementary feature-specific help is available through the \u003ccode\u003egdcloud topic\u003c/code\u003e command.\u003c/p\u003e\n"],["\u003cp\u003eOffline HTML documentation is bundled with the CLI in a tar file located within the \u003ccode\u003edata/offline-help/docs/\u003c/code\u003e folder.\u003c/p\u003e\n"],["\u003cp\u003eAccess to the offline documentation requires extracting the tar file, with the main \u003ccode\u003egdch.html\u003c/code\u003e file found in the extracted \u003ccode\u003estatic/docs/distributed-cloud/hosted/docs/latest/\u003c/code\u003e directory.\u003c/p\u003e\n"]]],[],null,["# gdcloud topic offline-help\n\nNAME\n----\n\ngdcloud topic offline-help - Supplementary help for gdcloud CLI offline help.\n\nDESCRIPTION\n-----------\n\nThere are multiple ways to access gdcloud CLI command help.\n\\* Add the `--help` flag to any command. This renders a help document in a terminal pager. The document is always up-to-date with the command because it is generated by collating help text from the command itself.\n\\* Use the `gdcloud topic` command to view a particular feature's supplementary help text.\n\\* Use the static HTML documents provided in the downloaded CLI bundle.\nAll the methods are available after the gdcloud CLI installation.\n\nOffline HTML Documents\n----------------------\n\nThe offline HTML documents are in a tar file inside the `data/offline-help/docs/` folder. To access these documents, the tar file must be extracted; the directory it is extracted to depends on the user. If the CLI tar file can't be found, then it can be downloaded from the GDC website.\nThe top-level file for these static HTML documents is the `gdch.html` file. If the tar file is extracted in the HOME directory, then the `gdch.html` file will be located at `$HOME/static/docs/distributed-cloud/hosted/docs/latest/`."]]