docs: update README environment variables
Description
Follow-up to !2347 (merged), which deprecated the non-prefixed environment variables (DEBUG, FORCE_HYPERLINKS, GLAMOUR_STYLE, NO_PROMPT) in favor of GLAB_-prefixed equivalents.
Updates the README.md to reflect the deprecation:
- Adds
GLAB_DEBUG,GLAB_FORCE_HYPERLINKS,GLAB_GLAMOUR_STYLE, andGLAB_NO_PROMPTas primary entries in the glab configuration variables table, with theirconfig.ymlequivalents and default values. - Replaces the original rows for F
ORCE_HYPERLINKS,GLAMOUR_STYLE, andNO_PROMPTwith deprecated entries pointing to the new names. - Moves
GLAB_DEBUGfrom the "Other variables" table to "glab configuration variables", where it belongs alongside the otherGLAB_-prefixed variables. - Updates the
DEBUGrow in "Other variables" to a deprecated entry. - Updates the "Debugging" section to reference
GLAB_DEBUG.
Related issues and merge requests
- Prefix environment variables used by glab with ... (#7965 - closed)
- docs: update env vars table to use GLAB_ prefix... (!3348 - merged)
Documentation
If this MR adds or updates CLI command documentation, follow the conventions in the
GitLab CLI (glab) documentation style guide,
run make gen-docs, and commit the updated files in docs/source/.
Edited by Brendan Lynch