configure
Save connection settings to the config file (flag-driven, no prompts)
| Flag | Type | Required | Description |
|---|---|---|---|
--auth-type | string | No | auth type: basic, bearer, or oauth2 |
--base-url | string | No | Jira base URL (required unless --delete) |
--delete | bool | No | delete the named profile |
--profile | string | No | profile name to save settings under |
--test | bool | No | test connection via GET /rest/api/3/myself before saving |
--token | string | No | API token or bearer token (required unless --delete) |
--username | string | No | username for basic auth |
Example:
bash
jr configure