1GH-CODESPACE-REBUILD(1) GitHub CLI manual GH-CODESPACE-REBUILD(1)
2
3
4
6 gh-codespace-rebuild - Rebuild a codespace
7
8
9
11 gh codespace rebuild [flags]
12
13
14
16 Rebuilding recreates your codespace. Your code and any current changes
17 will be preserved. Your codespace will be rebuilt using your working
18 directory's dev container. A full rebuild also removes cached Docker
19 images.
20
21
22
24 -c, --codespace <string>
25 name of the codespace
26
27
28 --full perform a full rebuild
29
30
31
33 gh-codespace(1)
34
35
36
37 Jan 2023 GH-CODESPACE-REBUILD(1)