Skip to content

Commit

Permalink
added status cmd to root.go
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneeth-dev committed Nov 14, 2023
1 parent 1396c6f commit 1f46207
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func BuildRoot() *cobra.Command {
rootCmd := NewRootCmd()

rootCmd.AddCommand(NewCreateCmd())
// rootCmd.AddCommand(NewStatusCmd())
rootCmd.AddCommand(NewStatusCmd())
// rootCmd.AddCommand(NewDeleteCmd())
// rootCmd.AddCommand(NewStartCmd())
// rootCmd.AddCommand(NewStopCmd())
Expand Down
123 changes: 123 additions & 0 deletions vendor/github.com/loft-sh/devpod/pkg/client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ github.com/kballard/go-shellquote
## explicit
# github.com/loft-sh/devpod v0.0.3-0.20230512100016-aee23bbc9aad
## explicit; go 1.19
github.com/loft-sh/devpod/pkg/client
github.com/loft-sh/devpod/pkg/config
github.com/loft-sh/devpod/pkg/hash
github.com/loft-sh/devpod/pkg/log
Expand Down

0 comments on commit 1f46207

Please sign in to comment.