이 페이지의 일부 또는 모든 정보는 Trusted Cloud by S3NS에 적용되지 않을 수 있습니다.
접근성 기능 사용 설정
더욱 간소화된 스크린 리더 환경을 제공하기 위해 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
플래그를 사용합니다.
- 대화형 메시지 표시를 사용하지 않으려면
--quiet
플래그를 사용합니다.
- 보다 의미 있는 출력을 구조화하고 생성하기 위해
형식, 필터 및 프로젝션 플래그를 사용하여 출력을 세부 조정할 수 있습니다.
- 출력 형식만 정의하려면
--format
플래그를 사용하여 출력의 표 형식 또는 평면화된 버전(대화형 디스플레이의 경우) 또는 머신에서 읽을 수 있는 버전(json, csv, yaml, value)을 생성합니다.
- 리소스 데이터 값을 선택하는 키 목록 형식을 지정하려면 projections를 사용합니다.
- 정의할 기준에 맞게 출력을 더욱 세부적으로 지정하려면
--filter
플래그를 사용합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-25(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-08-25(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."]]