Authenticate with specific host $ gh auth login --hostname enterprise.internal _Originally posted by @mitrobik in https://github.com/sourcegraph/eslint-config/issues/337#issuecomment-4217440086_ <pre style="box-sizing: border-box; font-family: var(--fontStack-monospace,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace); font-size: 13.6px; margin-top: 0.5rem; margin-bottom: 16px; overflow-wrap: normal; padding: 16px; overflow: hidden auto; line-height: 1.45; color: rgb(230, 237, 243); background-color: var(--bgColor-muted,var(--color-canvas-subtle)); border-radius: 6px; border: 1px solid var(--color-border-default); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><code class="hljs language-markdown" style="box-sizing: border-box; font-family: var(--fontStack-monospace,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace); font-size: 13.6px; display: inline; padding: 0px; color: var(--color-fg-default); background: rgba(0, 0, 0, 0); margin: 0px; white-space: pre-wrap; border-radius: 6px; word-break: normal; border: 0px; overflow: visible; line-height: inherit; overflow-wrap: break-word;">The background color is <span class="hljs-code" style="box-sizing: border-box;">`#ffffff`</span> for light mode and <span class="hljs-code" style="box-sizing: border-box;">`#000000`</span> for dark mode. </code></pre><p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(230, 237, 243); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(13, 17, 23); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><picture style="box-sizing: border-box;"><source srcset="/assets/cb-11643/mw-1440/images/help/writing/supported-color-models-rendered.webp 2x" type="image/webp" style="box-sizing: border-box;"><img src="https://docs.github.com/assets/cb-11643/images/help/writing/supported-color-models-rendered.png" alt="Screenshot of rendered GitHub Markdown showing how HEX values within backticks create small circles of color, here white and then black." style="box-sizing: content-box; border-style: none; max-width: 100%; background-color: var(--bgColor-default,var(--color-canvas-default)); max-height: 32rem; box-shadow: var(--color-shadow-medium);"></picture></p><p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(230, 237, 243); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(13, 17, 23); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">Here are the currently supported color models.</p> Color | Syntax | Example | Output -- | -- | -- | -- HEX | `#RRGGBB` | `#0969DA` | RGB | `rgb(R,G,B)` | `rgb(9, 105, 218)` | HSL | `hsl(H,S,L)` | `hsl(212, 92%, 45%)` | <br class="Apple-interchange-newline">
Authenticate with specific host
$ gh auth login --hostname enterprise.internal
Originally posted by @mitrobik in #337 (comment)
Here are the currently supported color models.
#RRGGBB#0969DArgb(R,G,B)rgb(9, 105, 218)hsl(H,S,L)hsl(212, 92%, 45%)