@@ -173,14 +173,15 @@ func LinkExistingApp(ctx context.Context, clients *shared.ClientFactory, app *ty
173173 Emoji : "warning" ,
174174 Text : "Warning" ,
175175 Secondary : []string {
176- "Existing apps have manifests configured by app settings" ,
177- "Linking existing apps requires the manifest source to be " + config .ManifestSourceRemote .String (),
178- fmt .Sprintf (`Manifest source can be "%s" or "%s"` , config .ManifestSourceLocal .String (), config .ManifestSourceRemote .String ()),
176+ "Linking an existing app requires the app manifest source to be managed by" ,
177+ fmt .Sprintf ("%s." , config .ManifestSourceRemote .Human ()),
179178 " " ,
180- fmt .Sprintf (style . Highlight ( `Your manifest source is "%s"` ), manifestSource . String ()),
179+ fmt .Sprintf (`App manifest source can be %s or %s:` , config . ManifestSourceLocal . Human ( ), config . ManifestSourceRemote . Human ()),
181180 fmt .Sprintf ("- %s: uses manifest from your project's source code for all apps" , config .ManifestSourceLocal .String ()),
182181 fmt .Sprintf ("- %s: uses manifest from app settings for each app" , config .ManifestSourceRemote .String ()),
183182 " " ,
183+ fmt .Sprintf (style .Highlight (`Your manifest source is set to %s.` ), manifestSource .Human ()),
184+ " " ,
184185 fmt .Sprintf ("Current manifest source in %s:" , style .Highlight (filepath .Join (config .ProjectConfigDirName , config .ProjectConfigJSONFilename ))),
185186 fmt .Sprintf (style .Highlight (` %s: "%s"` ), "manifest.source" , manifestSource .String ()),
186187 " " ,
0 commit comments