Sourceval exists : unit -> bool Sourceval build_cmd :
?squash:bool ->
?pull:bool ->
?cache:bool ->
?dockerfile:Fpath.t ->
?tag:string ->
Fpath.t ->
Bos.Cmd.t Sourceval build_id : Fpath.t -> (string, [> `Msg of string ]) result Sourceval run_cmd :
?mounts:(string * string) list ->
?volumes:(string * string) list ->
?rm:bool ->
string ->
Bos.Cmd.t ->
Bos.Cmd.t Sourceval manifest_push_cli :
platforms:string list ->
template:string ->
target:string ->
Bos.Cmd.t