@elizaos/cli 1.6.5-alpha.5 → 1.6.5-alpha.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 +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +2 -2
- package/dist/templates/plugin-quick-starter/package.json +3 -9
- package/dist/templates/plugin-starter/package.json +3 -9
- package/dist/templates/project-starter/package.json +6 -6
- package/dist/templates/project-tee-starter/package.json +4 -4
- package/dist/version.d.ts +2 -2
- package/dist/version.js +2 -2
- package/package.json +7 -7
- package/templates/plugin-quick-starter/package.json +3 -9
- package/templates/plugin-starter/package.json +3 -9
- package/templates/project-starter/package.json +6 -6
- package/templates/project-tee-starter/package.json +4 -4
package/README.md
CHANGED
|
@@ -331,7 +331,7 @@ elizaos tee phala <command> [options]
|
|
|
331
331
|
- **`elizaos tee phala auth login [api-key]`** - Set the API key for authentication
|
|
332
332
|
|
|
333
333
|
- Store your Phala Cloud API key securely for subsequent operations
|
|
334
|
-
- Get your API key from [Phala Cloud Dashboard](https://cloud.phala.network)
|
|
334
|
+
- Get your API key from [Phala Cloud Dashboard](https://cloud.phala.network/register)
|
|
335
335
|
|
|
336
336
|
- **`elizaos tee phala auth logout`** - Remove the stored API key
|
|
337
337
|
|
|
@@ -444,7 +444,7 @@ elizaos tee phala <command> [options]
|
|
|
444
444
|
|
|
445
445
|
```bash
|
|
446
446
|
elizaos tee phala free
|
|
447
|
-
# Or visit https://cloud.phala.network to create an account
|
|
447
|
+
# Or visit https://cloud.phala.network/register to create an account
|
|
448
448
|
```
|
|
449
449
|
|
|
450
450
|
2. **Authenticate**:
|
|
@@ -509,7 +509,7 @@ For private Docker images, set these environment variables before deployment and
|
|
|
509
509
|
##### Additional Resources
|
|
510
510
|
|
|
511
511
|
- **Command Help**: `elizaos tee phala help` or `elizaos tee phala <command> --help`
|
|
512
|
-
- **Official Documentation**: [Phala Cloud Docs](https://docs.phala.
|
|
512
|
+
- **Official Documentation**: [Phala Cloud Docs](https://docs.phala.com/phala-cloud/what-is/what-is-phala-cloud)
|
|
513
513
|
- **Dashboard**: [Phala Cloud Dashboard](https://cloud.phala.network)
|
|
514
514
|
- **NPM Package**: [phala on npm](https://www.npmjs.com/package/phala)
|
|
515
515
|
- **Support**: [Phala Network Discord](https://discord.gg/phala-network)
|
package/dist/index.js
CHANGED
|
@@ -4749,7 +4749,7 @@ __export(exports_version, {
|
|
|
4749
4749
|
BUILD_TIME: () => BUILD_TIME,
|
|
4750
4750
|
BUILD_ENV: () => BUILD_ENV
|
|
4751
4751
|
});
|
|
4752
|
-
var CLI_VERSION = "1.6.5-alpha.
|
|
4752
|
+
var CLI_VERSION = "1.6.5-alpha.6", CLI_NAME = "@elizaos/cli", CLI_DESCRIPTION = "elizaOS CLI - Manage your AI agents and plugins", BUILD_TIME = "2025-11-17T18:20:29.174Z", BUILD_ENV = "production", version_default;
|
|
4753
4753
|
var init_version = __esm(() => {
|
|
4754
4754
|
version_default = {
|
|
4755
4755
|
version: CLI_VERSION,
|
|
@@ -313381,5 +313381,5 @@ main().catch((error46) => {
|
|
|
313381
313381
|
process.exit(1);
|
|
313382
313382
|
});
|
|
313383
313383
|
|
|
313384
|
-
//# debugId=
|
|
313384
|
+
//# debugId=A89A9ECE9C88F60964756E2164756E21
|
|
313385
313385
|
//# sourceMappingURL=index.js.map
|