cli: improve user warning / information (#1933)

* print success

* warn when debug img but !debugCluster

* malte feedback

* rename to IsNamedLikeDebugImage
This commit is contained in:
Adrian Stobbe 2023-06-19 16:51:39 +02:00 committed by GitHub
parent 2808012c9c
commit be4a636361
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 0 deletions

View file

@ -161,6 +161,7 @@ func (cfm *configFetchMeasurementsCmd) configFetchMeasurements(
return err
}
cfm.log.Debugf("Configuration written to %s", flags.configPath)
cmd.Print("Successfully fetched measurements and updated Configuration\n")
return nil
}