Metadata-Version: 2.1
Name: vdk-server
Version: 0.1.415625538
Summary: Versatile Data Kit SDK plugin that facilitates the installation of a local Control Service.
Home-page: https://github.com/vmware/versatile-data-kit
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown

## Versatile Data Kit Server Plugin

This plugin facilitates installation of the Control Service in a local [Kind](https://kind.sigs.k8s.io/) cluster.

### Usage

To use the plugin, just install it using:
```bash
pip install vdk-server
```

To install the Control Service:
```bash
vdk server --install
```

To remove revious installation:
```bash
vdk server --uninstall
```


