I have received the source code - thanks
Can I send it privately? I don't really want to share it on a public forum.
The version for ABP 9.0 please
I logged in again, then ran the command:
abp get-source Volo.Abp.LeptonXTheme.Pro --preview
Here is the output:
[09:09:44 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [09:09:44 INF] Downloading source code of Volo.Abp.LeptonXTheme.Pro (Latest) [09:09:44 INF] Output folder: C:\MyFolder\LeptonXTheme No module was found with this name! Here is the list of available modules:
Volo.Abp.Account.Pro Volo.Abp.AuditLogging.Pro Volo.Abp.Gdpr Volo.Abp.Identity.Pro Volo.Abp.LanguageManagement Volo.Abp.LeptonTheme Volo.Abp.LeptonXTheme Volo.Abp.LeptonXLiteTheme Volo.Abp.OpenIddict.Pro Volo.Abp.Sms.Twilio Volo.Abp.TextTemplateManagement Volo.Chat Volo.CmsKit.Pro Volo.FileManagement Volo.Forms Volo.Payment Volo.Saas Volo.Abp.Account Volo.Abp.BackgroundJobs Volo.Abp.BasicTheme Volo.Abp.BlobStoring.Database Volo.Abp.FeatureManagement Volo.Abp.Identity Volo.Abp.IdentityServer Volo.Abp.OpenIddict Volo.Abp.PermissionManagement Volo.Abp.SettingManagement Volo.Abp.TenantManagement Volo.Abp.Users Volo.Abp.VirtualFileExplorer Volo.Blogging Volo.ClientSimulation Volo.CmsKit Volo.Docs
I also tried
abp get-source Volo.Abp.LeptonXTheme --preview
[09:12:03 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [09:12:03 INF] Downloading source code of Volo.Abp.LeptonXTheme (Latest) [09:12:03 INF] Output folder: C:\MyFolder\LeptonXTheme [09:12:08 ERR] Downloading source code failed for: Volo.Abp.LeptonXTheme Volo.Abp.Studio.AbpStudioException: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. at async Task Volo.Abp.Studio.Modules.Installing.SourceCodeDownloader.DownloadSourceCodeAsync(string moduleName, string targetFolder, string version, bool includeNightly) at async Task Volo.Abp.Studio.Cli.Commands.StudioGetSourceCommand.ExecuteAsync(CommandLineArgs commandLineArgs) at async Task Volo.Abp.Studio.Cli.StudioCliService.RunInternalAsync(CommandLineArgs commandLineArgs) at async Task Volo.Abp.Studio.Cli.StudioCliService.RunAsync(string[] args)