az login
az account show
az account list
It can be very useful to build aliases quickly for windows hosts. This can be done effectively with a CMD/BAT file
This executes a command and if there are parameters passed to the command then they are added to the command
C:\Users\msn\AppData\Local\Microsoft\WindowsApps>more azrg.bat
[System.Environment]::OSVersion.Version
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ``` | |
| gh config set git_protocol https | |
| gh auth setup-git | |
| gh auth status | |
| ``` |
This guide walks you through deploying and managing interactive dashboards using GitHub Pages with the GitHub CLI (gh) and automated workflows. You'll learn to set up both manual deployment and automated updates, with comprehensive CLI workflow management and debugging techniques.
Ensure you are logged into your GitHub account through the GitHub CLI:
OlderNewer