adj join
Accept an org invite and log in
Redeem an invite token (issued by your org admin via 'adj invite create'), set your password, and log in.
The invite token can be passed as the argument or entered at the prompt. The org slug is needed to log you in afterwards — your admin's invite message should include it.
Usage
adj join [invite-token] [flags]
Flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--context |
— |
context name to store under (default: the org slug) | |
--org |
— |
org slug (else prompt) | |
--password |
— |
password (DISCOURAGED — prefer ADJ_PASSWORD or the prompt) | |
--server |
— |
server base URL (else the context's server, else prompt) |
Global flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--output |
-o | table |
output format: table|json|yaml |
--token |
— |
access token (overrides the active context) | |
--verbose |
-v | false |
log requests to stderr |