Skip to content

Make flake deployable as OPT app and managed as rebar dependency #7

@ghost

Description

It would be nice if flake was deployable easily as an OTP application running in the same VM as the application that uses it. Also it would be nice if Flake dependency could be added to rebar.config, as in

{deps, [
{flake, "0.7",
{git, "https://github.com/boundary/flake"}}
]}.

At the moment, rebar get-deps ends with error saying missing_app_file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions