Overview

alto.yml
...
entrypoint:
  type: script
  cmd: python <script name>.py --arg1 VALUE1
...

The entrypoint key should contain a set of key-value pairs that describe how your code should be accessed in your cloud infrastructure. Different entrypoints will have slightly different acceptable key-value pairs; however, they all must have type value.

If your entrypoint does not contain a type, then Alto will throw an error!

Key Specification

Different entrypoints have slightly different key-value specifications. We list these below: