-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Atlassian CLI
-
None
-
1
-
Severity 3 - Minor
Issue Summary
When using Atlassian Command Line Interface (CLI), using the {{acli jira auth logout }}command in the terminal has no effect; the authorization remains the same.
Steps to Reproduce
With ACLI, run the following commands:
- acli auth login
- acli auth status
- acli jira auth logout
- acli auth status
Expected Results
After the logout command, acli auth status should return unauthorized.
Actual Results
acli auth status should return authorized.
Workaround
You can use the following command to completely remove the authentication:
security delete-generic-password -s "acli"
Below is a screenshot with all commands and their outcomes:
