Upward.Config (upward v0.0.7)

View Source

A utility module for managing the configuration of an application.

Summary

Functions

Returns a tuple with the new config, the changed config, and the removed config. new - config with a key that is not in the previous config changed - config with a key that is in the previous config and has a different value removed - list of keys that are in the previous config but not in the new config

Functions

diff(app_name, previous_env)

Returns a tuple with the new config, the changed config, and the removed config. new - config with a key that is not in the previous config changed - config with a key that is in the previous config and has a different value removed - list of keys that are in the previous config but not in the new config