Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First cut of a new rama CLI 'probe' command #295

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 27, 2024

  1. First cut of a new rama CLI 'probe' command

    This commit introduces a new probe command to the rama CLI
    
    It has two methods of input:
    1. STDIN: pass a domain directly to the rama probe command like so:
    
    `rama probe google.com`
    
    2. FILE: pass -l to `rama probe` with a txt file containing all
    domains to probe:
    
    `rama probe -l domains.txt`
    where `domains.txt` is a file containing entries like:
    
    `
    google.com
    github.com
    `
    This is syill a first cut of the new feature so things will be
    actively shifting
    AlvinKuruvilla committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b4e9136 View commit details
    Browse the repository at this point in the history