Creating and Deploying the application using CLI
Requierments
Installation
$ yarn global add @adminjs/cloud-cliConfiguration
Options
include string[] A list of files/directories you wish to deploy.Example
{
"include": [
"public",
"dist",
"src",
".env",
"package.json",
"tsconfig.json",
"yarn.lock"
]
}Starting the application
Commands
#create
Parameters
Usage
#deploy
Parameters
Usage
Last updated