Backstage
    Preparing search index...
    • Writes a message into the log or lists all files in the workspace

      Returns TemplateAction<
          {
              listWorkspace?: boolean
              | "with-filenames"
              | "with-contents";
              message?: string;
          },
          { [key: string]: any },
          "v2",
      >

      This task is useful for local development and testing of both the scaffolder and scaffolder templates.