We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479a9d0 commit dcdb8d5Copy full SHA for dcdb8d5
1 file changed
README.md
@@ -143,13 +143,14 @@ The `branch:recent` command can be run with the `--jira` flag to refine the orde
143
- Visit <https://id.atlassian.com/manage-profile/security/api-tokens>.
144
- Click **Create API token** and copy the generated value.
145
146
+```bash
147
# Recommended: Use a secure credential manager or encrypted .env file
148
# Store these credentials in an encrypted .env file, not in your shell profile
149
export JIRA_API_TOKEN="your-token"
150
export JIRA_SUBDOMAIN="acme" # for
151
export JIRA_EMAIL_ADDRESS="you@example.com"
152
- ```
153
+```
154
155
Add these to your shell profile or `.env` file so `git-ninja` can authenticate with JIRA.
156
0 commit comments