Skip to main content

@pomdtr/vt@1.11.3
Built and signed on GitHub Actions

latest
pomdtr/vt

A companion cli for Val Town

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
76%
Published
2 months ago (1.11.3)

vt - A companion cli for val.town

Installation

You will need to install deno first.

deno install -Agf jsr:@pomdtr/vt

Features

$ vt --help

Usage:   vt
Version: 1.11.0

Options:

  -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          <url-or-path>  - Make an API request.
  completions                 - Generate shell completions.
  email                       - Send an email.
  query        <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 https://www.val.town/settings/api.

Upgrading vt

vt upgrade
Built and signed on
GitHub Actions
View transparency log

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@pomdtr/vt

Import symbol

import * as vt from "@pomdtr/vt";
or

Import directly with a jsr specifier

import * as vt from "jsr:@pomdtr/vt";

Add Package

pnpm i jsr:@pomdtr/vt
or (using pnpm 10.8 or older)
pnpm dlx jsr add @pomdtr/vt

Import symbol

import * as vt from "@pomdtr/vt";

Add Package

yarn add jsr:@pomdtr/vt
or (using Yarn 4.8 or older)
yarn dlx jsr add @pomdtr/vt

Import symbol

import * as vt from "@pomdtr/vt";

Add Package

npx jsr add @pomdtr/vt

Import symbol

import * as vt from "@pomdtr/vt";

Add Package

bunx jsr add @pomdtr/vt

Import symbol

import * as vt from "@pomdtr/vt";