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
  • 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

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

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

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

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

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

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

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

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)