From 137c351e6e685f83f041255f8469cf252368e837 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Wed, 15 Jan 2025 15:28:12 -0500 Subject: [PATCH] Add the "build dev" command to "build.md" --- docs/commands/build.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/commands/build.md b/docs/commands/build.md index cb0832f..90f20b1 100644 --- a/docs/commands/build.md +++ b/docs/commands/build.md @@ -13,6 +13,7 @@ $ kamal build Commands: kamal build create # Create a build setup kamal build deliver # Build app and push app image to registry then pull image on servers + kamal build dev # Build development app image using the local directory as the build context kamal build details # Show build setup kamal build help [COMMAND] # Describe subcommands or one specific subcommand kamal build pull # Pull app image from registry onto servers