@dabble/linear-cli 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -43,8 +43,7 @@ linear issue update ISSUE-1 --append "Found the root cause..."
43
43
 
44
44
  ### Authentication
45
45
  ```bash
46
- linear login # Interactive setup, saves to ./.linear
47
- linear login --global # Save to ~/.linear instead
46
+ linear login # Interactive setup (prompts for location)
48
47
  linear logout # Remove config
49
48
  linear whoami # Show current user and team
50
49
  ```