File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 scw container deploy [arg=value ...]
77
88ARGS:
9- [name] Name of the application (defaults to build-source's directory name)
10- [dockerfile=Dockerfile] Path to the Dockerfile
11- [build-source=.] Path to the build context
12- [cache=true] Use cache when building the image
13- [build-args.{key}] Build-time variables
14- [port=8080] Port to expose
15- [namespace-id] Container Namespace ID to deploy to
16- [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw | all)
9+ [name] Name of the application (defaults to build-source's directory name)
10+ [builder=paketobuildpacks/builder:base] Builder image to use
11+ [dockerfile=Dockerfile] Path to the Dockerfile
12+ [force-builder=false] Force the use of the builder image (even if a Dockerfile is present)
13+ [build-source=.] Path to the build context
14+ [cache=true] Use cache when building the image
15+ [build-args.{key}] Build-time variables
16+ [port=8080] Port to expose
17+ [namespace-id] Container Namespace ID to deploy to
18+ [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw | all)
1719
1820FLAGS:
1921 -h, --help help for deploy
You can’t perform that action at this time.
0 commit comments