adj invite create
Issue an invite; the token is shown once
Issue an invite for a developer (or another admin with --role admin).
The token is displayed ONCE and never stored — send it to the invitee out-of-band together with the server URL and org slug. It expires in 72h (override with --ttl, 15m-720h).
Usage
adj invite create <email> [flags]
Flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--role |
user |
role for the invitee: user | admin | |
--ttl |
0s |
invite validity (15m–720h; default 72h) |
Global flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--context |
— |
config context to use (overrides current-context) | |
--output |
-o | table |
output format: table|json|yaml |
--server |
— |
server base URL (overrides the active context) | |
--token |
— |
access token (overrides the active context) | |
--verbose |
-v | false |
log requests to stderr |