MCPcopy Create free account
hub / github.com/api3dao/airnode / drawHeader

Function drawHeader

packages/airnode-deployer/src/cli/index.ts:14–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12import { deploymentInfo, fetchFiles, listAirnodes, removeAirnode } from '../infrastructure';
13
14function drawHeader() {
15 loggerUtils.log(
16 [
17 ' ___ _ _ ',
18 ' / _ \\(_) | | ',
19 '/ /_\\ \\_ _ __ _ __ ___ __| | ___ ',
20 "| _ | | '__| '_ \\ / _ \\ / _` |/ _ \\",
21 '| | | | | | | | | | (_) | (_| | __/',
22 '\\_| |_/_|_| |_| |_|\\___/ \\__,_|\\___|',
23 '',
24 ` Airnode v${getNodeVersion()}`,
25 '',
26 ].join('\n')
27 );
28}
29
30async function runCommand(command: () => Promise<any>) {
31 const goCommand = await go(command);

Callers 1

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected