Package icon

Logably.CLI 1.0.0

by Noundry

Logably CLI (lgby)

Command-line interface for the Logably.net logging service.

Installation

# Install globally
dotnet tool install --global Logably.CLI

# Update to latest version
dotnet tool update --global Logably.CLI

# Uninstall
dotnet tool uninstall --global Logably.CLI

Quick Start

# Configure API endpoint
lgby config set endpoint https://api.logably.net

# Set API key
lgby config set api-key lgy_your_api_key_here

# Query logs
lgby query --search "error" --level error

# Get specific log
lgby get abc123xyz789

Features

  • 📝 Submit Logs - Create log entries from the command line
  • 🔍 Search Logs - Full-text search with filters
  • 🔑 Manage API Keys - Generate and revoke API keys
  • 📊 Multiple Formats - Output as table, JSON, or CSV
  • ⚙️ Configuration - Persistent settings for endpoint and authentication

Documentation

For complete documentation, see:

Usage

# Display help
lgby --help

# Query logs
lgby query --search "error" --from "2025-10-01" --limit 50

# Submit a log
lgby submit --message "Application started" --level info --source "my-app"

# List API keys
lgby keys list

# View configuration
lgby config list

Support

License

MIT License - see LICENSE for details.

This package has no dependencies.

Initial release of Logably CLI tool. Query logs, submit logs, and manage API keys from the command line.

Version Downloads Last Updated
1.0.0 Current 0 10/10/2025

Info

Statistics

Total Downloads
0
Current Version Downloads
0

Authors

Noundry