Backstage
    Preparing search index...
    • A helper function that reads the contents of a directory from the given URL. Can be used in your own actions, and also used behind fetch:template and fetch:plain

      Parameters

      • options: {
            baseUrl?: string;
            fetchUrl?: string;
            integrations: ScmIntegrations;
            outputPath: string;
            reader: UrlReaderService;
            token?: string;
        }

      Returns Promise<void>