Metadata-Version: 2.4
Name: platova
Version: 0.1.2
Summary: Deploy static web apps in seconds — CLI for Platova.
Description-Content-Type: text/markdown
Requires-Dist: annotated-doc
Requires-Dist: certifi
Requires-Dist: charset-normalizer
Requires-Dist: click
Requires-Dist: colorama
Requires-Dist: idna
Requires-Dist: markdown-it-py
Requires-Dist: mdurl
Requires-Dist: Pygments
Requires-Dist: python-dotenv
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: shellingham
Requires-Dist: typer
Requires-Dist: urllib3
Requires-Dist: keyring

# Platova CLI

Deploy static web apps in seconds. Custom domains, instant deploys,
zero complexity.

## Install

    pip install platova

## Quick start

    platova login
    platova deploy

## Commands

| Command | Description |
|---|---|
| `platova login` | Log in to your Platova account |
| `platova deploy [path]` | Build and deploy a project |
| `platova projects` | List your projects |
| `platova open <name>` | Open a project's live URL |
| `platova history <name>` | View deployment history |
| `platova rollback <name> <version>` | Roll back to a previous version |
| `platova logs <name> <version>` | View logs for a deployment |
| `platova status` | Check API status |

## Links

- [Documentation](https://platova.ai/docs)
- [Website](https://platova.ai)
