@sdk-it/cli 0.32.0 → 0.33.0

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
@@ -6,10 +6,10 @@
6
6
 
7
7
  ```bash
8
8
  # Install globally
9
- npm install -g sdk-it
9
+ npm install -g @sdk-it/cli
10
10
 
11
11
  # Or use with npx without installing
12
- npx sdk-it
12
+ npx @sdk-it/cli
13
13
  ```
14
14
 
15
15
  ## Usage
@@ -19,7 +19,7 @@ The CLI provides a simple way to generate SDKs from OpenAPI specifications
19
19
  ### Basic Command Structure
20
20
 
21
21
  ```bash
22
- npx sdk-it --spec <path-to-spec> --output <output-directory> [options]
22
+ npx @sdk-it/cli <language> --spec <path-to-spec> --output <output-directory> [options]
23
23
  ```
24
24
 
25
25
  ### Options