Skip to content

Commit c8ca75d

Browse files
committed
update usage golden
1 parent e9f9c1f commit c8ca75d

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

cmd/scw/testdata/test-all-usage-container-deploy-usage.golden

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ USAGE:
66
scw container deploy [arg=value ...]
77

88
ARGS:
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

1820
FLAGS:
1921
-h, --help help for deploy

0 commit comments

Comments
 (0)