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: main
Choose a head ref
  • 2 commits
  • 6 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
  2. Updated readme and updated sdk requirements (#121)

    * Updated readme and updated sdk requirements
    
    * feat: enhance monorepo support with multiple --sub-path options
    
    - Add support for multiple --sub-path arguments to scan different directories within a single workspace
    - Require --workspace-name when using --sub-path for proper workspace identification
    - Optimize base_paths parameter to pass target_path for simplified SDK integration
    - Update argument validation to enforce sub_paths and workspace_name pairing
    - Add comprehensive README documentation with monorepo examples and usage patterns
    - Include GitHub Actions workflow examples for monorepo CI/CD scenarios
    - Extend parameter table with detailed descriptions of new CLI options
    
    This enhancement enables scanning multiple directories (e.g., frontend, backend, services/api)
    as a single workspace while preserving git context from the repository root, making it ideal
    for organizations with monorepo structures.
    dacoburn authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    4672706 View commit details
    Browse the repository at this point in the history
Loading