This commit is contained in:
admju
2024-09-10 17:01:54 +00:00
parent 75b7b94a50
commit 4bce096e1f
18 changed files with 315 additions and 75 deletions

View File

@@ -8,7 +8,7 @@ import (
"oc-deploy/generate"
)
func GenerateCmd(project string, version string) {
func GenerateCmd(project string, version string) error {
log.Log().Info().Msg("Generate >> ")
version, err := versionOc.GetFromFile(version)
@@ -24,4 +24,5 @@ func GenerateCmd(project string, version string) {
}
log.Log().Info().Msg(" >> Value : " + fic)
return err
}