MCPcopy
hub / github.com/deepnote/deepnote / getWelcomeText

Function getWelcomeText

packages/cli/src/cli.ts:867–875  ·  view source on GitHub ↗

* Returns the welcome text displayed in help output.

()

Source from the content-addressed store, hash-verified

865 * Returns the welcome text displayed in help output.
866 */
867function getWelcomeText(): string {
868 return `${chalk.bold.cyan('Deepnote CLI')} - Run Deepnote projects from the command line
869
870${chalk.dim('Run .deepnote files locally or on Deepnote Cloud for data science workflows,')}
871${chalk.dim('automation, CI/CD pipelines, and interactive development.')}
872
873${chalk.dim('Documentation:')} ${chalk.underline('https://deepnote.com/docs/getting-started')}
874${chalk.dim('Repository:')} ${chalk.underline('https://github.com/deepnote/deepnote')}`
875}
876
877/**
878 * Parses command line arguments and runs the CLI.

Callers 1

createProgramFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected