@solongate/proxy 0.49.0 → 0.50.0

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/login.js CHANGED
@@ -307,7 +307,7 @@ async function main() {
307
307
  }
308
308
  if (!install) {
309
309
  console.log("");
310
- console.log(" Logged in. Run `init --global` to enable system-wide enforcement.");
310
+ console.log(" Logged in. Re-run `login` to enable system-wide enforcement.");
311
311
  return;
312
312
  }
313
313
  console.log("");
@@ -318,8 +318,7 @@ async function main() {
318
318
  console.log(" \u2502 Every Claude Code session on this machine is \u2502");
319
319
  console.log(" \u2502 now guarded by your cloud policy (OPA WASM). \u2502");
320
320
  console.log(" \u2502 \u2502");
321
- console.log(" \u2502 Undo: npx @solongate/proxy init --global \u2502");
322
- console.log(" \u2502 --restore \u2502");
321
+ console.log(" \u2502 Undo: npx @solongate/proxy logout \u2502");
323
322
  console.log(" \u2502 Manage policy: https://dashboard.solongate.com \u2502");
324
323
  console.log(" \u2502 Restart Claude Code to apply. \u2502");
325
324
  console.log(" \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518");