@elizaos/cli 1.0.0 → 1.0.1
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.
|
@@ -138,11 +138,7 @@ Plugin: ${name}`);
|
|
|
138
138
|
handleError(error);
|
|
139
139
|
}
|
|
140
140
|
});
|
|
141
|
-
plugins.command("add").alias("install").description("Add a plugin to the project").argument("<plugin>", 'plugins name (e.g., "abc", "plugin-abc", "elizaos/plugin-abc")').option("-n, --no-env-prompt", "Skip prompting for environment variables").option(
|
|
142
|
-
"-b, --branch <branchName>",
|
|
143
|
-
"Branch to install from when using monorepo source",
|
|
144
|
-
"main"
|
|
145
|
-
).option("-T, --tag <tagname>", "Specify a tag to install (e.g., beta)").action(async (pluginArg, opts) => {
|
|
141
|
+
plugins.command("add").alias("install").description("Add a plugin to the project").argument("<plugin>", 'plugins name (e.g., "abc", "plugin-abc", "elizaos/plugin-abc")').option("-n, --no-env-prompt", "Skip prompting for environment variables").option("-b, --branch <branchName>", "Branch to install from when using monorepo source", "main").option("-T, --tag <tagname>", "Specify a tag to install (e.g., beta)").action(async (pluginArg, opts) => {
|
|
146
142
|
const cwd = process.cwd();
|
|
147
143
|
const directoryInfo = detectDirectoryType(cwd);
|
|
148
144
|
if (!directoryInfo.hasPackageJson) {
|
package/dist/commands/plugins.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "elizaOS CLI - Manage your AI agents and plugins",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -73,13 +73,13 @@
|
|
|
73
73
|
"vitest": "^1.3.1",
|
|
74
74
|
"yoctocolors": "^2.1.1"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "990909cd4fc651f0242b346b05680a88264876be",
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@electric-sql/pglite": "^0.2.17",
|
|
79
|
-
"@elizaos/core": "^1.0.
|
|
80
|
-
"@elizaos/plugin-local-ai": "^1.0.0
|
|
81
|
-
"@elizaos/plugin-openai": "^1.0.0
|
|
82
|
-
"@elizaos/plugin-sql": "^1.0.
|
|
79
|
+
"@elizaos/core": "^1.0.1",
|
|
80
|
+
"@elizaos/plugin-local-ai": "^1.0.0",
|
|
81
|
+
"@elizaos/plugin-openai": "^1.0.0",
|
|
82
|
+
"@elizaos/plugin-sql": "^1.0.1",
|
|
83
83
|
"@noble/curves": "^1.6.0",
|
|
84
84
|
"@types/express": "^5.0.2",
|
|
85
85
|
"@types/multer": "^1.4.12",
|
|
Binary file
|