AbstractThe type of nest application
The options
ProtectedcontainerThe application container
Protected ReadonlyoptionsThe options to bootstrap
ProtectedserviceThe console service
Boot the console
The list of arguments to pass to the cli, default are process.argv
AbstractcreateAn 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
ProtecteduseActivate the decorators scanner
An abstract class to boot a nest application