diff --git a/cmd/dagger/cmd/up.go b/cmd/dagger/cmd/up.go index 6297189a..f0a32b77 100644 --- a/cmd/dagger/cmd/up.go +++ b/cmd/dagger/cmd/up.go @@ -18,6 +18,10 @@ import ( ) var upCmd = &cobra.Command{ + // FIXME: this command will be removed soon + Hidden: true, + Deprecated: "please use `dagger do ACTION` instead", + Use: "up", Short: "Bring an environment online with latest plan and inputs", Args: cobra.MaximumNArgs(1),