borisstoyanov commented on code in PR #131: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/131#discussion_r1169629790
########## cmk.go: ########## @@ -70,6 +82,10 @@ func main() { } if *profile != "" { + if !existsProfileCache(*profile, cfg) { + fmt.Printf("Cannot find a cache file for the profile: %s\n", *profile) + os.Exit(1) Review Comment: agree with the approach -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org