API Reference upward v0.0.7

View Source

Modules

Upward is a library to assist with hot-code upgrades with Elixir releases.

This module is responsible for generating appup files for changes between two versions of an application.

A transform is an appup compilation pass which receives a list of appup instructions, along with metadata about those instructions, such as the source application, the source and target versions involved, and an optional list of configuration options for the transform.

This error is raised when an appup transformation results in an invalid appup instruction or instruction set.

A utility module for managing the configuration of an application.

A utility module for managing releases.

A utility module for managing relup files.

An appup transformer for Phoenix LiveView.

General utility functions.