mani clone

Pulls a vault's full current state into a local directory, from genesis.

Usage

mani clone [OPTIONS] <VAULT> [PATH]

Arguments

  • <VAULT> — The vault to clone (name or id)
  • [PATH] — Where to put it (defaults to the vault name in the current directory)

Options

mani clone --force

Allow cloning into a directory that isn't empty

mani clone --timing

Print a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone

mani clone --json

Output machine-readable JSON instead of the human table (for status, vault ls, device ls, env ls). Stable field names for scripting

mani clone --quiet

Suppress progress and chatter — print only results and errors (alias: -q)

mani clone --no-color

Never colorize output (also honored: the NO_COLOR env var). Color is off automatically when output isn't an interactive terminal

mani clone --help

Print help (alias: -h)