Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 983 Bytes

File metadata and controls

47 lines (29 loc) · 983 Bytes

Lumos CLI

A command-line interface for the Lumos platform. Manage access requests, list resources, and automate workflows.

Installation

Homebrew (macOS and Linux)

brew install teamlumos/tap/lumos

Other Methods

See Installation Guide for pip, uv, and binary installation options.

Quick Start

# Setup authentication
lumos setup

# Check current user
lumos whoami

# List available apps
lumos list apps --like github

# Request access
lumos request

Documentation

Online documentation: teamlumos.github.io/lumos-cli

Development

See CONTRIBUTING.md for development setup and guidelines.

License

MIT