Skip to content

Conversation

ARau87
Copy link
Contributor

@ARau87 ARau87 commented Oct 1, 2025

As requested in issue #895 I added a --list flag to the run command to simply list all scripts defined in the melos config

Closes #895

Description

  • Added a flag to run to list all scripts in the melos configuration
  • This flag only works if no script is defined, if so the list flag is ignored
  • Added tests for the new flag

Type of Change

  • feat -- New feature (non-breaking change which adds functionality)
  • 🛠️ fix -- Bug fix (non-breaking change which fixes an issue)
  • ! -- Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 refactor -- Code refactor
  • ci -- Build configuration change
  • 📝 docs -- Documentation
  • 🗑️ chore -- Chore

Copy link

docs-page bot commented Oct 1, 2025

To view this pull requests documentation preview, visit the following URL:

docs.page/invertase/melos~947

Documentation is deployed and generated using docs.page.

@CLAassistant
Copy link

CLAassistant commented Oct 1, 2025

CLA assistant check
All committers have signed the CLA.

@ARau87 ARau87 changed the title Add --list flag to run command feat: Add --list flag to run command Oct 1, 2025
@ARau87 ARau87 changed the title feat: Add --list flag to run command feat(run command): Add --list flag to run command Oct 1, 2025
@ARau87 ARau87 changed the title feat(run command): Add --list flag to run command feat(run command): Add --list flag to run command Oct 1, 2025
Copy link
Collaborator

@spydon spydon left a comment

Choose a reason for hiding this comment

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

Lgtm, thanks for your contribution!

@spydon spydon changed the title feat(run command): Add --list flag to run command feat: Add --list flag to run command Oct 2, 2025
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.

request: add command for listing melos scripts
3 participants