Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Wenn Sie einen optimierten Screenreader benötigen, können Sie das Attribut accessibility/screen_reader in der gcloud CLI verwenden. Wenn Sie dieses Attribut auf true setzen, ist das folgende Verhalten aktiviert:
Status-Tracker anstelle von rotierenden Unicode-Ladesymbolen: Der Ausdruck working wird auf stderr angezeigt, während die gcloud CLI Aufgaben ausführt.
Fortschrittsanzeige in Prozent: Der Fortschritt wird als Prozentsatz angezeigt und an stderr ausgegeben.
Vereinfachte Tabellen: Tabellenboxen sind die Standardausgabe vieler Listenbefehle. Anstatt der abgefragten Ressourcen in Unicode-Tabellen werden Ergebnisse als vereinfachte Liste von Elementen gerendert. Sie können auch das Flag --format verwenden, um Ihr eigenes Format zu definieren.
Führen Sie folgenden Befehl aus, um diese Bedienungshilfen zu aktivieren:
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[[["\u003cp\u003eThe gdcloud CLI offers enhanced screen reader accessibility features through the \u003ccode\u003eaccessibility/screen_reader\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eEnabling this property replaces Unicode spinners with a "working" status indicator and displays progress as a percentage.\u003c/p\u003e\n"],["\u003cp\u003eWhen enabled, boxed tables are replaced with flattened lists for list commands, with the option to define a custom format.\u003c/p\u003e\n"],["\u003cp\u003eYou can turn on the accessibility feature by running \u003ccode\u003egdcloud config set accessibility/screen_reader true\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enable accessibility features\n\nTo provide a more streamlined screen reader experience, the gdcloud CLI comes with an `accessibility/screen_reader` property. When you set this property to `true`, the following behaviour is enabled:\n\n- **Status trackers instead of unicode spinners** : The phrase `working` is displayed on stderr while gdcloud CLI is performing tasks.\n- **Percentage progress bars**: Progress is displayed as a percentage, written 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 gdcloud config set accessibility/screen_reader true"]]