Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Untuk memberikan pengalaman pembaca layar yang lebih praktis, alat command line gcloud
dilengkapi dengan properti accessibility/screen_reader.
Jika properti ini disetel ke benar (true), perilaku berikut akan diaktifkan:
Pelacak status, bukan indikator lingkaran berputar unicode: Frasa
'working' ditampilkan di stderr saat gcloud
melakukan tugas.
Status progres persentase: Progres ditampilkan sebagai
persentase, yang ditampilkan ke stderr.
Tabel yang diratakan: Tabel berkotak adalah output default dari banyak perintah daftar. Resource yang dikueri tidak ditampilkan dalam tabel
yang digambar dalam Unicode, tetapi hasil dirender sebagai daftar item yang diratakan.
Selain itu, pertimbangkan untuk menggunakan flag --format guna menentukan format Anda sendiri.
Untuk mengaktifkan fitur aksesibilitas ini, jalankan:
gcloud config set accessibility/screen_reader true
Referensi tambahan
Pengalaman dokumentasi alternatif
Untuk menelusuri dokumen referensi gcloud CLI guna menemukan kata kunci atau perintah, gunakan
gcloud help. Tindakan ini akan menjalankan penelusuran untuk semua
perintah dengan teks bantuan yang cocok dengan argumen atau argumen yang diberikan.
Meningkatkan kualitas output gcloud CLI
Untuk menyesuaikan tingkat kejelasan perintah, Anda dapat menetapkan
flag gcloud CLI --verbosity dengan debug, info,
peringatan, error, penting, atau tidak ada.
Untuk perintah daftar, Anda dapat lebih memfilter output menggunakan flag --limit
untuk menetapkan jumlah maksimum resource yang akan dicantumkan. Anda juga dapat menggunakan
tanda --page-size untuk menentukan jumlah resource per halaman jika layanan
mencantumkan output dalam halaman. Untuk mengurutkan, gunakan flag --sort-by dengan kolom yang relevan untuk diurutkan.
Untuk menonaktifkan perintah interaktif, gunakan flag
--quiet.
Untuk menyusun dan menghasilkan output yang lebih bermakna, Anda dapat menggunakan
flag format, filter, dan proyeksi untuk menyesuaikan output.
Jika Anda hanya ingin menentukan format output, gunakan flag --format untuk menghasilkan versi output yang ditata dalam tabel atau diratakan (untuk tampilan interaktif) atau versi output yang dapat dibaca mesin (json, csv, yaml, nilai).
Untuk memformat daftar kunci yang memilih nilai data resource,
gunakan proyeksi.
Untuk menyaring output lebih lanjut ke kriteria yang ingin Anda tentukan,
gunakan flag --filter.
Mengirim masukan
Untuk melaporkan bug, memberikan masukan, atau mengirim saran, gunakan gcloud feedback untuk
membantu meningkatkan pengalaman gcloud CLI. Perintah ini akan membuka pelacak masalah publik di jendela browser.
Anda juga dapat mencatat masalah secara langsung menggunakan
issue tracker.
Pastikan untuk mengalihkan kolom 'Jenis' agar sesuai dengan sifat masalah yang Anda
laporkan (Bug, Permintaan Fitur, dll.) untuk membantu membuat respons lebih efisien.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]