Metadata-Version: 2.1
Name: remotivelabs-cli
Version: 0.0.1a5
Summary: 
Author: Johan Rask
Author-email: johan.rask@remotivelabs.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: cryptography (==40.0.2)
Requires-Dist: pyjwt (>=2.6.0,<3.0.0)
Requires-Dist: remotivelabs-broker (>=0.1.0,<0.2.0)
Requires-Dist: rich (>=12.6.0,<13.0.0)
Requires-Dist: typer (>=0.6.1,<0.7.0)
Requires-Dist: zeroconf (>=0.64.1,<0.65.0)
Description-Content-Type: text/markdown

# RemotiveLabs - CLI

Use this CLI with our cloud and broker as a compliment to code and web tools.

*NOTE: This is currently an experimental version*

## Install

Requires python 3

```
pip install remotivelabs-cli
remotive --help

Usage: remotive [OPTIONS] COMMAND [ARGS]...

╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────╮
│ --install-completion          Install completion for the current shell.                                 │
│ --show-completion             Show completion for the current shell, to copy it or customize the        │
│                               installation.                                                             │
│ --help                        Show this message and exit.                                               │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ──────────────────────────────────────────────────────────────────────────────────────────────╮
│ cloud            Manage resources in RemotiveCloud                                                      │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```

