npx serverize shazam

Description
Usagenpx serverize shazam [options]

Detect and deploy a project using a Dockerfile or framework

Tip

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

OptionDescriptionDefault
--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
-i, --image [image]Docker image to deploy.
--framework [framework]Framework to setup
--saveSave the setup
--use-dockerfile-if-existsUse existing Dockerfile if found in [cwd]false
-f, --file [dockerfilepath]Path to a Dockerfile relative to —cwd. ignored if —image is present (default:”$(pwd)/Dockerfile”)