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 emailinvites— Show invitations sent to you (that you can accept)accept— Accept an invitation to join an organizationhelp— Print this message or the help of the given subcommand(s)
Options
mani org --timingPrint a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone
mani org --jsonOutput machine-readable JSON instead of the human table (for status, vault ls, device ls, env ls). Stable field names for scripting
mani org --quietSuppress progress and chatter — print only results and errors (alias: -q)
mani org --no-colorNever colorize output (also honored: the NO_COLOR env var). Color is off automatically when output isn't an interactive terminal
mani org --helpPrint 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 --timingPrint a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone
mani org invite --jsonOutput machine-readable JSON instead of the human table (for status, vault ls, device ls, env ls). Stable field names for scripting
mani org invite --quietSuppress progress and chatter — print only results and errors (alias: -q)
mani org invite --no-colorNever colorize output (also honored: the NO_COLOR env var). Color is off automatically when output isn't an interactive terminal
mani org invite --helpPrint help (alias: -h)
mani org invites
Show invitations sent to you (that you can accept)
Usage
mani org invites [OPTIONS]Options
mani org invites --timingPrint a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone
mani org invites --jsonOutput machine-readable JSON instead of the human table (for status, vault ls, device ls, env ls). Stable field names for scripting
mani org invites --quietSuppress progress and chatter — print only results and errors (alias: -q)
mani org invites --no-colorNever colorize output (also honored: the NO_COLOR env var). Color is off automatically when output isn't an interactive terminal
mani org invites --helpPrint help (alias: -h)
mani org accept
Accept an invitation to join an organization
Usage
mani org accept [OPTIONS] <ID>Arguments
<ID>— The invitation id (frommani org invites)
Options
mani org accept --timingPrint a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone
mani org accept --jsonOutput machine-readable JSON instead of the human table (for status, vault ls, device ls, env ls). Stable field names for scripting
mani org accept --quietSuppress progress and chatter — print only results and errors (alias: -q)
mani org accept --no-colorNever colorize output (also honored: the NO_COLOR env var). Color is off automatically when output isn't an interactive terminal
mani org accept --helpPrint help (alias: -h)