Metadata-Version: 2.4
Name: sudodocs-cli
Version: 1.0.1
Summary: Command-line interface and Headless API client for SudoDocs
Author: SudoDocs
License-Expression: LicenseRef-Proprietary
Project-URL: Homepage, https://sudodocs.com
Project-URL: Documentation, https://docs.sudodocs.com/cli-guide
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click>=8.1.7
Requires-Dist: requests>=2.31.0
Requires-Dist: PyYAML>=6.0.1

# sudodocs-cli

Command-line interface and Headless API client for [SudoDocs](https://sudodocs.com) - automated documentation for technical teams. Trigger repository syncs, convert specs to docs, manage your Knowledge Base, and administer users, integrations, and settings from a terminal or CI/CD pipeline instead of the dashboard.

**Requires a SudoDocs Enterprise plan.** The CLI is an Enterprise-only feature - every command authenticates against your organization's SudoDocs account and fails with an upgrade message on other plans.

## Install

```bash
pip install sudodocs-cli
```

## Quick Start

```bash
sudodocs login              # opens your browser to approve a device login
sudodocs whoami              # confirm who you're logged in as
sudodocs sync --integration-id 42
```

See the full [CLI Guide](https://docs.sudodocs.com/cli-guide) for every available command, one page per SudoDocs feature it automates.

## License

Proprietary - use of this tool is governed by the [SudoDocs Terms of Service](https://sudodocs.com/terms). Source is provided for transparency and issue reporting, not for redistribution or reuse outside SudoDocs.
