package dune-release

  1. Overview
  2. Docs
type t = {
  1. user : string option;
  2. remote : string option;
  3. local : Fpath.t option;
}
val v : user:string option -> remote_repo:string option -> local_repo:string option -> Pkg.t list -> (t, Bos_setup.R.msg) result
val token : dry_run:bool -> unit -> (Fpath.t, Bos_setup.R.msg) result