Metadata-Version: 2.4
Name: lumos-identity-cli
Version: 0.0.0.dev1
Summary: Lumos command line interface.
Project-URL: Homepage, https://github.com/teamlumos/lumos-cli
Project-URL: Repository, https://github.com/teamlumos/lumos-cli
Project-URL: Issues, https://github.com/teamlumos/lumos-cli/issues
Author: lumos-dev
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <4,>=3.10.6
Requires-Dist: click-extra<8,>=7.4.0
Requires-Dist: pick<3,>=2.2.0
Requires-Dist: pydantic<3,>=2.6.0
Requires-Dist: pytz>=2024.1
Requires-Dist: requests<3,>=2.31.0
Requires-Dist: tabulate<1,>=0.9.0
Description-Content-Type: text/markdown

# Lumos CLI

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

## Installation

### Homebrew (macOS and Linux)

```shell
brew install teamlumos/tap/lumos
```

### PyPI (Python environments)

```shell
pip install lumos-identity-cli
```

### Other Methods

See [Installation Guide](docs/installation.md) for pip, uv, and binary installation options.

## Quick Start

```shell
# Setup authentication
lumos setup

# Check current user
lumos whoami

# List available apps
lumos list apps --like github

# Request access
lumos request
```

## Documentation

- **[Installation](docs/installation.md)** - Detailed installation instructions for all platforms
- **[Examples](docs/examples.md)** - Usage examples with code samples
- **[CLI Reference](docs/reference.md)** - Complete command reference

Online documentation: [teamlumos.github.io/lumos-cli](https://teamlumos.github.io/lumos-cli/)

## Development

See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and guidelines.

## License

MIT
