Skip to content

Commit 4ce9fce

Browse files
authored
Hide devbox cloud cli command for now in favor of devbox.sh (#1101)
## Summary Hide devbox cloud cli command for now as we decided that devbox.sh will be the primary way to create a vm, and a user can ssh into that vm directly with local credentials ## How was it tested? devbox run build devbox help
1 parent cbe9e11 commit 4ce9fce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/boxcli/cloud.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ func cloudCmd() *cobra.Command {
2929
Long: "Remote development environments on the cloud. All cloud commands " +
3030
"are currently in developer preview and may have some rough edges. " +
3131
"Please report any issues to https://github.com/jetpack-io/devbox/issues",
32+
Hidden: true,
3233
RunE: func(cmd *cobra.Command, args []string) error {
3334
return cmd.Help()
3435
},

0 commit comments

Comments
 (0)