Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mishguru/logview-cli

Package Overview
Dependencies
Maintainers
13
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mishguru/logview-cli

Logview CLi

  • 4.6.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
13
Weekly downloads
 
Created
Source

Log View CLI

Installation

npm install -g @mishguru/logview-cli

Usage

logv

Display a list of logs

Commands:
  logv edit-config    Open the server config in your editor
  logv filter         Display a list of logs                                               [default]
  logv read [ids...]  Display details about selected logs
  logv use [server]   Set which server to use by default

Options:
  --version             Show version number                                                [boolean]
  --server              Which server to use from the config      [choices: "internal", "production"]
  --disable-selfupdate  Prevents the app from automatically updating itself                [boolean]
  --help                Show help                                                          [boolean]
  --follow, -f          Append new logs as they are created               [boolean] [default: false]
  --lines, -n           Number of logs to retrieve                            [number] [default: 20]
  --format                                                              [string] [default: "pretty"]
  --user, -u            A list of user IDs to filter logs by                                 [array]
  --sentFrom, -s        A list of service names to filter logs by                            [array]
  --type, -t            A list of topic type to filter logs by                               [array]
  --payload, -p         Filter logs by payload using SQL LIKE                               [string]
  --before, -b          Only display logs with an ID before the specified ID                [string]
  --after, -a           Only display logs with an ID after the specified ID                 [string]
  --sent-before         Only display logs created before the specified date                 [string]
  --sent-after          Only display logs created after the specified date                  [string]

FAQs

Package last updated on 13 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc