@solongate/proxy 0.82.23 → 0.82.24
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/index.js +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15972,7 +15972,9 @@ function printHelp() {
|
|
|
15972
15972
|
head("Setup & status");
|
|
15973
15973
|
cmd("solongate", "open the dataroom UI (login, policies, audit, settings)");
|
|
15974
15974
|
cmd("doctor [--json]", "health check: login, policy, guard, local logs");
|
|
15975
|
-
cmd("logs-server", "
|
|
15975
|
+
cmd("logs-server start", "start the local audit-log service for the dashboard (background)");
|
|
15976
|
+
cmd("logs-server stop", "stop AND disable it (only this makes it stay down)");
|
|
15977
|
+
cmd("logs-server status", "show the local audit-log service status");
|
|
15976
15978
|
head("Policies");
|
|
15977
15979
|
cmd("policy list", "list all policies");
|
|
15978
15980
|
cmd("policy show <id> [--version N]", "show one policy (rules, mode)");
|
|
@@ -16009,6 +16011,7 @@ function printHelp() {
|
|
|
16009
16011
|
cmd("webhooks add --url <https://\u2026> [--events denials|allowed|all]", "event webhook");
|
|
16010
16012
|
cmd("webhooks remove <id>");
|
|
16011
16013
|
head("Policy sync");
|
|
16014
|
+
cmd("list [--policy-id <ID>]", "list cloud policies (or show one)");
|
|
16012
16015
|
cmd("pull --policy-id <ID> [--file f]", "pull a cloud policy to a local file");
|
|
16013
16016
|
cmd("push --policy-id <ID> [--file f]", "push a local policy file to the cloud");
|
|
16014
16017
|
console.log("");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.82.
|
|
3
|
+
"version": "0.82.24",
|
|
4
4
|
"description": "AI tool security proxy: protect any AI tool server with customizable policies, path/command constraints, rate limiting, and audit logging. No code changes required.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|