Update cli.go

This commit is contained in:
Daniel Hougaard
2024-08-28 05:35:03 +04:00
parent 7e2d093e29
commit 5138d588db

View File

@ -110,15 +110,6 @@ type InjectableEnvironmentResult struct {
SecretsCount int
}
type ExecuteCommandHotReloadParameters struct {
Enabled bool
GetSecretsDetails GetAllSecretsParameters
ProjectConfigDir string
SecretOverriding bool
ExpandSecrets bool
CurrentETag string
}
type GetAllFoldersParameters struct {
WorkspaceId string
Environment string