@undes.ai/cli-pro 0.1.4 → 0.1.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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/bin/undes-pro.js +388 -388
  3. package/package.json +8 -10
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Undes Pro CLI
2
2
 
3
- Undes Pro is the paid local CLI for teams and individual operators who need
3
+ Undes Pro is the paid local CLI for professional users who need
4
4
  the Pro terminal UI, local run history, and license-gated execution.
5
5
 
6
6
  This package is distributed as an early-access build. It requires a valid
@@ -10,7 +10,7 @@ npm for your operating system.
10
10
  ## Install
11
11
 
12
12
  ```sh
13
- npm install -g @undes.ai/cli-pro@pro-beta
13
+ npm install -g @undes.ai/cli-pro
14
14
  undes-pro license activate <purchase-key>
15
15
  undes-pro license status
16
16
  undes-pro
@@ -18,7 +18,7 @@ undes-pro
18
18
 
19
19
  The CLI stores license state locally and uses the native verification package
20
20
  before running license-gated commands. License commands, `--help`, `--version`,
21
- and `doctor` remain available for setup and recovery.
21
+ `doctor`, and `init` remain available for setup and recovery.
22
22
 
23
23
  ## Notes
24
24