GitHub CLIをインストールしてみた

お供養

GitHub CLIをインストールしてみた。

もともとBranch protection ruleを設定するためだったのだが、いろいろ調べてみると、これはブラウザからやるほうが早いという結論になってしまったので、今回はお蔵入りに。

ただログインまでは持って行ったので、いずれ使うこともあるかもしれないということでメモしておく。

インストール

  • インストール
  • gh pr statusでインストールできていることを確認
  • gh auth loginでログインする

こんな感じ。これで無事ログインできた。

> gh auth login
? What account do you want to log into? GitHub.com
? What is your preferred protocol for Git operations? HTTPS
? Authenticate Git with your GitHub credentials? Yes
? How would you like to authenticate GitHub CLI? Login with a web browser

便利そうなんだけどなあ。