@mcp-use/cli 3.5.2-canary.12 → 3.5.2-canary.14
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/dist/commands/env.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -6826,7 +6826,7 @@ async function addEnvCommand(assignment, options) {
|
|
|
6826
6826
|
async function updateEnvCommand(keyOrId, options) {
|
|
6827
6827
|
try {
|
|
6828
6828
|
await requireLogin();
|
|
6829
|
-
if (
|
|
6829
|
+
if (options.value === void 0 && !options.env && options.sensitive === void 0) {
|
|
6830
6830
|
console.error(
|
|
6831
6831
|
source_default.red(
|
|
6832
6832
|
"\u2717 Nothing to update. Provide at least one of --value, --env, --sensitive."
|