Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit af9fafd

Browse files
author
Anca Iordache
committed
APP-304 Update flag for App definition in app build help
Signed-off-by: Anca Iordache <[email protected]>
1 parent 447dd10 commit af9fafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/commands/build/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $ docker app build . -f myapp.dockerapp -t myrepo/myapp:1.0.0`,
6363
flags.StringVar(&opts.progress, "progress", "auto", "Set type of progress output (auto, plain, tty). Use plain to show container output")
6464
flags.BoolVar(&opts.noResolveImage, "no-resolve-image", false, "Do not query the registry to resolve image digest")
6565
flags.StringVarP(&opts.tag, "tag", "t", "", "App image tag, optionally in the 'repo:tag' format")
66-
flags.StringVarP(&opts.folder, "folder", "f", "", "App definition as a .dockerapp directory")
66+
flags.StringVarP(&opts.folder, "file", "f", "", "App definition as a .dockerapp directory")
6767
flags.BoolVar(&opts.pull, "pull", false, "Always attempt to pull a newer version of the App image")
6868
flags.StringArrayVar(&opts.args, "build-arg", []string{}, "Set build-time variables")
6969
flags.BoolVarP(&opts.quiet, "quiet", "q", false, "Suppress the build output and print App image ID on success")

0 commit comments

Comments
 (0)