@fugood/bricks-cli 2.25.0-beta.4 → 2.25.0-beta.6

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
@@ -105,6 +105,19 @@ bricks doctor
105
105
  bricks doctor --json
106
106
  ```
107
107
 
108
+ ### Self-update
109
+
110
+ ```bash
111
+ # Update the CLI in-place. Auto-detects how it was installed (npm, bun,
112
+ # standalone binary) and runs the matching update command. Falls back to
113
+ # the binary installer if the primary method fails.
114
+ bricks update-cli # prompts before updating
115
+ bricks update-cli -y # non-interactive
116
+
117
+ # Force a channel
118
+ bricks update-cli --channel beta
119
+ ```
120
+
108
121
  ### Configuration
109
122
 
110
123
  ```bash