Skip to content

Commit

Permalink
fix(internal): add missing parameter to a cloud command example
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dolzhenko <mailbox@dolzhenko.me>
  • Loading branch information
dsdolzhenko committed Apr 13, 2024
1 parent 06e66ab commit 505f84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/kraft/cloud/cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func NewCmd() *cobra.Command {
$ kraft cloud --metro fra0 instance list
# Create a new NGINX instance in Frankfurt and start it immediately
$ kraft cloud instance create -S \
$ kraft cloud --metro fra0 instance create -S \
-p 80:443/http+redirect \
-p 443:8080/http+tls \
nginx:latest
Expand Down

0 comments on commit 505f84f

Please sign in to comment.