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:
James Shubin
2025-03-12 03:15:23 -04:00
parent 05306e3729
commit 37308b950b
2 changed files with 2 additions and 0 deletions

View File

@@ -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")