Registry / devops / vona-cli-set-api

vona-cli-set-api

JSON →
library1.1.51jsnpmunverified

Vona CLI Set-API is a command-line interface tool for configuring API endpoints in the Vona framework. Version 1.1.51 is the latest stable release (as of metadata). This package is tightly coupled with the Vona ecosystem, providing a CLI command to set API URLs for Vona-based applications. It has minimal dependencies and is intended for use within Vona projects. There is no active development observed, and alternatives like dotenv or environment variables are more flexible for general use.

npm install vona-cli-set-api
INSTALL
IMPORT
SIG · VONA-CLI-SET-API
V
vona-cli-set-api
devopsjavascriptv1.1.51
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import vCliSetApi from 'vona-cli-set-api'
const vCliSetApi = require('vona-cli-set-api')
Package is ESM-only. CommonJS require will fail.
setApi
import { setApi } from 'vona-cli-set-api'
import { setApi } from 'vona-cli-set-api'
Named export may not exist; check package exports.

Shows how to import and use the setApi function to configure an API endpoint in a Vona project.

import { setApi } from 'vona-cli-set-api'; // Set the API endpoint URL setApi('https://api.example.com');
vona --version
Debug
Known issues
gotchaPackage is ESM-only; using require() will throw an error.
fix
Use import syntax or dynamic import() if in a CommonJS context.
affects: >=1.0.0
gotchaThis package is tightly coupled with the Vona framework; may not work outside Vona projects.
fix
Ensure your project is a Vona application before using this tool.
affects: >=1.0.0
Errors
Common errors & fixes
Cannot find module 'vona-cli-set-api'
Package not installed or npm registry not accessible.
fix
Run `npm install vona-cli-set-api` in your project directory.
ERR_REQUIRE_ESM
Using require() on an ESM-only package.
fix
Switch to import statement or use dynamic import() if in CommonJS.
Upgrade
Version history
1.1.51latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
2
Resources
vona-cli-set-api — npm install vona-cli-set-api · libregistry