@mutagent/cli 0.1.192 → 0.1.193
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/bin/cli.js +2 -2
- package/dist/bin/cli.js.map +5 -5
- package/package.json +1 -1
package/dist/bin/cli.js
CHANGED
|
@@ -10035,7 +10035,7 @@ After every CLI command:
|
|
|
10035
10035
|
- **CI / automated**: \`export MUTAGENT_API_KEY=mt_... && mutagent login --json\` -- no browser, no prompts.
|
|
10036
10036
|
- **Onboarding a user**: \`mutagent login --browser --json\` -- CLI prints auth URL to stdout, polls 5 min. **Surface the URL verbatim to the user.** \`--non-interactive\` is NOT needed when \`--browser\` is set.
|
|
10037
10037
|
|
|
10038
|
-
\`mutagent login\` is canonical. \`mutagent auth login\` is a back-compat alias. Both delegate to
|
|
10038
|
+
\`mutagent login\` is canonical. \`mutagent auth login\` is a back-compat alias. Both delegate to a single shared implementation; they are thin wrappers and stay that way by design.
|
|
10039
10039
|
|
|
10040
10040
|
---
|
|
10041
10041
|
|
|
@@ -13760,5 +13760,5 @@ if (isInteractive && !isSkillCommand) {
|
|
|
13760
13760
|
}
|
|
13761
13761
|
program.parse();
|
|
13762
13762
|
|
|
13763
|
-
//# debugId=
|
|
13763
|
+
//# debugId=A09C6E604196CA3164756E2164756E21
|
|
13764
13764
|
//# sourceMappingURL=cli.js.map
|