Metadata-Version: 2.4
Name: cybr-tenant-cli
Version: 0.3.0
Author-email: Dylan Lewis <dylan17525@gmail.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: typer<0.25.0,>=0.24.1
Requires-Dist: questionary<3.0.0,>=2.1.1
Requires-Dist: pyperclip<2.0.0,>=1.11.0
Requires-Dist: rich>=13.0.0
Requires-Dist: cryptography<46.0.0,>=45.0.0

# maccount

A CLI tool to manage tenant accounts and launch them in incognito mode with credentials automatically copied to clipboard.

## Installation

```bash
pip install cybr-tenant-cli
```

## Usage

```bash
# List all accounts (also runs if no subcommand is given)
maccount
maccount list

# Add a new account
maccount add

# Open an account in incognito mode (defaults to Prisma Access Browser)
maccount open

# Open an account in a specific browser (prisma, chrome, brave, edge, firefox)
maccount open --browser chrome
maccount open -b firefox

# Delete an account
maccount delete

# Show version
maccount --version
```

## Features

- Store multiple tenant account credentials with master-password encryption
- Launch login URLs in incognito/private mode (Prisma Access Browser by default, or Chrome, Brave, Edge, Firefox via `--browser`)
- Auto-copy email and password to clipboard at the right moment
- Interactive account selection with arrow keys
