0
0
forked from toolshed/abra

refactor!: maintain "domain"

See toolshed/organising#636
This commit is contained in:
2025-01-03 08:24:03 +01:00
parent 2dc8034c16
commit 1194f3b228
23 changed files with 36 additions and 36 deletions

View File

@ -13,7 +13,7 @@ import (
)
var AppCheckCommand = &cobra.Command{
Use: "check <app> [flags]",
Use: "check <domain> [flags]",
Aliases: []string{"chk"},
Short: "Ensure an app is well configured",
Long: `Compare env vars in both the app ".env" and recipe ".env.sample" file.