@nestjs/cli
- Version 12.0.1
- Published
- 317 kB
- 14 dependencies
- MIT license
Install
npm i @nestjs/cliyarn add @nestjs/clipnpm add @nestjs/cliOverview
Nest - modern, fast, powerful node.js web framework (@cli)
Index
Functions
Classes
Functions
function exit
exit: () => never;function retrieveCols
retrieveCols: () => number;Classes
class AbstractAction
abstract class AbstractAction {}method handle
abstract handle: (context?: any) => Promise<void>;class AddAction
class AddAction extends AbstractAction {}method handle
handle: (context: AddCommandContext) => Promise<void>;class BuildAction
class BuildAction extends AbstractAction {}property fileSystemReader
protected readonly fileSystemReader: FileSystemReader;property loader
protected readonly loader: ConfigurationLoader;property pluginsLoader
protected readonly pluginsLoader: PluginsLoader;property tsConfigProvider
protected readonly tsConfigProvider: TsConfigProvider;property tsLoader
protected readonly tsLoader: TypeScriptBinaryLoader;method createAssetsManager
protected createAssetsManager: () => AssetsManager;Each app build owns its assets manager:
closeWatchers()closes every watcher it holds, so a manager shared across a--parallelrun would let the first app to finish tear down the watchers of apps still building.
method handle
handle: (context: any) => Promise<void>;method runBuild
runBuild: ( apps: (string | undefined)[], options: Record<string, any>, watchMode: boolean, watchAssetsMode: boolean, isDebugEnabled?: boolean, onSuccess?: () => void) => Promise<void>;class DeployAction
class DeployAction extends AbstractAction {}method handle
handle: (context: DeployCommandContext) => Promise<void>;class GenerateAction
class GenerateAction extends AbstractAction {}method handle
handle: (context: GenerateCommandContext) => Promise<void>;class InfoAction
class InfoAction extends AbstractAction {}method handle
handle: () => Promise<void>;class NewAction
class NewAction extends AbstractAction {}method handle
handle: (context: NewCommandContext) => Promise<void>;class StartAction
class StartAction extends BuildAction {}method handle
handle: (context: StartCommandContext) => Promise<void>;class UpgradeAction
class UpgradeAction extends AbstractAction {}method handle
handle: (context: UpgradeCommandContext) => Promise<void>;Package Files (10)
Dependencies (14)
Dev Dependencies (22)
Peer Dependencies (8)
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@nestjs/cli.
- Markdown[](https://www.jsdocs.io/package/@nestjs/cli)
- HTML<a href="https://www.jsdocs.io/package/@nestjs/cli"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3839 ms. - Missing or incorrect documentation? Open an issue for this package.
