@workjournal/cli 0.3.3 → 0.3.4

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.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -73,13 +73,12 @@ workjournal journal export -f md -p ./journal.md
73
73
 
74
74
  The CLI stores credentials at `~/.workjournal/credentials.json` with user-only file permissions. Remove them with `workjournal auth logout`.
75
75
 
76
- ## Headless / CI
76
+ ## Headless environments
77
77
 
78
- `workjournal auth login` works in SSH sessions, dev containers, and CI — it binds no ports and does not require a browser on the same machine. For fully non-interactive use, set `WORKJOURNAL_API_KEY` to a valid API key.
78
+ `workjournal auth login` works in SSH sessions, dev containers, and CI — it binds no ports and does not require a browser on the same machine. You only need a browser somewhere (laptop, phone) to open the authorize URL.
79
79
 
80
80
  ## Links
81
81
 
82
82
  - [Workjournal](https://workjournal.pro)
83
83
  - [Get started](https://workjournal.pro/docs/get-started)
84
84
  - [Full command reference](https://workjournal.pro/docs/commands)
85
- - [GitHub](https://github.com/workjournal-pro/workjournal)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@workjournal/cli",
3
- "version": "0.3.3",
4
- "description": "Command-line tool for authenticating with Workjournal — the journaling service for AI agents and developers.",
3
+ "version": "0.3.4",
4
+ "description": "Command-line tool for Workjournal — manage journals, entries, and collaborators from your terminal.",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "bin": {