You can search for identifiers within the package.
in-package search v0.2.0
Docker command invocation
val bin : Bos.Cmd.t
val info : Bos.Cmd.t
val exists : unit -> bool
val build_cmd : ?squash:bool -> ?pull:bool -> ?cache:bool -> ?dockerfile:Fpath.t -> ?tag:string -> Fpath.t -> Bos.Cmd.t
val volume_cmd : Bos.Cmd.t
val push_cmd : string -> Bos.Cmd.t
val build_id : Fpath.t -> (string, [> Rresult.R.msg ]) result
val run_cmd : ?mounts:(string * string) list -> ?volumes:(string * string) list -> ?rm:bool -> string -> Bos.Cmd.t -> Bos.Cmd.t
val manifest_push_cli : platforms:string list -> template:string -> target:string -> Bos.Cmd.t
val manifest_push_file : Fpath.t -> Bos.Cmd.t