@workrail/cli 0.4.6 → 0.4.8

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 +9 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -54,13 +54,19 @@ The CLI automatically downloads the correct binary for your platform during inst
54
54
  workrail sync
55
55
  ```
56
56
 
57
- 4. **Enable autosync** (optional - runs sync on a schedule):
57
+ 4. **Create an entry manually** (for non-code achievements):
58
+
59
+ ```bash
60
+ workrail entry add
61
+ ```
62
+
63
+ 5. **Enable autosync** (optional - runs sync on a schedule):
58
64
 
59
65
  ```bash
60
66
  workrail autosync enable
61
67
  ```
62
68
 
63
- 5. **View your dashboard** at [workrail.dev](https://workrail.dev)
69
+ 6. **View your dashboard** at [workrail.dev](https://workrail.dev)
64
70
 
65
71
  ## Common Commands
66
72
 
@@ -70,6 +76,7 @@ The CLI automatically downloads the correct binary for your platform during inst
70
76
  | `workrail auth status` | Check authentication status |
71
77
  | `workrail link` | Link current repo to a Workrail project |
72
78
  | `workrail sync` | Sync commits and create entries |
79
+ | `workrail entry add` | Create an achievement entry manually |
73
80
  | `workrail status` | View sync status and linked repos |
74
81
  | `workrail autosync enable` | Enable automatic syncing |
75
82
  | `workrail autosync status` | Check autosync status |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workrail/cli",
3
- "version": "0.4.6",
3
+ "version": "0.4.8",
4
4
  "description": "Workrail CLI - Track your engineering work and build a career record",
5
5
  "license": "UNLICENSED",
6
6
  "bin": {