What is GitHub CLI?
It is GitHub’s official command line tool. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.
So, Recently GitHub CLI made a new update to Run Your GitHub Workflow Files through Command Line.
What is GitPod?
Gitpod is an open-source Kubernetes application for ready-to-code developer environments that spins up fresh, automated dev environments for each task, in the cloud, in seconds. It enables you to describe your dev environment as code and start instant, remote and cloud-based developer environments directly from your browser or your Desktop IDE.
Open Your GitHub Repository in Gitpod:
just add this prefix following to your github repository: https://gitpod.io/#
Example: https://gitpod.io/#https://github.com/GITHUB_USERNAME/REPOSITORY_NAME/
GitHub CLI Setup at Gitpod (official docs):
Run Following Commands:
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture
…