diff --git a/src/pages/develop/updating.mdx b/src/pages/develop/updating.mdx index ed89227..6da99c9 100644 --- a/src/pages/develop/updating.mdx +++ b/src/pages/develop/updating.mdx @@ -34,3 +34,15 @@ It is also possible to manually implement a pair of functions for saving and loa ``` + +After making a change that requires a manual update, you need to build and deploy the updated component. Then, to update a specific agent, run the following command: + +```shell copy +golem agent update manual +``` + +Alternatively, you can update all agents when deploying the updated component: + +```shell copy +golem app deploy --update-agents manual +```