Skip to content

Commit

Permalink
add --host-ip flag to recreate
Browse files Browse the repository at this point in the history
  • Loading branch information
zbconsys committed Jun 6, 2024
1 parent 4064ee9 commit dc6c7a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/recreate/recreate.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ var recreateCmd = &cobra.Command{
func GetCmd() *cobra.Command {
recreateCmd.Flags().String(flagnames.SbcFqdn, "", "fqdn of the sbc cluster to restart")
recreateCmd.Flags().String(flagnames.LogLevel, "info", "set log level")
recreateCmd.Flags().String(flagnames.HostIP, "", "the static lan ip address of the docker host")

_ = recreateCmd.MarkFlagRequired(flagnames.SbcFqdn)

Expand Down

0 comments on commit dc6c7a2

Please sign in to comment.