Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SocketDev/socket-python-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.8
Choose a base ref
...
head repository: SocketDev/socket-python-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.9
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Sep 12, 2025

  1. feat: add monorepo workspace support with --sub-path and --workspace-…

    …name (#120)
    
    - Add --sub-path option to scan manifest files in a subdirectory while preserving git context from target-path
    - Add --workspace-name option to append suffix to repository name (repo-name-workspace_name)
    - Require both options to be used together with validation
    - Update scanning logic to use combined target_path + sub_path for manifest file detection
    - Modify repository naming to include workspace suffix when provided
    - Preserve git repository context (commits, branches, etc.) from main target-path
    - Enable Socket CLI to work with monorepo structures where manifests are in subdirectories
    
    This allows users to scan specific workspaces within a monorepo while maintaining proper git context and
    dacoburn authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    40fc69e View commit details
    Browse the repository at this point in the history
Loading