
gh-codespace
List of commands for gh-codespace:
-
gh-codespace:tldr:008ea gh-codespace: Display the logs from a codespace interactively.$ gh codespace logstry on your machineexplain this command
-
gh-codespace:tldr:19b98 gh-codespace: Delete a codespace interactively.$ gh codespace deletetry on your machineexplain this command
-
gh-codespace:tldr:522ec gh-codespace: Transfer a specific file to a codespace interactively.$ gh codespace cp ${path-to-source_file} remote:${path-to-remote_file}try on your machineexplain this command
-
gh-codespace:tldr:69f8b gh-codespace: Create a codespace in GitHub interactively.$ gh codespace createtry on your machineexplain this command
-
gh-codespace:tldr:83f77 gh-codespace: List all available codespaces.$ gh codespace listtry on your machineexplain this command
-
gh-codespace:tldr:d47b0 gh-codespace: Connect to a codespace via SSH interactively.$ gh codespace sshtry on your machineexplain this command
-
gh-codespace:tldr:f71c3 gh-codespace: List the ports of a codespace interactively.$ gh codespace portstry on your machineexplain this command
-
github:codespace:subcommand:help gh-codespace: Display help for a subcommand.$ gh codespace ${select} --helptry on your machineexplain this command