@telara-cli/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.
- package/README.md +1 -1
- package/package.json +1 -1
- package/scripts/install.js +1 -1
package/README.md
CHANGED
|
@@ -121,7 +121,7 @@ Generate MCP access keys for specific deployment scenarios.
|
|
|
121
121
|
## Documentation
|
|
122
122
|
|
|
123
123
|
- [Telara docs](https://telara.dev/docs)
|
|
124
|
-
- [CLI installation guide](https://telara.dev/
|
|
124
|
+
- [CLI installation guide](https://docs.telara.dev/mcp-clients/cli)
|
|
125
125
|
|
|
126
126
|
## License
|
|
127
127
|
|
package/package.json
CHANGED
package/scripts/install.js
CHANGED
|
@@ -14,7 +14,7 @@ const version = process.env.TELARA_VERSION || pkg.version;
|
|
|
14
14
|
|
|
15
15
|
const PRIMARY_BASE_URL = 'https://get.telara.dev/download';
|
|
16
16
|
const FALLBACK_BASE_URL = 'https://github.com/Telara-Labs/Telara-CLI/releases/download';
|
|
17
|
-
const MANUAL_INSTALL_URL = 'https://telara.dev/
|
|
17
|
+
const MANUAL_INSTALL_URL = 'https://docs.telara.dev/mcp-clients/cli';
|
|
18
18
|
|
|
19
19
|
function getPlatformInfo() {
|
|
20
20
|
const platform = process.platform;
|