Skip to main content

Module transport

Module transport 

Source
Expand description

memstead fetch / memstead pull / memstead push CLI subcommands. The three engine surfaces share refusal codes and an outcome shape; the CLI front-end is a thin print of each.

Structs§

FetchArgs
memstead fetch <mem> [--remote <name>] [<refspec>...] arguments.
PullArgs
memstead pull <mem> [--remote <name>] arguments.
PushArgs
memstead push <mem> [--remote <name>] [--force] arguments.

Functions§

run_fetch
run_pull
run_push