You don’t have to runDocumentation Index
Fetch the complete documentation index at: https://baseten-philip-copy-0226.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
truss push every time you update your Truss during development. Instead, you can have a live reload workflow where local changes automatically are pushed to the production environment to give you a lightning-fast feedback loop.
Watch for changes
In a new terminal tab in the samemy-first-truss working directory, run:
Use truss watch while working
In the next three steps, we’ll deploy a basic ML model to our model server. Check your truss watch tab and model logs on Baseten after each step to see the changes you make locally reflected live on your model server.
Leave truss watch running in this new terminal tab for the rest of the tutorial. You can use Control-C to exit truss watch and stop automatically pushing changes.