We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3296496 commit 88f7fe8Copy full SHA for 88f7fe8
cmd/launch.go
@@ -40,6 +40,12 @@ var launchCmd = &cobra.Command{
40
os.Exit(1)
41
}
42
43
+ if utils.FileExists("./sidekick.yml") {
44
+ pterm.Error.Println("Sidekick config exits in this project.")
45
+ pterm.Info.Println("You can deploy a new version of your application with Sidekick deploy.")
46
+ os.Exit(1)
47
+ }
48
+
49
if utils.FileExists("./Dockerfile") {
50
pterm.Info.Println("Dockerfile detected - scanning file for details")
51
} else {
0 commit comments