Skip to main content
Home

@spawn/az@0.0.2
Built and signed on GitHub Actions

Idiomatic JavaScript wrapper to call the azure cli.

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
100%
Published
a year ago (0.0.2)
function az
az(
args?: CommandArgs,
options?: CommandOptions,
): AzCommand

Invokes the az cli.

Parameters

optional
args: CommandArgs
  • The command arguments.
optional
options: CommandOptions
  • The command options.

Return Type

A new instance of the AzCommand class.

See

  • {AzCommand}

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:@spawn/az

Import symbol

import { az } from "@spawn/az";
or

Import directly with a jsr specifier

import { az } from "jsr:@spawn/az";

Add Package

pnpm i jsr:@spawn/az
or (using pnpm 10.8 or older)
pnpm dlx jsr add @spawn/az

Import symbol

import { az } from "@spawn/az";

Add Package

yarn add jsr:@spawn/az
or (using Yarn 4.8 or older)
yarn dlx jsr add @spawn/az

Import symbol

import { az } from "@spawn/az";

Add Package

vlt install jsr:@spawn/az

Import symbol

import { az } from "@spawn/az";

Add Package

npx jsr add @spawn/az

Import symbol

import { az } from "@spawn/az";

Add Package

bunx jsr add @spawn/az

Import symbol

import { az } from "@spawn/az";