Code Update
When your function code changes, you can use the following command to update your cloud function code:
# Update app function code
tcb fn code update app
Differences Between the code update and deploy Commands
The main difference between the
fn code updatecommand and the
fn deploycommand is that
fn code updateonly updates the function's code and entry point without modifying other configurations, while
fn deploy` modifies the function's code, configurations, and triggers.