Forrest logo
back to context overview

gh-codespace

List of commands for gh-codespace:

  • gh-codespace:tldr:008ea gh-codespace: Display the logs from a codespace interactively.
    $ gh codespace logs
    try on your machine
    explain this command
  • gh-codespace:tldr:19b98 gh-codespace: Delete a codespace interactively.
    $ gh codespace delete
    try on your machine
    explain 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 machine
    explain this command
  • gh-codespace:tldr:69f8b gh-codespace: Create a codespace in GitHub interactively.
    $ gh codespace create
    try on your machine
    explain this command
  • gh-codespace:tldr:83f77 gh-codespace: List all available codespaces.
    $ gh codespace list
    try on your machine
    explain this command
  • gh-codespace:tldr:d47b0 gh-codespace: Connect to a codespace via SSH interactively.
    $ gh codespace ssh
    try on your machine
    explain this command
  • gh-codespace:tldr:f71c3 gh-codespace: List the ports of a codespace interactively.
    $ gh codespace ports
    try on your machine
    explain this command
  • github:codespace:subcommand:help gh-codespace: Display help for a subcommand.
    $ gh codespace ${select} --help
    try on your machine
    explain this command
back to context overview