@gnome/consul-cli@0.0.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
gnomejs/consul-cliThe consul-cli module provides a simple way to execute consul commands
@gnome/consul-cli
Overview
The consul-cli module provides a simple way to execute
consul commands.
The module relies upon the @gnome/exec module and
has the same basic usage as the Command and ShellCommand class.
Basic Usage
import { consul } from "@gnome/consul-cli"; const result = consul("--version"); console.log(result.code); console.log(result.text());
Built and signed on
GitHub Actions
Add Package
deno add jsr:@gnome/consul-cli
Import symbol
import * as consul_cli from "@gnome/consul-cli";
Import directly with a jsr specifier
import * as consul_cli from "jsr:@gnome/consul-cli";
Add Package
pnpm i jsr:@gnome/consul-cli
pnpm dlx jsr add @gnome/consul-cli
Import symbol
import * as consul_cli from "@gnome/consul-cli";
Add Package
yarn add jsr:@gnome/consul-cli
yarn dlx jsr add @gnome/consul-cli
Import symbol
import * as consul_cli from "@gnome/consul-cli";
Add Package
vlt install jsr:@gnome/consul-cli
Import symbol
import * as consul_cli from "@gnome/consul-cli";
Add Package
npx jsr add @gnome/consul-cli
Import symbol
import * as consul_cli from "@gnome/consul-cli";
Add Package
bunx jsr add @gnome/consul-cli
Import symbol
import * as consul_cli from "@gnome/consul-cli";