Skip to content

Commit 89f44f3

Browse files
committed
debug instance args
1 parent 2a9a436 commit 89f44f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/create.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package cmd
33
import (
44
"context"
55
"encoding/base64"
6+
"fmt"
67

78
"github.com/loft-sh/devpod/pkg/log"
89
"github.com/loft-sh/devpod/pkg/ssh"
@@ -114,5 +115,7 @@ func buildInstance(options *options.Options) (*govultr.InstanceCreateReq, error)
114115
Tags: []string{"devpod"},
115116
}
116117

118+
fmt.Printf("%#v\n", instance)
119+
117120
return instance, nil
118121
}

0 commit comments

Comments
 (0)