Prerequisites
Register an SSH key, start the workspace, and installjq locally. Work from your own terminal.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Copy files between your machine and a workspace using its SSH target.
jq locally. Work from your own terminal.
TARGET=$(rig workspace ssh-info --workspace WORKSPACE --output json | jq -r .ssh_target)
ssh "$TARGET"
scp ./notes.txt "$TARGET:/home/developer/notes.txt"
scp "$TARGET:/home/developer/notes.txt" ./notes.downloaded.txt
rsync -av ./project/ "$TARGET:/home/developer/project/"