@tameflare/cli 0.10.3 → 0.10.4

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.
@@ -41,7 +41,7 @@ function logsCommand() {
41
41
  .description("View traffic logs in the dashboard")
42
42
  .action(async () => {
43
43
  const cfg = (0, utils_1.requireConfig)();
44
- const url = `${cfg.dashboard_url}/dashboard/actions`;
44
+ const url = `${cfg.dashboard_url}/dashboard/traffic`;
45
45
  console.log(`[TF] Traffic logs are available in the dashboard:`);
46
46
  console.log(` ${url}`);
47
47
  console.log("");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tameflare/cli",
3
- "version": "0.10.3",
3
+ "version": "0.10.4",
4
4
  "description": "TameFlare CLI - secure and govern AI agent traffic through a transparent proxy gateway",
5
5
  "bin": {
6
6
  "tf": "dist/index.js"