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: method-security/methodaws
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.65
Choose a base ref
...
head repository: method-security/methodaws
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.66
Choose a head ref
  • 3 commits
  • 2,168 files changed
  • 1 contributor

Commits on Nov 17, 2025

  1. Bump Fern (#148)

    ### TL;DR
    
    Updated Fern configuration version from 0.89.0 to 1.2.0.
    
    ### What changed?
    
    Bumped the version in `fern/fern.config.json` from 0.89.0 to 1.2.0, which represents a significant version upgrade.
    payoub125 authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    7f3e263 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Update Docs (#149)

    # Enhanced Documentation for MethodAWS CLI Tool
    
    ### TL;DR
    
    Improved documentation for the MethodAWS CLI tool, adding a comprehensive resource table, new command examples, and updating command names for consistency.
    
    ### What changed?
    
    - Added a comprehensive resource table in [README.md](http://README.md) showing all supported AWS resources and their available commands
    - Expanded the examples section with more use cases including STS, EKS, and S3 operations
    - Added documentation for the EKS `creds` command that generates Kubernetes credentials
    - Renamed S3 commands for better consistency:
        - `ls` → `list`
        - `externalenumerate` → `external`
    - Updated output format options to include YAML alongside JSON and signal formats
    - Fixed typos and improved command descriptions throughout the documentation
    payoub125 authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    be2288a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. Add Pod, Node, and Service Enumeration to EKS Enumerate Command (#150)

    * update eks enumeration
    
    * update enum
    
    * fix lint
    payoub125 authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    8e2b23c View commit details
    Browse the repository at this point in the history
Loading