@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 +1 -2
- package/bin/linear.mjs +982 -49
- package/claude/skills/linear-cli.md +48 -7
- package/claude/skills/product-planning.md +67 -98
- package/package.json +1 -1
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
|
|
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
|
```
|