balena-cli
Version:
The official balena Command Line Interface
12 lines (11 loc) • 404 B
TypeScript
import { Command } from '@oclif/core';
export default class ReleaseAssetListCmd extends Command {
static enableJsonFlag: boolean;
static description: string;
static examples: string[];
static args: {
commitOrId: import("@oclif/core/lib/interfaces").Arg<string | number, Record<string, unknown>>;
};
static authenticated: boolean;
run(): Promise<string | undefined>;
}