LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

gh-codespace

manage cloud-hosted development environments

TLDR

List codespaces
$ gh codespace list
copy
Create a codespace
$ gh codespace create
copy
Create for specific repo
$ gh codespace create -r [owner/repo]
copy
SSH into codespace
$ gh codespace ssh
copy
Stop a codespace
$ gh codespace stop -c [codespace_name]
copy
Delete a codespace
$ gh codespace delete -c [codespace_name]
copy
Open in VS Code
$ gh codespace code
copy

SYNOPSIS

gh codespace command [options]

DESCRIPTION

gh codespace manages GitHub Codespaces, cloud-hosted development environments. Create, connect, and manage codespaces from the CLI.

PARAMETERS

-r, --repo owner/repo

Repository.
-c, --codespace name
Codespace name.
-m, --machine type
Machine type.

SUBCOMMANDS

list

List codespaces.
create
Create a codespace.
ssh
SSH into codespace.
code
Open in VS Code.
stop
Stop a codespace.
delete
Delete a codespace.
ports
Manage ports.
logs
View logs.

INSTALL

sudo apt install gh
copy
sudo dnf install gh
copy
sudo pacman -S github-cli
copy
sudo apk add github-cli
copy
sudo zypper install gh
copy
brew install gh
copy
nix profile install nixpkgs#gh
copy

SEE ALSO

gh(1), gh-repo(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid