@koderlabs/tasks-cli 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +12 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,16 +3,23 @@
3
3
  InstantTasks operator CLI: validate your install, upload source maps and native
4
4
  symbols, scaffold SDK init, and tail incoming events from any terminal.
5
5
 
6
- Install + run on demand:
6
+ ## Install
7
7
 
8
- ```sh
8
+ Run on demand without installing:
9
+
10
+ ```bash
9
11
  npx @koderlabs/tasks-cli doctor
10
12
  ```
11
13
 
12
- Or pin globally:
14
+ Or install globally:
15
+
16
+ ```bash
17
+ npm install -g @koderlabs/tasks-cli
18
+ # or
19
+ pnpm add -g @koderlabs/tasks-cli
20
+ # or
21
+ yarn global add @koderlabs/tasks-cli
13
22
 
14
- ```sh
15
- npm i -g @koderlabs/tasks-cli
16
23
  tasks --help
17
24
  ```
18
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koderlabs/tasks-cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "InstantTasks CLI — source-map uploads and release management for CI",
5
5
  "keywords": [
6
6
  "instanttasks",