Skip to content

Merge branch rel-10.4 with rel-10.3#25616

Open
github-actions[bot] wants to merge 4 commits into
rel-10.4from
auto-merge/rel-10-3/4646
Open

Merge branch rel-10.4 with rel-10.3#25616
github-actions[bot] wants to merge 4 commits into
rel-10.4from
auto-merge/rel-10-3/4646

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR generated automatically to merge rel-10.4 with rel-10.3. Please review the changed files before merging to prevent any errors that may occur.

blackWins and others added 4 commits July 16, 2025 17:17
# Conflicts:
#	docs/en/cli/index.md
#	framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/AbpCliCoreModule.cs
@voloagent voloagent marked this pull request as ready for review June 10, 2026 13:56
Copilot AI review requested due to automatic review settings June 10, 2026 13:56

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR (auto-generated rel-10.4 → rel-10.3 merge) introduces a new ABP CLI command for cleaning log files and updates CLI documentation accordingly.

Changes:

  • Added a new clean-logs CLI command implementation.
  • Registered clean-logs in AbpCliCoreModule command map.
  • Documented clean-logs in the CLI command list and usage section.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/CleanLogsCommand.cs Adds the new clean-logs command implementation.
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/AbpCliCoreModule.cs Registers clean-logs command in CLI options.
docs/en/cli/index.md Adds clean-logs to the CLI docs list and introduces a command section.

Comment on lines +14 to +19
public ILogger<CleanCommand> Logger { get; set; }

public CleanLogsCommand(ILogger<CleanCommand> logger)
{
Logger = logger;
}
Comment on lines +53 to +56
public static string GetShortDescription()
{
return "Delete all *logs.txt files in the current folder and its subfolders.";
}
Comment thread docs/en/cli/index.md
* **[`new-package`](../cli#new-package)**: Generates a new package based on the given template.
* **[`update`](../cli#update)**: Automatically updates all ABP related NuGet and NPM packages in a solution.
* **[`clean`](../cli#clean)**: Deletes all `BIN` and `OBJ` folders in the current folder.
* **[`clean-logs`](../cli#clean-logs)**: Delete all `*logs.txt` files in the current folder and its subfolders.
Comment thread docs/en/cli/index.md
````
### clean-logs

Delete all `*logs.txt` files in the current folder and its subfolders.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants