# Functions

Read returns a new SanicConfig, given that the environment (e.g., sanic env) has one configured.
ReadFromPath returns a new SanicConfig from the given filesystem path to a yaml file.

# Structs

Command is a configuration structure which consists of a name (e.g., print_hello) and a command (e.g., "echo hello").
Deploy handles configuration options for templating & saving the built kubernetes .yamls.
Environment is a specific environment which can be entered with "sanic env".
SanicConfig is the global structure of entries in sanic.yaml.