npx serverize deploy

Description
Usagenpx serverize deploy [options]

Deploy an application using a Dockerfile or Docker Compose file

Tip

Arguments or options enclosed in<> are required, while those enclosed in [] are optional.

OptionDescriptionDefault
-f, --file [dockerfilepath]Path to a Dockerfile relative to —cwd. ignored if —image is presentDockerfile
-i, --image [image]Docker image to deploy.
--context [context]Docker build context.
-o, --output-file <outputFile>Write output to a file
--cwd [cwd]Project directory$(pwd)
-c, --channel <channel>Channel name (dev or preview)dev
-r, --release <release>Release namelatest
-p, --project-name <projectName>The project name