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.9
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.11
Choose a head ref
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on Sep 12, 2025

  1. 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