Backstage
    Preparing search index...
    • Downloads a single file and templates variables into file. Then places the result in the workspace, or optionally in a subdirectory specified by the 'targetPath' input option.

      Parameters

      Returns TemplateAction<
          {
              cookiecutterCompat?: boolean;
              lstripBlocks?: boolean;
              replace?: boolean;
              targetPath: string;
              token?: string;
              trimBlocks?: boolean;
              url: string;
              values?: Record<string, any>;
          },
          { [key: string]: any },
          "v2",
      >