Represents an age-keygen command.
new
AgeKeygenCommand(args?: CommandArgs,options?: CommandOptions,)
Represents the age-keygen CLI command.
the age module provides a simple way to execute age commands.
Represents an age-keygen command.
AgeKeygenCommand(args?: CommandArgs,options?: CommandOptions,)
Represents the age-keygen CLI command.
Add Package
deno add jsr:@spawn/age
Import symbol
import { AgeKeygenCommand } from "@spawn/age/command";
---- OR ----
Import directly with a jsr specifier
import { AgeKeygenCommand } from "jsr:@spawn/age/command";
Add Package
npx jsr add @spawn/age
Import symbol
import { AgeKeygenCommand } from "@spawn/age/command";
Add Package
yarn dlx jsr add @spawn/age
Import symbol
import { AgeKeygenCommand } from "@spawn/age/command";
Add Package
pnpm dlx jsr add @spawn/age
Import symbol
import { AgeKeygenCommand } from "@spawn/age/command";
Add Package
bunx jsr add @spawn/age
Import symbol
import { AgeKeygenCommand } from "@spawn/age/command";