Skip to content

Commit

Permalink
fix(internal): Add missing parameter to a cloud command example (#1541)
Browse files Browse the repository at this point in the history
Reviewed-by: Alexander Jung <alex@unikraft.io>
Approved-by: Alexander Jung <alex@unikraft.io>
  • Loading branch information
nderjung authored Apr 16, 2024
2 parents 121bd15 + 505f84f commit 21913b4
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 21913b4

Please sign in to comment.