Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pomdtr/vt
A Companion Cli for val.town
https://github.com/pomdtr/vt
deno valtown
Last synced: 3 months ago
JSON representation
A Companion Cli for val.town
- Host: GitHub
- URL: https://github.com/pomdtr/vt
- Owner: pomdtr
- License: mit
- Created: 2023-06-18T07:03:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T18:14:32.000Z (4 months ago)
- Last Synced: 2024-09-30T08:04:57.495Z (3 months ago)
- Topics: deno, valtown
- Language: TypeScript
- Homepage:
- Size: 329 KB
- Stars: 27
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vt - A companion cli for val.town
## Installation
You will need to install [deno](https://deno.com/) first.
```bash
deno install -Agf jsr:@pomdtr/vt
```## Features
```console
$ vt --helpUsage: vt
Version: 1.11.0Options:
-h, --help - Show this help.
-V, --version - Show the version number for this program.Commands:
val - Manage Vals.
blob - Manage Blobs
table - Manage sqlite tables.
api - Make an API request.
completions - Generate shell completions.
email - Send an email.
query - Execute a query.
upgrade - Upgrade vt executable to latest or given version.
```Run `vt completions --help` for instructions on how to enable shell completions.
## Authentication
Set the `VAL_TOWN_API_KEY` environment variable in your `~/.bashrc` or equivalent. You can generate a new one from .
## Upgrading vt
```bash
vt upgrade
```