Skip to main content

Usage

alto build combines the functionality of alto apply and alto run. That is, it:
  • Builds (or rebuilds) your agent using the information in your agent’s configuration YAML, and
  • Executes your code on your cloud environment.
We recommend using this command in lieu of alto apply && alto run.
Important: just as with the the apply command, sequential calls of this command allow you to propagate any local code changes to your cloud environment.

Example

alto build will stream the logs associated with building your agent as well as whatever logs are produced by your code: