A class to boot a nestjs application context from cli
Protected
The application container
Readonly
The options to bootstrap
The console service
Boot the console
The list of arguments to pass to the cli, default are process.argv
An abstract method to create the nest application instance. Could return any kind of NestApplication (headless or not)
Get the options
Get the console service
Init the console application
Activate the decorators scanner
A class to boot a nestjs application context from cli