@smithery/cli 1.1.43 → 1.1.45
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 +1 -1
- package/dist/index.js +61 -61
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npx @smithery/cli <command>
|
|
|
14
14
|
### Available Commands
|
|
15
15
|
|
|
16
16
|
- `install <package>` - Install a package
|
|
17
|
-
- `--client <name>` - Specify the AI client
|
|
17
|
+
- `--client <name>` - Specify the AI client
|
|
18
18
|
- `--config <json>` - Provide configuration data as JSON (skips prompts)
|
|
19
19
|
- `uninstall <package>` - Uninstall a package
|
|
20
20
|
- `--client <name>` - Specify the AI client
|