Skip to content

Commit bb24b16

Browse files
committed
cli: enable cloud commands
1 parent 11da438 commit bb24b16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/boxcli/cloud.go

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ func CloudCmd() *cobra.Command {
2727
Long: "Remote development environments on the cloud. All cloud commands " +
2828
"are currently in developer preview and may have some rough edges. " +
2929
"Please report any issues to https://github.com/jetpack-io/devbox/issues",
30-
Hidden: true,
3130
RunE: func(cmd *cobra.Command, args []string) error {
3231
return cmd.Help()
3332
},

0 commit comments

Comments
 (0)