nooschain / cli/commands/certs / runCertsCommand
Function: runCertsCommand()
runCertsCommand(
args):Promise<{generated:boolean;outputDir:string; }>
Defined in: cli/commands/certs.ts:30
Dispatches noos certs subcommands.
dev-generate creates local development certificates by invoking the root dev:certs script. The generated private keys stay on disk and are not printed by the CLI.
Parameters
args
string[]
Returns
Promise<{ generated: boolean; outputDir: string; }>