mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 14:04:17 -04:00
cli: improve user warning / information (#1933)
* print success * warn when debug img but !debugCluster * malte feedback * rename to IsNamedLikeDebugImage
This commit is contained in:
parent
2808012c9c
commit
be4a636361
4 changed files with 34 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue