더욱 간소화된 스크린 리더 환경을 제공하기 위해 gcloud 명령줄 도구는 accessibility/screen_reader 속성과 함께 제공됩니다.
이 속성을 true로 설정하면 다음 동작이 사용 설정됩니다.
유니코드 스피너 대신 상태 추적기: gcloud가 작업을 수행하는 동안 'working' 문구가 stderr에 표시됩니다.
진행률 표시줄: 진행률이 백분율로 표시되고 stderr로 출력됩니다.
평면화된 테이블: 박스형 테이블은 여러 list 명령어의 기본 출력입니다. 쿼리된 리소스를 유니코드로 그려진 테이블에 표시하는 대신, 결과가 평면화된 항목 목록으로 렌더링됩니다.
또한 --format 플래그를 사용하여 자체 형식을 정의하는 것이 좋습니다.
접근성 기능을 사용 설정하려면 다음을 실행하세요.
gcloud config set accessibility/screen_reader true
추가 리소스
대체 문서 환경
gcloud CLI 참조 문서에서 키워드 또는 명령어를 검색하려면 gcloud help를 사용하세요. 이렇게 하면 지정된 인수와 일치하는 도움말 텍스트가 있는 모든 명령어가 검색됩니다.
gcloud CLI 세부 조정
debug, info, warning, error, critical 또는 none으로 gcloud CLI --verbosity 플래그를 설정하여 명령어의 세부정보 수준을 조정할 수 있습니다.
list 명령어의 경우, --limit 플래그를 사용하여 나열할 최대 리소스 수를 설정하면 출력을 더욱 구체화할 수 있습니다. 또한 서비스가 페이지에 출력을 나열하는 경우, --page-size 플래그를 사용하여 페이지당 리소스 수를 정의할 수 있습니다. 정렬하려면 관련 필드와 함께 --sort-by 플래그를 사용합니다.
[[["이해하기 쉬움","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)"],[],[],null,["# Enabling accessibility features\n\nIn order to provide a more streamlined screen reader experience, the gcloud\ncommand-line tool comes with an `accessibility/screen_reader` property.\nWhen this property is set to true, the following behaviour is enabled:\n\n- **Status trackers instead of unicode spinners:** The phrase 'working' is displayed on stderr while gcloud is performing tasks.\n- **Percentage progress bars:** Progress is displayed as a percentage, outputted to stderr.\n- **Flattened tables** : Boxed tables are the default output of many list commands. Instead of the queried resources being displayed in tables drawn in Unicode, results are rendered as a flattened list of items. Also, consider using the `--format` flag to define your own format.\n\nTo enable these accessibility features, run: \n\n gcloud config set accessibility/screen_reader true\n\nAdditional resources\n--------------------\n\n### Alternate documentation experiences\n\n- To search the gcloud CLI reference docs for a keyword or command, use [`gcloud help`](/sdk/gcloud/reference/help). This runs a search for all commands with help text matching the given argument or arguments.\n\n### Refining gcloud CLI output\n\n- To adjust the verbosity level of a command, you can set the gcloud CLI flag `--verbosity` with either debug, info, warning, error, critical, or none.\n- For list commands, you can further refine your output by using the `--limit` flag to set a maximum number of resources to list. You can also use the `--page-size` flag to define the number of resources per page if the service lists output in pages. To sort, use the `--sort-by` flag with the relevant field to sort.\n- To disable interactive prompting, use the [`--quiet`](/sdk/gcloud/reference#--quiet) flag.\n- To structure and produce more meaningful output, you can use the format, filter and projection flags to fine-tune your output.\n - If you'd like to define just the format of your output, use the [`--format`](/sdk/gcloud/reference/topic/formats) flag to produce a tabulated or flattened version of your output (for interactive display) or a machine-readable version of the output (json, csv, yaml, value).\n - To format a list of keys that select resource data values, use [projections](/sdk/gcloud/reference/topic/projections).\n - To further refine your output to a criteria you'd like to define, use the [`--filter`](/sdk/gcloud/reference/topic/filters) flag.\n\nFiling feedback\n---------------\n\nTo file a bug, provide feedback, or send suggestions, use `gcloud feedback` to\nhelp improve the gcloud CLI experience. This command will\nopen the public issue tracker in a browser window.\n\nYou can also directly log issues using\n[issue tracker](https://issuetracker.google.com/issues/new?component=187143).\nBe sure to toggle the 'Type' field to reflect the nature of the issue you're\nfiling (Bug, Feature Request, etc.) to help make responses more efficient."]]