We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11da438 commit bb24b16Copy full SHA for bb24b16
internal/boxcli/cloud.go
@@ -27,7 +27,6 @@ func CloudCmd() *cobra.Command {
27
Long: "Remote development environments on the cloud. All cloud commands " +
28
"are currently in developer preview and may have some rough edges. " +
29
"Please report any issues to https://github.com/jetpack-io/devbox/issues",
30
- Hidden: true,
31
RunE: func(cmd *cobra.Command, args []string) error {
32
return cmd.Help()
33
},
0 commit comments