Metadata-Version: 2.4
Name: vtx-cli
Version: 0.1.7
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
License-File: LICENSE
Summary: VTX CLI
Keywords: wasm,cli,plugin,vtx
Home-Page: https://github.com/vtxdeo/vtx-cli
Author: Vtxdeo
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/vtxdeo/vtx-cli
Project-URL: Repository, https://github.com/vtxdeo/vtx-cli

# vtx-cli

## Install (Linux/macOS)

```sh
curl -fsSL https://raw.githubusercontent.com/vtxdeo/vtx-cli/main/install.sh | sh
```

Update by running the same command again. To pin a version:

```sh
VERSION=v1.2.3 sh install.sh
```

More options:

```sh
QUIET=1 sh install.sh
GITHUB_TOKEN=... sh install.sh
sh install.sh --help
```

## Install (npm)

```sh
npm install -g @vtx/cli
```

