Skip to content

Roadmap: Bulk Operations #33

@erdembas

Description

@erdembas

Bulk Operations

Priority: High | Effort: Low | From: ROADMAP.md

Perform operations across multiple projects at once instead of one by one.

Scope

  • Bulk Gitgit pull all clean projects, git fetch all, git stash pop on projects with stashes
  • Bulk Dependency Install — Run npm install / cargo build / go mod download across all projects of a given runtime
  • Smart Start/Stop — "Start all frontend projects", "Stop everything idle for more than 3 days"
  • Custom Bulk Command — Execute any shell command across a selection of projects (parallel or sequential)
  • Progress Tracking — Show progress bar and per-project status (pending / running / success / failed)

Why

With dozens of projects, repeating the same command in each directory is tedious and error-prone. Bulk operations turn minutes of manual work into one click.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions