Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 630 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 630 Bytes

members-db

Rust Docker

Database of members in Approvers, implemented in Rust.

Usage

$ cargo run [options] <command> [args...]

Commands

  • serve
    Starts the HTTP server to serve the members as JSON.

  • list
    Lists all members.

  • add <name>
    Adds a member with the name.

  • migrate
    Migrates the database to the current version.

Options

  • -d <path>, --database=<path>
    Forces to use the database located at the path.