UNPKG

@five-vm/cli

Version:

High-performance CLI for Five VM development with WebAssembly integration

12 lines 355 B
/** * Five CLI Deploy Command * * Deploy Five VM bytecode to Solana networks with automatic program creation, * upgrade management, and deployment verification. */ import { CommandDefinition } from '../types.js'; /** * Five deploy command implementation */ export declare const deployCommand: CommandDefinition; //# sourceMappingURL=deploy.d.ts.map