Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 815 Bytes

devspace-carvel.md

File metadata and controls

51 lines (31 loc) · 815 Bytes

Develop The Application With DevSpace And Carvel ytt

TODO: Intro

Setup

chmod +x manuscript/develop/devspace-carvel.sh

./manuscript/develop/devspace-carvel.sh

Do

cat devspace.yaml

devspace dev --namespace dev

go run .

# Open a second terminal and navigate to the project root

# In the second terminal
# Open `root.go` and modify the output however you like

# In the first terminal
# `ctrl+c`

# In the first terminal
go run .

# Refresh the browser tab

# In the first terminal
# `ctrl+c`

# In the first terminal
exit

# In the second terminal
exit

devspace purge --namespace dev

Continue The Adventure