Metadata-Version: 2.1
Name: voolu
Version: 0.0.10
Summary: SSH is so last year.
Home-page: https://github.com/voolu/vcli
Author: Voolu Cloud
Author-email: support@voolu.io
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: httpx
Requires-Dist: click
Requires-Dist: inquirer

# Voolu CLI

Simplify terminal access to remote machines using the [voolu network](https://dev.voolu.io).

## Create an account

```bash
vacc create
```

```shell script
[?] Choose a username: username
[?] Choose a password: ********
[?] Re-enter password: ********
```

## Login

```bash
vacc login
```

```bash
[?] Username: username
[?] Password: ********

Logged in and saved token at ~/.voolu/token
```

## Connect host

```bash
vhost my-host
```

## Connect clients

```bash
vsh my-host
```

## Support

For support, please create an issue or email support@voolu.io.

