gh-auth
Verified for current stable LTS
Gh Auth Command: Expand Permission Scopes
Use for expand permission scopes with Gh Auth. Exact CLI syntax to expand permission scopes using Gh Auth.
When to use this: Use for expand permission scopes with Gh Auth.
Command Syntax
gh auth refresh -s {repo,admin:repo_hook,admin:org,admin:public_key,admin:org_hook,...} gh auth refresh -s `{repo,admin:repo_hook,admin:org,admin:public_key,admin:org_hook,...`} Command Breakdown
-s- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to expand permission scopes using Gh Auth.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Gh Auth Command: Check Authentication Status
gh auth status Gh Auth Command: Log In With Interactive Prompt gh auth login Gh Auth Command: Log In With Specific Enterprise Server gh auth login -h <github.example.com> Gh Auth Command: Log In With Token From Stdin echo <your_token> | gh auth login --with-token Gh Auth Command: Log Out gh auth logout