mani org

Sharing a vault is same-org only, so this is how you get someone into your organization first: invite them by email, they accept, and then you can mani vault share a vault with them. Inviting is admin-only.

Usage

mani org [OPTIONS] <COMMAND>

Commands

  • invite — Invite someone to your organization by email
  • invites — Show invitations sent to you (that you can accept)
  • accept — Accept an invitation to join an organization
  • list — List the organizations you belong to (the active one is marked)
  • switch — Switch which organization this CLI session treats as active
  • help — Print this message or the help of the given subcommand(s)

Options

mani org --timing

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

mani org --json

Emit a machine-readable result envelope instead of human text (works on every command). Success prints {"ok":true,"value":…}; failure prints {"ok":false,"error":{"code":…,"message":…}} with a differentiated exit code. Stable field names for scripting/agents

mani org --quiet

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

mani org --no-color

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

mani org --help

Print help (alias: -h)

mani org invite

Invite someone to your organization by email

Usage

mani org invite [OPTIONS] <EMAIL>

Arguments

  • <EMAIL> — The email to invite

Options

mani org invite --role <ROLE>

Their role in the org [default: member] [possible values: member, admin]

mani org invite --timing

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

mani org invite --json

Emit a machine-readable result envelope instead of human text (works on every command). Success prints {"ok":true,"value":…}; failure prints {"ok":false,"error":{"code":…,"message":…}} with a differentiated exit code. Stable field names for scripting/agents

mani org invite --quiet

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

mani org invite --no-color

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

mani org invite --help

Print help (alias: -h)

mani org invites

Show invitations sent to you (that you can accept)

Usage

mani org invites [OPTIONS]

Options

mani org invites --timing

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

mani org invites --json

Emit a machine-readable result envelope instead of human text (works on every command). Success prints {"ok":true,"value":…}; failure prints {"ok":false,"error":{"code":…,"message":…}} with a differentiated exit code. Stable field names for scripting/agents

mani org invites --quiet

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

mani org invites --no-color

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

mani org invites --help

Print help (alias: -h)

mani org accept

Accept an invitation to join an organization

Usage

mani org accept [OPTIONS] <ID>

Arguments

  • <ID> — The invitation id (from mani org invites)

Options

mani org accept --timing

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

mani org accept --json

Emit a machine-readable result envelope instead of human text (works on every command). Success prints {"ok":true,"value":…}; failure prints {"ok":false,"error":{"code":…,"message":…}} with a differentiated exit code. Stable field names for scripting/agents

mani org accept --quiet

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

mani org accept --no-color

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

mani org accept --help

Print help (alias: -h)