cli, gapi: Add more information that deploy is running
There can be a non-obvious pause, so give some hint here...
This commit is contained in:
@@ -329,6 +329,7 @@ func (obj *GAPI) Cli(info *gapi.Info) (*gapi.Deploy, error) {
|
||||
}
|
||||
|
||||
// get the list of needed files (this is available after SetScope)
|
||||
logf("collecting files...")
|
||||
fileList, err := ast.CollectFiles(iast)
|
||||
if err != nil {
|
||||
return nil, errwrap.Wrapf(err, "could not collect files")
|
||||
|
||||
Reference in New Issue
Block a user